Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Class
oracle.javatools.util.MultiMap

Packages that use MultiMap
oracle.javatools.db.util Contains java.util.Collection and java.util.Map implementations for listing and mapping instances of DBObject and DBObjectID. 
oracle.javatools.util Provides general utilities. 
oracle.jdeveloper.audit.service The API classes for invoking Audit programatically, and a few Audit common API classes. 
oracle.jdevimpl.audit.core   
 

Uses of MultiMap in oracle.javatools.db.util
 

Subclasses of MultiMap in oracle.javatools.db.util
 class DBObjectIDMultiMap<V>
          MultiMap subclass specifically for keying by DBObjectID.
 

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.service
 

Methods in oracle.jdeveloper.audit.service that return MultiMap
abstract  MultiMap<java.lang.String,ValueHandle> Profile.getChangedValues()
          Gets the properties of beans of this profile changed from their default values.
 MultiMap<java.lang.String,ValueHandle> ProfileTransaction.getPendingChangedValues()
          Gets the changed bean properties, relative to the underlying profile, of this transaction.
 

Uses of MultiMap in oracle.jdevimpl.audit.core
 

Methods in oracle.jdevimpl.audit.core that return MultiMap
 MultiMap<java.lang.String,ValueHandle> DefaultProfile.getChangedValues()
           
 MultiMap<java.lang.String,ValueHandle> DefaultProfileTransaction.getPendingChangedValues()
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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