public class DBObjectIDMultiMap<V> extends MultiMap<DBObjectID,V>
| Constructor and Description |
|---|
DBObjectIDMultiMap(boolean strict)
Constructs a new MultiMap for keying by DBObjectID.
|
DBObjectIDMultiMap(boolean strict,
boolean concurrent)
Constructs a new map that is optionally concurrent (i.e.
|
add, addAll, addAll, addAll, clear, contains, containsKey, containsValue, entrySet, equals, get, getMultiMap, getMultiMap, getMultiMap, hashCode, isEmpty, keySet, keysSize, put, putAll, remove, removeValue, size, toString, values, valuesSize, valuesSizepublic DBObjectIDMultiMap(boolean strict)
This Map will not be thread safe, use
DBObjectIDMultiMap(boolean,boolean) if you require thread
safety.
strict - whether the IDs will be compared strictly or notDBObjectID#equals(boolean)public DBObjectIDMultiMap(boolean strict,
boolean concurrent)
strict - whether the keys will be compared strictlyconcurrent - whether the map and its contained Collection values
should be thread safe.