Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Class
oracle.javatools.util.MultiMap

Packages that use MultiMap
oracle.javatools.util Provides general utilities. 
oracle.jdeveloper.audit.extension   
 

Uses of MultiMap in oracle.javatools.util
 

Methods in oracle.javatools.util that return MultiMap
static
<K,V> MultiMap<K,V>
MultiMap.getMultiMap()
          Creates a new MultiMap based on a map of type LinkedHashMap and collections of type ArrayList.
static
<K,V> MultiMap<K,V>
MultiMap.getMultiMap(java.lang.Class<? extends java.util.Collection> collectionClass)
          Creates a new MultiMap based on a map of type LinkedHashMap and collections of a specified type.
static
<K,V> MultiMap<K,V>
MultiMap.getMultiMap(java.lang.Class<? extends java.util.Map> mapClass, java.lang.Class<? extends java.util.Collection> collectionClass)
          Creates a new MultiMap based on a map of a specified type and collections of a specified type.
 

Constructors in oracle.javatools.util with parameters of type MultiMap
MultiMap(MultiMap<K,V> map)
           
 

Uses of MultiMap in oracle.jdeveloper.audit.extension
 

Methods in oracle.jdeveloper.audit.extension that return MultiMap
 MultiMap<java.lang.String,AuditHook.TransformBinding> AuditHook.getTransformBindings()
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.