| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
 | 
MultiMap.getMultiMap()
Creates a new MultiMap based on a map of type LinkedHashMap 
 and collections of type ArrayList. | 
|
static
 | 
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
 | 
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,TransformBinding> | 
AuditHook.getTransformBindings()
 | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||