|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--gnu.trove.THash
|
+--gnu.trove.TObjectHash
|
+--gnu.trove.THashMap
|
+--opennlp.grok.util.GroupMap
A map where putting a value does not replace an old value but is rather included in a group of values for that one key.
| Field Summary |
| Fields inherited from class gnu.trove.THashMap |
_values |
| Fields inherited from class gnu.trove.TObjectHash |
_set, REMOVED |
| Fields inherited from class gnu.trove.THash |
_free, _loadFactor, _maxSize, _size, DEFAULT_INITIAL_CAPACITY, DEFAULT_LOAD_FACTOR |
| Constructor Summary | |
GroupMap()
|
|
| Method Summary | |
java.lang.Object |
get(java.lang.Object key)
|
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
|
java.lang.Object |
putAll(java.lang.Object key,
java.util.Collection vals)
|
| Methods inherited from class gnu.trove.THashMap |
clear, containsKey, containsValue, entrySet, equals, forEachEntry, forEachKey, forEachValue, keySet, putAll, rehash, remove, removeAt, retainEntries, setUp, transformValues, values |
| Methods inherited from class gnu.trove.TObjectHash |
capacity, computeHashCode, contains, equals, forEach, index, insertionIndex |
| Methods inherited from class gnu.trove.THash |
compact, ensureCapacity, isEmpty, postInsertHook, size, trimToSize |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Map |
hashCode, isEmpty, size |
| Constructor Detail |
public GroupMap()
| Method Detail |
public java.lang.Object put(java.lang.Object key,
java.lang.Object value)
put in interface java.util.Mapput in class gnu.trove.THashMap
public java.lang.Object putAll(java.lang.Object key,
java.util.Collection vals)
public java.lang.Object get(java.lang.Object key)
get in interface java.util.Mapget in class gnu.trove.THashMap
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||