opennlp.maxent
Class TObjectIndexHashMap
java.lang.Object
gnu.trove.THash
gnu.trove.TObjectHash
gnu.trove.TObjectIntHashMap
opennlp.maxent.TObjectIndexHashMap
- All Implemented Interfaces:
- gnu.trove.TObjectHashingStrategy, java.io.Serializable, java.lang.Cloneable
public class TObjectIndexHashMap
- extends gnu.trove.TObjectIntHashMap
Data structure storing the mapping between a context and its integer value.
- See Also:
- Serialized Form
Fields inherited from class gnu.trove.TObjectIntHashMap |
_values |
Fields inherited from class gnu.trove.TObjectHash |
_hashingStrategy, _set, REMOVED |
Fields inherited from class gnu.trove.THash |
_free, _loadFactor, _maxSize, _size, DEFAULT_INITIAL_CAPACITY, DEFAULT_LOAD_FACTOR |
Method Summary |
int |
get(java.lang.Object key)
|
Methods inherited from class gnu.trove.TObjectIntHashMap |
adjustValue, clear, containsKey, containsValue, equals, forEachEntry, forEachKey, forEachValue, getValues, increment, iterator, keys, put, rehash, remove, removeAt, retainEntries, setUp, transformValues |
Methods inherited from class gnu.trove.TObjectHash |
capacity, clone, computeHashCode, contains, equals, forEach, index, insertionIndex, throwObjectContractViolation |
Methods inherited from class gnu.trove.THash |
compact, ensureCapacity, isEmpty, postInsertHook, size, trimToSize |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TObjectIndexHashMap
public TObjectIndexHashMap()
TObjectIndexHashMap
public TObjectIndexHashMap(gnu.trove.TObjectHashingStrategy arg0)
TObjectIndexHashMap
public TObjectIndexHashMap(int arg0)
TObjectIndexHashMap
public TObjectIndexHashMap(int arg0,
float arg1)
TObjectIndexHashMap
public TObjectIndexHashMap(int arg0,
float arg1,
gnu.trove.TObjectHashingStrategy arg2)
TObjectIndexHashMap
public TObjectIndexHashMap(int arg0,
gnu.trove.TObjectHashingStrategy arg1)
get
public int get(java.lang.Object key)
- Overrides:
get
in class gnu.trove.TObjectIntHashMap
Copyright © 2005 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.