oracle.javatools.db.util
Class DBObjectIDMultiMap<V>
java.lang.Object
   oracle.javatools.util.MultiMap<DBObjectID,V>
oracle.javatools.util.MultiMap<DBObjectID,V>
       oracle.javatools.db.util.DBObjectIDMultiMap<V>
oracle.javatools.db.util.DBObjectIDMultiMap<V>
- All Implemented Interfaces: 
- java.util.Map<DBObjectID,java.util.Collection<V>>
- public class DBObjectIDMultiMap<V> 
- extends MultiMap<DBObjectID,V>
MultiMap subclass specifically for keying by DBObjectID.
 
 This Map implementation is not synchronized, use
 Collections.synchronizedMap if you require thread safety.
- Since:
- 11.1.2.0.0
 
| Nested classes/interfaces inherited from interface java.util.Map | 
| java.util.Map.Entry<K,V> | 
 
| Constructor Summary | 
| DBObjectIDMultiMap(boolean strict)Constructs a new MultiMap for keying by DBObjectID.
 | 
 
 
| Methods inherited from class oracle.javatools.util.MultiMap | 
| add, addAll, addAll, addAll, clear, contains, containsKey, containsValue, entrySet, equals, get, getMultiMap, getMultiMap, getMultiMap, hashCode, isEmpty, keySet, keysSize, put, putAll, remove, remove, size, toString, values, valuesSize, valuesSize | 
 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
 
DBObjectIDMultiMap
public DBObjectIDMultiMap(boolean strict)
- Constructs a new MultiMap for keying by DBObjectID.
 
- Parameters:
- strict- whether the IDs will be compared strictly or not
- See Also:
- DBObjectID#equals(boolean)
 
Copyright © 1997, 2013, Oracle. All rights reserved.