org.elasticsearch.common.trove
Class ExtTObjectFloatHashMap<T>

java.lang.Object
  extended by org.elasticsearch.common.trove.THash
      extended by org.elasticsearch.common.trove.TObjectHash<K>
          extended by org.elasticsearch.common.trove.TObjectFloatHashMap<T>
              extended by org.elasticsearch.common.trove.ExtTObjectFloatHashMap<T>
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, java.lang.Cloneable, org.elasticsearch.common.trove.TObjectHashingStrategy<T>

public class ExtTObjectFloatHashMap<T>
extends org.elasticsearch.common.trove.TObjectFloatHashMap<T>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.elasticsearch.common.trove.TObjectFloatHashMap
_values
 
Fields inherited from class org.elasticsearch.common.trove.TObjectHash
_hashingStrategy, _set, FREE, REMOVED
 
Fields inherited from class org.elasticsearch.common.trove.THash
_autoCompactionFactor, _autoCompactRemovesRemaining, _free, _loadFactor, _maxSize, _size, DEFAULT_INITIAL_CAPACITY, DEFAULT_LOAD_FACTOR
 
Constructor Summary
ExtTObjectFloatHashMap()
           
ExtTObjectFloatHashMap(int initialCapacity)
           
ExtTObjectFloatHashMap(int initialCapacity, float loadFactor)
           
ExtTObjectFloatHashMap(int initialCapacity, float loadFactor, org.elasticsearch.common.trove.TObjectHashingStrategy<T> ttObjectHashingStrategy)
           
ExtTObjectFloatHashMap(int initialCapacity, org.elasticsearch.common.trove.TObjectHashingStrategy<T> ttObjectHashingStrategy)
           
ExtTObjectFloatHashMap(org.elasticsearch.common.trove.TObjectHashingStrategy<T> ttObjectHashingStrategy)
           
 
Method Summary
 ExtTObjectFloatHashMap<T> defaultReturnValue(float defaultReturnValue)
           
 float get(T key)
           
 
Methods inherited from class org.elasticsearch.common.trove.TObjectFloatHashMap
adjustOrPutValue, adjustValue, clear, clone, containsKey, containsValue, equals, forEachEntry, forEachKey, forEachValue, getValues, increment, iterator, keys, keys, put, putAll, putIfAbsent, readExternal, rehash, remove, removeAt, retainEntries, setUp, toString, transformValues, writeExternal
 
Methods inherited from class org.elasticsearch.common.trove.TObjectHash
capacity, computeHashCode, contains, equals, forEach, index, insertionIndex, throwObjectContractViolation
 
Methods inherited from class org.elasticsearch.common.trove.THash
calculateGrownCapacity, compact, ensureCapacity, getAutoCompactionFactor, isEmpty, postInsertHook, reenableAutoCompaction, setAutoCompactionFactor, size, tempDisableAutoCompaction, trimToSize
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtTObjectFloatHashMap

public ExtTObjectFloatHashMap()

ExtTObjectFloatHashMap

public ExtTObjectFloatHashMap(int initialCapacity)

ExtTObjectFloatHashMap

public ExtTObjectFloatHashMap(int initialCapacity,
                              float loadFactor)

ExtTObjectFloatHashMap

public ExtTObjectFloatHashMap(org.elasticsearch.common.trove.TObjectHashingStrategy<T> ttObjectHashingStrategy)

ExtTObjectFloatHashMap

public ExtTObjectFloatHashMap(int initialCapacity,
                              org.elasticsearch.common.trove.TObjectHashingStrategy<T> ttObjectHashingStrategy)

ExtTObjectFloatHashMap

public ExtTObjectFloatHashMap(int initialCapacity,
                              float loadFactor,
                              org.elasticsearch.common.trove.TObjectHashingStrategy<T> ttObjectHashingStrategy)
Method Detail

defaultReturnValue

public ExtTObjectFloatHashMap<T> defaultReturnValue(float defaultReturnValue)

get

public float get(T key)
Overrides:
get in class org.elasticsearch.common.trove.TObjectFloatHashMap<T>