Skip navigation links

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

E17493-04


Package oracle.javatools.db.util

Contains java.util.Collection and java.util.Map implementations for listing and mapping instances of DBObject and DBObjectID.

See:
          Description

Class Summary
DBObjectIDMap<V> Map implementation to use when the key is a DBObjectID.
DBObjectIDMultiMap<V> MultiMap subclass specifically for keying by DBObjectID.
DBObjectIDSet Set implementation for storing DBObjectIDs.
DBObjectMap<K extends DBObject,V> Map implementation to use when the key is a DBObject.
DBObjectSet<T extends DBObject> Set implementation for storing DBObjects comparing only by name and type.
IdentitySet<T> Set for storing objects and testing their equality only using an identity match - i.e.

 

Package oracle.javatools.db.util Description

Contains java.util.Collection and java.util.Map implementations for listing and mapping instances of DBObject and DBObjectID.

Since:
11.1.2.0.0

Skip navigation links

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

E17493-04


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