A B C D E F G H I J K L M N O P R S T U V W X _

A

add(Object) - Method in class gnu.trove.decorator.TDoubleHashSetDecorator
Inserts a value into the set.
add(Object) - Method in class gnu.trove.decorator.TFloatHashSetDecorator
Inserts a value into the set.
add(Object) - Method in class gnu.trove.decorator.TIntHashSetDecorator
Inserts a value into the set.
add(Object) - Method in class gnu.trove.decorator.TLongHashSetDecorator
Inserts a value into the set.
add(double) - Method in class gnu.trove.TDoubleArrayList
Adds val to the end of the list, growing as needed.
add(double[]) - Method in class gnu.trove.TDoubleArrayList
Adds the values in the array vals to the end of the list, in order.
add(double[], int, int) - Method in class gnu.trove.TDoubleArrayList
Adds a subset of the values in the array vals to the end of the list, in order.
add(double) - Method in class gnu.trove.TDoubleHashSet
Inserts a value into the set.
add(float) - Method in class gnu.trove.TFloatArrayList
Adds val to the end of the list, growing as needed.
add(float[]) - Method in class gnu.trove.TFloatArrayList
Adds the values in the array vals to the end of the list, in order.
add(float[], int, int) - Method in class gnu.trove.TFloatArrayList
Adds a subset of the values in the array vals to the end of the list, in order.
add(float) - Method in class gnu.trove.TFloatHashSet
Inserts a value into the set.
add(Object) - Method in class gnu.trove.THashMap.KeyView
 
add(Object) - Method in class gnu.trove.THashSet
Inserts a value into the set.
add(int) - Method in class gnu.trove.TIntArrayList
Adds val to the end of the list, growing as needed.
add(int[]) - Method in class gnu.trove.TIntArrayList
Adds the values in the array vals to the end of the list, in order.
add(int[], int, int) - Method in class gnu.trove.TIntArrayList
Adds a subset of the values in the array vals to the end of the list, in order.
add(int) - Method in class gnu.trove.TIntHashSet
Inserts a value into the set.
add(int, Object) - Method in class gnu.trove.TLinkedList
Inserts linkable at index index in the list.
add(Object) - Method in class gnu.trove.TLinkedList
Appends linkable to the end of the list.
add(Object) - Method in class gnu.trove.TLinkedList.IteratorImpl
Insert linkable at the current position of the iterator.
add(long) - Method in class gnu.trove.TLongArrayList
Adds val to the end of the list, growing as needed.
add(long[]) - Method in class gnu.trove.TLongArrayList
Adds the values in the array vals to the end of the list, in order.
add(long[], int, int) - Method in class gnu.trove.TLongArrayList
Adds a subset of the values in the array vals to the end of the list, in order.
add(long) - Method in class gnu.trove.TLongHashSet
Inserts a value into the set.
addAll(double[]) - Method in class gnu.trove.TDoubleHashSet
Adds all of the elements in array to the set.
addAll(float[]) - Method in class gnu.trove.TFloatHashSet
Adds all of the elements in array to the set.
addAll(Collection) - Method in class gnu.trove.THashMap.KeyView
 
addAll(Collection) - Method in class gnu.trove.THashSet
Adds all of the elements in collection to the set.
addAll(int[]) - Method in class gnu.trove.TIntHashSet
Adds all of the elements in array to the set.
addAll(long[]) - Method in class gnu.trove.TLongHashSet
Adds all of the elements in array to the set.
addBefore(TLinkable, TLinkable) - Method in class gnu.trove.TLinkedList
Inserts newElement into the list immediately before current.
addFirst(Object) - Method in class gnu.trove.TLinkedList
Inserts linkable at the head of the list.
addLast(Object) - Method in class gnu.trove.TLinkedList
Adds linkable to the end of the list.
adjustValue(double, double) - Method in class gnu.trove.TDoubleDoubleHashMap
Adjusts the primitive value mapped to key.
adjustValue(double, float) - Method in class gnu.trove.TDoubleFloatHashMap
Adjusts the primitive value mapped to key.
adjustValue(double, int) - Method in class gnu.trove.TDoubleIntHashMap
Adjusts the primitive value mapped to key.
adjustValue(double, long) - Method in class gnu.trove.TDoubleLongHashMap
Adjusts the primitive value mapped to key.
adjustValue(float, double) - Method in class gnu.trove.TFloatDoubleHashMap
Adjusts the primitive value mapped to key.
adjustValue(float, float) - Method in class gnu.trove.TFloatFloatHashMap
Adjusts the primitive value mapped to key.
adjustValue(float, int) - Method in class gnu.trove.TFloatIntHashMap
Adjusts the primitive value mapped to key.
adjustValue(float, long) - Method in class gnu.trove.TFloatLongHashMap
Adjusts the primitive value mapped to key.
adjustValue(int, double) - Method in class gnu.trove.TIntDoubleHashMap
Adjusts the primitive value mapped to key.
adjustValue(int, float) - Method in class gnu.trove.TIntFloatHashMap
Adjusts the primitive value mapped to key.
adjustValue(int, int) - Method in class gnu.trove.TIntIntHashMap
Adjusts the primitive value mapped to key.
adjustValue(int, long) - Method in class gnu.trove.TIntLongHashMap
Adjusts the primitive value mapped to key.
adjustValue(long, double) - Method in class gnu.trove.TLongDoubleHashMap
Adjusts the primitive value mapped to key.
adjustValue(long, float) - Method in class gnu.trove.TLongFloatHashMap
Adjusts the primitive value mapped to key.
adjustValue(long, int) - Method in class gnu.trove.TLongIntHashMap
Adjusts the primitive value mapped to key.
adjustValue(long, long) - Method in class gnu.trove.TLongLongHashMap
Adjusts the primitive value mapped to key.
adjustValue(Object, double) - Method in class gnu.trove.TObjectDoubleHashMap
Adjusts the primitive value mapped to key.
adjustValue(Object, float) - Method in class gnu.trove.TObjectFloatHashMap
Adjusts the primitive value mapped to key.
adjustValue(Object, int) - Method in class gnu.trove.TObjectIntHashMap
Adjusts the primitive value mapped to key.
adjustValue(Object, long) - Method in class gnu.trove.TObjectLongHashMap
Adjusts the primitive value mapped to key.
advance() - Method in class gnu.trove.TDoubleDoubleIterator
Moves the iterator forward to the next entry in the underlying map.
advance() - Method in class gnu.trove.TDoubleFloatIterator
Moves the iterator forward to the next entry in the underlying map.
advance() - Method in class gnu.trove.TDoubleIntIterator
Moves the iterator forward to the next entry in the underlying map.
advance() - Method in class gnu.trove.TDoubleLongIterator
Moves the iterator forward to the next entry in the underlying map.
advance() - Method in class gnu.trove.TDoubleObjectIterator
Moves the iterator forward to the next entry in the underlying map.
advance() - Method in class gnu.trove.TFloatDoubleIterator
Moves the iterator forward to the next entry in the underlying map.
advance() - Method in class gnu.trove.TFloatFloatIterator
Moves the iterator forward to the next entry in the underlying map.
advance() - Method in class gnu.trove.TFloatIntIterator
Moves the iterator forward to the next entry in the underlying map.
advance() - Method in class gnu.trove.TFloatLongIterator
Moves the iterator forward to the next entry in the underlying map.
advance() - Method in class gnu.trove.TFloatObjectIterator
Moves the iterator forward to the next entry in the underlying map.
advance() - Method in class gnu.trove.TIntDoubleIterator
Moves the iterator forward to the next entry in the underlying map.
advance() - Method in class gnu.trove.TIntFloatIterator
Moves the iterator forward to the next entry in the underlying map.
advance() - Method in class gnu.trove.TIntIntIterator
Moves the iterator forward to the next entry in the underlying map.
advance() - Method in class gnu.trove.TIntLongIterator
Moves the iterator forward to the next entry in the underlying map.
advance() - Method in class gnu.trove.TIntObjectIterator
Moves the iterator forward to the next entry in the underlying map.
advance() - Method in class gnu.trove.TLongDoubleIterator
Moves the iterator forward to the next entry in the underlying map.
advance() - Method in class gnu.trove.TLongFloatIterator
Moves the iterator forward to the next entry in the underlying map.
advance() - Method in class gnu.trove.TLongIntIterator
Moves the iterator forward to the next entry in the underlying map.
advance() - Method in class gnu.trove.TLongLongIterator
Moves the iterator forward to the next entry in the underlying map.
advance() - Method in class gnu.trove.TLongObjectIterator
Moves the iterator forward to the next entry in the underlying map.
advance() - Method in class gnu.trove.TObjectDoubleIterator
Moves the iterator forward to the next entry in the underlying map.
advance() - Method in class gnu.trove.TObjectFloatIterator
Moves the iterator forward to the next entry in the underlying map.
advance() - Method in class gnu.trove.TObjectIntIterator
Moves the iterator forward to the next entry in the underlying map.
advance() - Method in class gnu.trove.TObjectLongIterator
Moves the iterator forward to the next entry in the underlying map.

B

binarySearch(double) - Method in class gnu.trove.TDoubleArrayList
Performs a binary search for value in the entire list.
binarySearch(double, int, int) - Method in class gnu.trove.TDoubleArrayList
Performs a binary search for value in the specified range.
binarySearch(float) - Method in class gnu.trove.TFloatArrayList
Performs a binary search for value in the entire list.
binarySearch(float, int, int) - Method in class gnu.trove.TFloatArrayList
Performs a binary search for value in the specified range.
binarySearch(int) - Method in class gnu.trove.TIntArrayList
Performs a binary search for value in the entire list.
binarySearch(int, int, int) - Method in class gnu.trove.TIntArrayList
Performs a binary search for value in the specified range.
binarySearch(long) - Method in class gnu.trove.TLongArrayList
Performs a binary search for value in the entire list.
binarySearch(long, int, int) - Method in class gnu.trove.TLongArrayList
Performs a binary search for value in the specified range.

C

capacity() - Method in class gnu.trove.THash
 
capacity() - Method in class gnu.trove.TObjectHash
 
capacity() - Method in class gnu.trove.TPrimitiveHash
Returns the capacity of the hash table.
clear() - Method in class gnu.trove.decorator.TDoubleDoubleHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.decorator.TDoubleFloatHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.decorator.TDoubleHashSetDecorator
Empties the set.
clear() - Method in class gnu.trove.decorator.TDoubleIntHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.decorator.TDoubleLongHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.decorator.TDoubleObjectHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.decorator.TFloatDoubleHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.decorator.TFloatFloatHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.decorator.TFloatHashSetDecorator
Empties the set.
clear() - Method in class gnu.trove.decorator.TFloatIntHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.decorator.TFloatLongHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.decorator.TFloatObjectHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.decorator.TIntDoubleHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.decorator.TIntFloatHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.decorator.TIntHashSetDecorator
Empties the set.
clear() - Method in class gnu.trove.decorator.TIntIntHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.decorator.TIntLongHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.decorator.TIntObjectHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.decorator.TLongDoubleHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.decorator.TLongFloatHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.decorator.TLongHashSetDecorator
Empties the set.
clear() - Method in class gnu.trove.decorator.TLongIntHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.decorator.TLongLongHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.decorator.TLongObjectHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.decorator.TObjectDoubleHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.decorator.TObjectFloatHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.decorator.TObjectIntHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.decorator.TObjectLongHashMapDecorator
Empties the map.
clear() - Method in class gnu.trove.TDoubleArrayList
Flushes the internal state of the list, resetting the capacity to the default.
clear(int) - Method in class gnu.trove.TDoubleArrayList
Flushes the internal state of the list, setting the capacity of the empty list to capacity.
clear() - Method in class gnu.trove.TDoubleDoubleHashMap
Empties the map.
clear() - Method in class gnu.trove.TDoubleFloatHashMap
Empties the map.
clear() - Method in class gnu.trove.TDoubleHashSet
Empties the set.
clear() - Method in class gnu.trove.TDoubleIntHashMap
Empties the map.
clear() - Method in class gnu.trove.TDoubleLongHashMap
Empties the map.
clear() - Method in class gnu.trove.TDoubleObjectHashMap
Empties the map.
clear() - Method in class gnu.trove.TFloatArrayList
Flushes the internal state of the list, resetting the capacity to the default.
clear(int) - Method in class gnu.trove.TFloatArrayList
Flushes the internal state of the list, setting the capacity of the empty list to capacity.
clear() - Method in class gnu.trove.TFloatDoubleHashMap
Empties the map.
clear() - Method in class gnu.trove.TFloatFloatHashMap
Empties the map.
clear() - Method in class gnu.trove.TFloatHashSet
Empties the set.
clear() - Method in class gnu.trove.TFloatIntHashMap
Empties the map.
clear() - Method in class gnu.trove.TFloatLongHashMap
Empties the map.
clear() - Method in class gnu.trove.TFloatObjectHashMap
Empties the map.
clear() - Method in class gnu.trove.THash
Empties the collection.
clear() - Method in class gnu.trove.THashMap
Empties the map.
clear() - Method in class gnu.trove.THashMap.KeyView
 
clear() - Method in class gnu.trove.THashSet
Empties the set.
clear() - Method in class gnu.trove.TIntArrayList
Flushes the internal state of the list, resetting the capacity to the default.
clear(int) - Method in class gnu.trove.TIntArrayList
Flushes the internal state of the list, setting the capacity of the empty list to capacity.
clear() - Method in class gnu.trove.TIntDoubleHashMap
Empties the map.
clear() - Method in class gnu.trove.TIntFloatHashMap
Empties the map.
clear() - Method in class gnu.trove.TIntHashSet
Empties the set.
clear() - Method in class gnu.trove.TIntIntHashMap
Empties the map.
clear() - Method in class gnu.trove.TIntLongHashMap
Empties the map.
clear() - Method in class gnu.trove.TIntObjectHashMap
Empties the map.
clear() - Method in class gnu.trove.TIntStack
Clears the stack, reseting its capacity to the default.
clear() - Method in class gnu.trove.TLinkedList
Empties the list.
clear() - Method in class gnu.trove.TLongArrayList
Flushes the internal state of the list, resetting the capacity to the default.
clear(int) - Method in class gnu.trove.TLongArrayList
Flushes the internal state of the list, setting the capacity of the empty list to capacity.
clear() - Method in class gnu.trove.TLongDoubleHashMap
Empties the map.
clear() - Method in class gnu.trove.TLongFloatHashMap
Empties the map.
clear() - Method in class gnu.trove.TLongHashSet
Empties the set.
clear() - Method in class gnu.trove.TLongIntHashMap
Empties the map.
clear() - Method in class gnu.trove.TLongLongHashMap
Empties the map.
clear() - Method in class gnu.trove.TLongObjectHashMap
Empties the map.
clear() - Method in class gnu.trove.TObjectDoubleHashMap
Empties the map.
clear() - Method in class gnu.trove.TObjectFloatHashMap
Empties the map.
clear() - Method in class gnu.trove.TObjectIntHashMap
Empties the map.
clear() - Method in class gnu.trove.TObjectLongHashMap
Empties the map.
clone() - Method in class gnu.trove.TDoubleArrayList
Returns a clone of this list.
clone() - Method in class gnu.trove.TDoubleDoubleHashMap
 
clone() - Method in class gnu.trove.TDoubleFloatHashMap
 
clone() - Method in class gnu.trove.TDoubleHash
 
clone() - Method in class gnu.trove.TDoubleIntHashMap
 
clone() - Method in class gnu.trove.TDoubleLongHashMap
 
clone() - Method in class gnu.trove.TDoubleObjectHashMap
 
clone() - Method in class gnu.trove.TFloatArrayList
Returns a clone of this list.
clone() - Method in class gnu.trove.TFloatDoubleHashMap
 
clone() - Method in class gnu.trove.TFloatFloatHashMap
 
clone() - Method in class gnu.trove.TFloatHash
 
clone() - Method in class gnu.trove.TFloatIntHashMap
 
clone() - Method in class gnu.trove.TFloatLongHashMap
 
clone() - Method in class gnu.trove.TFloatObjectHashMap
 
clone() - Method in class gnu.trove.THash
 
clone() - Method in class gnu.trove.THashMap
 
clone() - Method in class gnu.trove.TIntArrayList
Returns a clone of this list.
clone() - Method in class gnu.trove.TIntDoubleHashMap
 
clone() - Method in class gnu.trove.TIntFloatHashMap
 
clone() - Method in class gnu.trove.TIntHash
 
clone() - Method in class gnu.trove.TIntIntHashMap
 
clone() - Method in class gnu.trove.TIntLongHashMap
 
clone() - Method in class gnu.trove.TIntObjectHashMap
 
clone() - Method in class gnu.trove.TLongArrayList
Returns a clone of this list.
clone() - Method in class gnu.trove.TLongDoubleHashMap
 
clone() - Method in class gnu.trove.TLongFloatHashMap
 
clone() - Method in class gnu.trove.TLongHash
 
clone() - Method in class gnu.trove.TLongIntHashMap
 
clone() - Method in class gnu.trove.TLongLongHashMap
 
clone() - Method in class gnu.trove.TLongObjectHashMap
 
clone() - Method in class gnu.trove.TObjectHash
 
clone() - Method in class gnu.trove.TPrimitiveHash
 
compact() - Method in class gnu.trove.THash
Compresses the hashtable to the minimum prime size (as defined by PrimeFinder) that will hold all of the elements currently in the table.
compare() - Method in class gnu.trove.benchmark.MemoryUsage.MemoryComparator
 
computeHashCode(double) - Method in class gnu.trove.TDoubleHash
Default implementation of TDoubleHashingStrategy: delegates hashing to HashFunctions.hash(double).
computeHashCode(double) - Method in interface gnu.trove.TDoubleHashingStrategy
Computes a hash code for the specified double.
computeHashCode(float) - Method in class gnu.trove.TFloatHash
Default implementation of TFloatHashingStrategy: delegates hashing to HashFunctions.hash(float).
computeHashCode(float) - Method in interface gnu.trove.TFloatHashingStrategy
Computes a hash code for the specified float.
computeHashCode(int) - Method in class gnu.trove.TIntHash
Default implementation of TIntHashingStrategy: delegates hashing to HashFunctions.hash(int).
computeHashCode(int) - Method in interface gnu.trove.TIntHashingStrategy
Computes a hash code for the specified int.
computeHashCode(long) - Method in class gnu.trove.TLongHash
Default implementation of TLongHashingStrategy: delegates hashing to HashFunctions.hash(long).
computeHashCode(long) - Method in interface gnu.trove.TLongHashingStrategy
Computes a hash code for the specified long.
computeHashCode(Object) - Method in class gnu.trove.TObjectHash
This is the default implementation of TObjectHashingStrategy: it delegates hashing to the Object's hashCode method.
computeHashCode(Object) - Method in interface gnu.trove.TObjectHashingStrategy
Computes a hash code for the specified object.
computeHashCode(Object) - Method in class gnu.trove.TObjectIdentityHashingStrategy
Delegates hash code computation to the System.identityHashCode(Object) method.
computeMaxSize(int) - Method in class gnu.trove.THash
Computes the values of maxSize.
contains(double) - Method in class gnu.trove.TDoubleArrayList
Searches the list for value
contains(double) - Method in class gnu.trove.TDoubleHash
Searches the set for val
contains(float) - Method in class gnu.trove.TFloatArrayList
Searches the list for value
contains(float) - Method in class gnu.trove.TFloatHash
Searches the set for val
contains(Object) - Method in class gnu.trove.THashMap.EntryView
 
contains(Object) - Method in class gnu.trove.THashMap.KeyView
 
contains(Object) - Method in class gnu.trove.THashMap.ValueView
 
contains(int) - Method in class gnu.trove.TIntArrayList
Searches the list for value
contains(int) - Method in class gnu.trove.TIntHash
Searches the set for val
contains(Object) - Method in class gnu.trove.TLinkedList
A linear search for o in the list.
contains(long) - Method in class gnu.trove.TLongArrayList
Searches the list for value
contains(long) - Method in class gnu.trove.TLongHash
Searches the set for val
contains(Object) - Method in class gnu.trove.TObjectHash
Searches the set for obj
containsAll(double[]) - Method in class gnu.trove.TDoubleHashSet
Tests the set to determine if all of the elements in array are present.
containsAll(float[]) - Method in class gnu.trove.TFloatHashSet
Tests the set to determine if all of the elements in array are present.
containsAll(Collection) - Method in class gnu.trove.THashMap.KeyView
 
containsAll(Collection) - Method in class gnu.trove.THashSet
Tests the set to determine if all of the elements in collection are present.
containsAll(int[]) - Method in class gnu.trove.TIntHashSet
Tests the set to determine if all of the elements in array are present.
containsAll(long[]) - Method in class gnu.trove.TLongHashSet
Tests the set to determine if all of the elements in array are present.
containsKey(Object) - Method in class gnu.trove.decorator.TDoubleDoubleHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.decorator.TDoubleFloatHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.decorator.TDoubleIntHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.decorator.TDoubleLongHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.decorator.TDoubleObjectHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.decorator.TFloatDoubleHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.decorator.TFloatFloatHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.decorator.TFloatIntHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.decorator.TFloatLongHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.decorator.TFloatObjectHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.decorator.TIntDoubleHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.decorator.TIntFloatHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.decorator.TIntIntHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.decorator.TIntLongHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.decorator.TIntObjectHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.decorator.TLongDoubleHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.decorator.TLongFloatHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.decorator.TLongIntHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.decorator.TLongLongHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.decorator.TLongObjectHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.decorator.TObjectDoubleHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.decorator.TObjectFloatHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.decorator.TObjectIntHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.decorator.TObjectLongHashMapDecorator
Checks for the present of key in the keys of the map.
containsKey(double) - Method in class gnu.trove.TDoubleDoubleHashMap
checks for the present of key in the keys of the map.
containsKey(double) - Method in class gnu.trove.TDoubleFloatHashMap
checks for the present of key in the keys of the map.
containsKey(double) - Method in class gnu.trove.TDoubleIntHashMap
checks for the present of key in the keys of the map.
containsKey(double) - Method in class gnu.trove.TDoubleLongHashMap
checks for the present of key in the keys of the map.
containsKey(double) - Method in class gnu.trove.TDoubleObjectHashMap
checks for the present of key in the keys of the map.
containsKey(float) - Method in class gnu.trove.TFloatDoubleHashMap
checks for the present of key in the keys of the map.
containsKey(float) - Method in class gnu.trove.TFloatFloatHashMap
checks for the present of key in the keys of the map.
containsKey(float) - Method in class gnu.trove.TFloatIntHashMap
checks for the present of key in the keys of the map.
containsKey(float) - Method in class gnu.trove.TFloatLongHashMap
checks for the present of key in the keys of the map.
containsKey(float) - Method in class gnu.trove.TFloatObjectHashMap
checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.THashMap
checks for the present of key in the keys of the map.
containsKey(int) - Method in class gnu.trove.TIntDoubleHashMap
checks for the present of key in the keys of the map.
containsKey(int) - Method in class gnu.trove.TIntFloatHashMap
checks for the present of key in the keys of the map.
containsKey(int) - Method in class gnu.trove.TIntIntHashMap
checks for the present of key in the keys of the map.
containsKey(int) - Method in class gnu.trove.TIntLongHashMap
checks for the present of key in the keys of the map.
containsKey(int) - Method in class gnu.trove.TIntObjectHashMap
checks for the present of key in the keys of the map.
containsKey(long) - Method in class gnu.trove.TLongDoubleHashMap
checks for the present of key in the keys of the map.
containsKey(long) - Method in class gnu.trove.TLongFloatHashMap
checks for the present of key in the keys of the map.
containsKey(long) - Method in class gnu.trove.TLongIntHashMap
checks for the present of key in the keys of the map.
containsKey(long) - Method in class gnu.trove.TLongLongHashMap
checks for the present of key in the keys of the map.
containsKey(long) - Method in class gnu.trove.TLongObjectHashMap
checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.TObjectDoubleHashMap
checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.TObjectFloatHashMap
checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.TObjectIntHashMap
checks for the present of key in the keys of the map.
containsKey(Object) - Method in class gnu.trove.TObjectLongHashMap
checks for the present of key in the keys of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TDoubleDoubleHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TDoubleFloatHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TDoubleIntHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TDoubleLongHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TDoubleObjectHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TFloatDoubleHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TFloatFloatHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TFloatIntHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TFloatLongHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TFloatObjectHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TIntDoubleHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TIntFloatHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TIntIntHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TIntLongHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TIntObjectHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TLongDoubleHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TLongFloatHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TLongIntHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TLongLongHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TLongObjectHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TObjectDoubleHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TObjectFloatHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TObjectIntHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.decorator.TObjectLongHashMapDecorator
Checks for the presence of val in the values of the map.
containsValue(double) - Method in class gnu.trove.TDoubleDoubleHashMap
checks for the presence of val in the values of the map.
containsValue(float) - Method in class gnu.trove.TDoubleFloatHashMap
checks for the presence of val in the values of the map.
containsValue(int) - Method in class gnu.trove.TDoubleIntHashMap
checks for the presence of val in the values of the map.
containsValue(long) - Method in class gnu.trove.TDoubleLongHashMap
checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.TDoubleObjectHashMap
checks for the presence of val in the values of the map.
containsValue(double) - Method in class gnu.trove.TFloatDoubleHashMap
checks for the presence of val in the values of the map.
containsValue(float) - Method in class gnu.trove.TFloatFloatHashMap
checks for the presence of val in the values of the map.
containsValue(int) - Method in class gnu.trove.TFloatIntHashMap
checks for the presence of val in the values of the map.
containsValue(long) - Method in class gnu.trove.TFloatLongHashMap
checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.TFloatObjectHashMap
checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.THashMap
checks for the presence of val in the values of the map.
containsValue(double) - Method in class gnu.trove.TIntDoubleHashMap
checks for the presence of val in the values of the map.
containsValue(float) - Method in class gnu.trove.TIntFloatHashMap
checks for the presence of val in the values of the map.
containsValue(int) - Method in class gnu.trove.TIntIntHashMap
checks for the presence of val in the values of the map.
containsValue(long) - Method in class gnu.trove.TIntLongHashMap
checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.TIntObjectHashMap
checks for the presence of val in the values of the map.
containsValue(double) - Method in class gnu.trove.TLongDoubleHashMap
checks for the presence of val in the values of the map.
containsValue(float) - Method in class gnu.trove.TLongFloatHashMap
checks for the presence of val in the values of the map.
containsValue(int) - Method in class gnu.trove.TLongIntHashMap
checks for the presence of val in the values of the map.
containsValue(long) - Method in class gnu.trove.TLongLongHashMap
checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.TLongObjectHashMap
checks for the presence of val in the values of the map.
containsValue(double) - Method in class gnu.trove.TObjectDoubleHashMap
checks for the presence of val in the values of the map.
containsValue(float) - Method in class gnu.trove.TObjectFloatHashMap
checks for the presence of val in the values of the map.
containsValue(int) - Method in class gnu.trove.TObjectIntHashMap
checks for the presence of val in the values of the map.
containsValue(long) - Method in class gnu.trove.TObjectLongHashMap
checks for the presence of val in the values of the map.
create() - Method in interface gnu.trove.benchmark.MemoryUsage.Creator
 
create() - Method in class gnu.trove.benchmark.MemoryUsage.JavasoftIntegerArrayListCreator
 
create() - Method in class gnu.trove.benchmark.MemoryUsage.JavasoftListCreator
 
create() - Method in class gnu.trove.benchmark.MemoryUsage.JavasoftMapCreator
 
create() - Method in class gnu.trove.benchmark.MemoryUsage.JavasoftSetCreator
 
create() - Method in class gnu.trove.benchmark.MemoryUsage.TroveIntArrayListCreator
 
create() - Method in class gnu.trove.benchmark.MemoryUsage.TroveListCreator
 
create() - Method in class gnu.trove.benchmark.MemoryUsage.TroveMapCreator
 
create() - Method in class gnu.trove.benchmark.MemoryUsage.TroveSetCreator
 

D

dataset - Static variable in class gnu.trove.benchmark.Main
 
DEFAULT_CAPACITY - Static variable in class gnu.trove.TDoubleArrayList
the default capacity for new lists
DEFAULT_CAPACITY - Static variable in class gnu.trove.TFloatArrayList
the default capacity for new lists
DEFAULT_CAPACITY - Static variable in class gnu.trove.TIntArrayList
the default capacity for new lists
DEFAULT_CAPACITY - Static variable in class gnu.trove.TIntStack
 
DEFAULT_CAPACITY - Static variable in class gnu.trove.TLongArrayList
the default capacity for new lists
DEFAULT_INITIAL_CAPACITY - Static variable in class gnu.trove.THash
the default initial capacity for the hash table.
DEFAULT_LOAD_FACTOR - Static variable in class gnu.trove.THash
the load above which rehashing occurs.
description - Variable in class gnu.trove.benchmark.MemoryUsage.MemoryComparator
 
description - Variable in class gnu.trove.benchmark.Result
 

E

ensureCapacity(int) - Method in class gnu.trove.TDoubleArrayList
Grow the internal array as needed to accomodate the specified number of elements.
ensureCapacity(int) - Method in class gnu.trove.TFloatArrayList
Grow the internal array as needed to accomodate the specified number of elements.
ensureCapacity(int) - Method in class gnu.trove.THash
Ensure that this hashtable has sufficient capacity to hold desiredCapacity additional elements without requiring a rehash.
ensureCapacity(int) - Method in class gnu.trove.TIntArrayList
Grow the internal array as needed to accomodate the specified number of elements.
ensureCapacity(int) - Method in class gnu.trove.TLongArrayList
Grow the internal array as needed to accomodate the specified number of elements.
entrySet() - Method in class gnu.trove.decorator.TDoubleDoubleHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.decorator.TDoubleFloatHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.decorator.TDoubleIntHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.decorator.TDoubleLongHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.decorator.TDoubleObjectHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.decorator.TFloatDoubleHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.decorator.TFloatFloatHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.decorator.TFloatIntHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.decorator.TFloatLongHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.decorator.TFloatObjectHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.decorator.TIntDoubleHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.decorator.TIntFloatHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.decorator.TIntIntHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.decorator.TIntLongHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.decorator.TIntObjectHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.decorator.TLongDoubleHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.decorator.TLongFloatHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.decorator.TLongIntHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.decorator.TLongLongHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.decorator.TLongObjectHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.decorator.TObjectDoubleHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.decorator.TObjectFloatHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.decorator.TObjectIntHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.decorator.TObjectLongHashMapDecorator
Returns a Set view on the entries of the map.
entrySet() - Method in class gnu.trove.THashMap
Returns a Set view on the entries of the map.
ENV_PROPS - Static variable in interface gnu.trove.benchmark.Reporter
 
eq(double, double) - Method in class gnu.trove.TDoubleDoubleHashMap.EqProcedure
Compare two doubles for equality.
eq(float, float) - Method in class gnu.trove.TDoubleFloatHashMap.EqProcedure
Compare two floats for equality.
eq(int, int) - Method in class gnu.trove.TDoubleIntHashMap.EqProcedure
Compare two ints for equality.
eq(long, long) - Method in class gnu.trove.TDoubleLongHashMap.EqProcedure
Compare two longs for equality.
eq(Object, Object) - Method in class gnu.trove.TDoubleObjectHashMap.EqProcedure
Compare two objects for equality.
eq(double, double) - Method in class gnu.trove.TFloatDoubleHashMap.EqProcedure
Compare two doubles for equality.
eq(float, float) - Method in class gnu.trove.TFloatFloatHashMap.EqProcedure
Compare two floats for equality.
eq(int, int) - Method in class gnu.trove.TFloatIntHashMap.EqProcedure
Compare two ints for equality.
eq(long, long) - Method in class gnu.trove.TFloatLongHashMap.EqProcedure
Compare two longs for equality.
eq(Object, Object) - Method in class gnu.trove.TFloatObjectHashMap.EqProcedure
Compare two objects for equality.
eq(double, double) - Method in class gnu.trove.TIntDoubleHashMap.EqProcedure
Compare two doubles for equality.
eq(float, float) - Method in class gnu.trove.TIntFloatHashMap.EqProcedure
Compare two floats for equality.
eq(int, int) - Method in class gnu.trove.TIntIntHashMap.EqProcedure
Compare two ints for equality.
eq(long, long) - Method in class gnu.trove.TIntLongHashMap.EqProcedure
Compare two longs for equality.
eq(Object, Object) - Method in class gnu.trove.TIntObjectHashMap.EqProcedure
Compare two objects for equality.
eq(double, double) - Method in class gnu.trove.TLongDoubleHashMap.EqProcedure
Compare two doubles for equality.
eq(float, float) - Method in class gnu.trove.TLongFloatHashMap.EqProcedure
Compare two floats for equality.
eq(int, int) - Method in class gnu.trove.TLongIntHashMap.EqProcedure
Compare two ints for equality.
eq(long, long) - Method in class gnu.trove.TLongLongHashMap.EqProcedure
Compare two longs for equality.
eq(Object, Object) - Method in class gnu.trove.TLongObjectHashMap.EqProcedure
Compare two objects for equality.
eq(double, double) - Method in class gnu.trove.TObjectDoubleHashMap.EqProcedure
Compare two doubles for equality.
eq(float, float) - Method in class gnu.trove.TObjectFloatHashMap.EqProcedure
Compare two floats for equality.
eq(int, int) - Method in class gnu.trove.TObjectIntHashMap.EqProcedure
Compare two ints for equality.
eq(long, long) - Method in class gnu.trove.TObjectLongHashMap.EqProcedure
Compare two longs for equality.
equals(Object) - Method in class gnu.trove.decorator.TDoubleDoubleHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TDoubleFloatHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TDoubleHashSetDecorator
Compares this set with another set for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TDoubleIntHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TDoubleLongHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TDoubleObjectHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TFloatDoubleHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TFloatFloatHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TFloatHashSetDecorator
Compares this set with another set for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TFloatIntHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TFloatLongHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TFloatObjectHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TIntDoubleHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TIntFloatHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TIntHashSetDecorator
Compares this set with another set for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TIntIntHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TIntLongHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TIntObjectHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TLongDoubleHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TLongFloatHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TLongHashSetDecorator
Compares this set with another set for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TLongIntHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TLongLongHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TLongObjectHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TObjectDoubleHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TObjectFloatHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TObjectIntHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.decorator.TObjectLongHashMapDecorator
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TDoubleArrayList
Compares this list to another list, value by value.
equals(Object) - Method in class gnu.trove.TDoubleDoubleHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TDoubleFloatHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TDoubleHashSet
Compares this set with another set for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TDoubleIntHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TDoubleLongHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TDoubleObjectHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TFloatArrayList
Compares this list to another list, value by value.
equals(Object) - Method in class gnu.trove.TFloatDoubleHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TFloatFloatHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TFloatHashSet
Compares this set with another set for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TFloatIntHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TFloatLongHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TFloatObjectHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.THashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.THashSet
 
equals(Object) - Method in class gnu.trove.TIntArrayList
Compares this list to another list, value by value.
equals(Object) - Method in class gnu.trove.TIntDoubleHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TIntFloatHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TIntHashSet
Compares this set with another set for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TIntIntHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TIntLongHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TIntObjectHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TLongArrayList
Compares this list to another list, value by value.
equals(Object) - Method in class gnu.trove.TLongDoubleHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TLongFloatHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TLongHashSet
Compares this set with another set for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TLongIntHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TLongLongHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TLongObjectHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TObjectDoubleHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TObjectFloatHashMap
Compares this map with another map for equality of their stored entries.
equals(Object, Object) - Method in class gnu.trove.TObjectHash
This is the default implementation of TObjectHashingStrategy: it delegates equality comparisons to the first parameter's equals() method.
equals(Object, Object) - Method in interface gnu.trove.TObjectHashingStrategy
Compares o1 and o2 for equality.
equals(Object, Object) - Method in class gnu.trove.TObjectIdentityHashingStrategy
Compares object references for equality.
equals(Object) - Method in class gnu.trove.TObjectIntHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TObjectLongHashMap
Compares this map with another map for equality of their stored entries.
exception - Variable in class gnu.trove.SerializationProcedure
 
execute(int) - Method in class gnu.trove.SerializationProcedure
 
execute(double) - Method in class gnu.trove.SerializationProcedure
 
execute(long) - Method in class gnu.trove.SerializationProcedure
 
execute(float) - Method in class gnu.trove.SerializationProcedure
 
execute(Object) - Method in class gnu.trove.SerializationProcedure
 
execute(Object, Object) - Method in class gnu.trove.SerializationProcedure
 
execute(Object, int) - Method in class gnu.trove.SerializationProcedure
 
execute(Object, long) - Method in class gnu.trove.SerializationProcedure
 
execute(Object, double) - Method in class gnu.trove.SerializationProcedure
 
execute(Object, float) - Method in class gnu.trove.SerializationProcedure
 
execute(int, Object) - Method in class gnu.trove.SerializationProcedure
 
execute(int, int) - Method in class gnu.trove.SerializationProcedure
 
execute(int, long) - Method in class gnu.trove.SerializationProcedure
 
execute(int, double) - Method in class gnu.trove.SerializationProcedure
 
execute(int, float) - Method in class gnu.trove.SerializationProcedure
 
execute(long, Object) - Method in class gnu.trove.SerializationProcedure
 
execute(long, int) - Method in class gnu.trove.SerializationProcedure
 
execute(long, long) - Method in class gnu.trove.SerializationProcedure
 
execute(long, double) - Method in class gnu.trove.SerializationProcedure
 
execute(long, float) - Method in class gnu.trove.SerializationProcedure
 
execute(double, Object) - Method in class gnu.trove.SerializationProcedure
 
execute(double, int) - Method in class gnu.trove.SerializationProcedure
 
execute(double, long) - Method in class gnu.trove.SerializationProcedure
 
execute(double, double) - Method in class gnu.trove.SerializationProcedure
 
execute(double, float) - Method in class gnu.trove.SerializationProcedure
 
execute(float, Object) - Method in class gnu.trove.SerializationProcedure
 
execute(float, int) - Method in class gnu.trove.SerializationProcedure
 
execute(float, long) - Method in class gnu.trove.SerializationProcedure
 
execute(float, double) - Method in class gnu.trove.SerializationProcedure
 
execute(float, float) - Method in class gnu.trove.SerializationProcedure
 
execute(double, double) - Method in class gnu.trove.TDoubleDoubleHashMap.EqProcedure
 
execute(double, double) - Method in class gnu.trove.TDoubleDoubleHashMap.HashProcedure
 
execute(double, double) - Method in interface gnu.trove.TDoubleDoubleProcedure
Executes this procedure.
execute(double, float) - Method in class gnu.trove.TDoubleFloatHashMap.EqProcedure
 
execute(double, float) - Method in class gnu.trove.TDoubleFloatHashMap.HashProcedure
 
execute(double, float) - Method in interface gnu.trove.TDoubleFloatProcedure
Executes this procedure.
execute(double) - Method in interface gnu.trove.TDoubleFunction
Execute this function with value
execute(double) - Method in class gnu.trove.TDoubleHashSet.HashProcedure
 
execute(double, int) - Method in class gnu.trove.TDoubleIntHashMap.EqProcedure
 
execute(double, int) - Method in class gnu.trove.TDoubleIntHashMap.HashProcedure
 
execute(double, int) - Method in interface gnu.trove.TDoubleIntProcedure
Executes this procedure.
execute(double, long) - Method in class gnu.trove.TDoubleLongHashMap.EqProcedure
 
execute(double, long) - Method in class gnu.trove.TDoubleLongHashMap.HashProcedure
 
execute(double, long) - Method in interface gnu.trove.TDoubleLongProcedure
Executes this procedure.
execute(double, Object) - Method in class gnu.trove.TDoubleObjectHashMap.EqProcedure
 
execute(double, Object) - Method in class gnu.trove.TDoubleObjectHashMap.HashProcedure
 
execute(double, Object) - Method in interface gnu.trove.TDoubleObjectProcedure
Executes this procedure.
execute(double) - Method in interface gnu.trove.TDoubleProcedure
Executes this procedure.
execute(float, double) - Method in class gnu.trove.TFloatDoubleHashMap.EqProcedure
 
execute(float, double) - Method in class gnu.trove.TFloatDoubleHashMap.HashProcedure
 
execute(float, double) - Method in interface gnu.trove.TFloatDoubleProcedure
Executes this procedure.
execute(float, float) - Method in class gnu.trove.TFloatFloatHashMap.EqProcedure
 
execute(float, float) - Method in class gnu.trove.TFloatFloatHashMap.HashProcedure
 
execute(float, float) - Method in interface gnu.trove.TFloatFloatProcedure
Executes this procedure.
execute(float) - Method in interface gnu.trove.TFloatFunction
Execute this function with value
execute(float) - Method in class gnu.trove.TFloatHashSet.HashProcedure
 
execute(float, int) - Method in class gnu.trove.TFloatIntHashMap.EqProcedure
 
execute(float, int) - Method in class gnu.trove.TFloatIntHashMap.HashProcedure
 
execute(float, int) - Method in interface gnu.trove.TFloatIntProcedure
Executes this procedure.
execute(float, long) - Method in class gnu.trove.TFloatLongHashMap.EqProcedure
 
execute(float, long) - Method in class gnu.trove.TFloatLongHashMap.HashProcedure
 
execute(float, long) - Method in interface gnu.trove.TFloatLongProcedure
Executes this procedure.
execute(float, Object) - Method in class gnu.trove.TFloatObjectHashMap.EqProcedure
 
execute(float, Object) - Method in class gnu.trove.TFloatObjectHashMap.HashProcedure
 
execute(float, Object) - Method in interface gnu.trove.TFloatObjectProcedure
Executes this procedure.
execute(float) - Method in interface gnu.trove.TFloatProcedure
Executes this procedure.
execute(Object, Object) - Method in class gnu.trove.THashMap.EqProcedure
 
execute(Object, Object) - Method in class gnu.trove.THashMap.HashProcedure
 
execute(Object) - Method in class gnu.trove.THashSet.HashProcedure
 
execute(int, double) - Method in class gnu.trove.TIntDoubleHashMap.EqProcedure
 
execute(int, double) - Method in class gnu.trove.TIntDoubleHashMap.HashProcedure
 
execute(int, double) - Method in interface gnu.trove.TIntDoubleProcedure
Executes this procedure.
execute(int, float) - Method in class gnu.trove.TIntFloatHashMap.EqProcedure
 
execute(int, float) - Method in class gnu.trove.TIntFloatHashMap.HashProcedure
 
execute(int, float) - Method in interface gnu.trove.TIntFloatProcedure
Executes this procedure.
execute(int) - Method in interface gnu.trove.TIntFunction
Execute this function with value
execute(int) - Method in class gnu.trove.TIntHashSet.HashProcedure
 
execute(int, int) - Method in class gnu.trove.TIntIntHashMap.EqProcedure
 
execute(int, int) - Method in class gnu.trove.TIntIntHashMap.HashProcedure
 
execute(int, int) - Method in interface gnu.trove.TIntIntProcedure
Executes this procedure.
execute(int, long) - Method in class gnu.trove.TIntLongHashMap.EqProcedure
 
execute(int, long) - Method in class gnu.trove.TIntLongHashMap.HashProcedure
 
execute(int, long) - Method in interface gnu.trove.TIntLongProcedure
Executes this procedure.
execute(int, Object) - Method in class gnu.trove.TIntObjectHashMap.EqProcedure
 
execute(int, Object) - Method in class gnu.trove.TIntObjectHashMap.HashProcedure
 
execute(int, Object) - Method in interface gnu.trove.TIntObjectProcedure
Executes this procedure.
execute(int) - Method in interface gnu.trove.TIntProcedure
Executes this procedure.
execute(long, double) - Method in class gnu.trove.TLongDoubleHashMap.EqProcedure
 
execute(long, double) - Method in class gnu.trove.TLongDoubleHashMap.HashProcedure
 
execute(long, double) - Method in interface gnu.trove.TLongDoubleProcedure
Executes this procedure.
execute(long, float) - Method in class gnu.trove.TLongFloatHashMap.EqProcedure
 
execute(long, float) - Method in class gnu.trove.TLongFloatHashMap.HashProcedure
 
execute(long, float) - Method in interface gnu.trove.TLongFloatProcedure
Executes this procedure.
execute(long) - Method in interface gnu.trove.TLongFunction
Execute this function with value
execute(long) - Method in class gnu.trove.TLongHashSet.HashProcedure
 
execute(long, int) - Method in class gnu.trove.TLongIntHashMap.EqProcedure
 
execute(long, int) - Method in class gnu.trove.TLongIntHashMap.HashProcedure
 
execute(long, int) - Method in interface gnu.trove.TLongIntProcedure
Executes this procedure.
execute(long, long) - Method in class gnu.trove.TLongLongHashMap.EqProcedure
 
execute(long, long) - Method in class gnu.trove.TLongLongHashMap.HashProcedure
 
execute(long, long) - Method in interface gnu.trove.TLongLongProcedure
Executes this procedure.
execute(long, Object) - Method in class gnu.trove.TLongObjectHashMap.EqProcedure
 
execute(long, Object) - Method in class gnu.trove.TLongObjectHashMap.HashProcedure
 
execute(long, Object) - Method in interface gnu.trove.TLongObjectProcedure
Executes this procedure.
execute(long) - Method in interface gnu.trove.TLongProcedure
Executes this procedure.
execute(Object, double) - Method in class gnu.trove.TObjectDoubleHashMap.EqProcedure
 
execute(Object, double) - Method in interface gnu.trove.TObjectDoubleProcedure
Executes this procedure.
execute(Object, float) - Method in class gnu.trove.TObjectFloatHashMap.EqProcedure
 
execute(Object, float) - Method in interface gnu.trove.TObjectFloatProcedure
Executes this procedure.
execute(Object) - Method in interface gnu.trove.TObjectFunction
Execute this function with value
execute(Object, int) - Method in class gnu.trove.TObjectIntHashMap.EqProcedure
 
execute(Object, int) - Method in interface gnu.trove.TObjectIntProcedure
Executes this procedure.
execute(Object, long) - Method in class gnu.trove.TObjectLongHashMap.EqProcedure
 
execute(Object, long) - Method in interface gnu.trove.TObjectLongProcedure
Executes this procedure.
execute(Object, Object) - Method in interface gnu.trove.TObjectObjectProcedure
Executes this procedure.
execute(Object) - Method in interface gnu.trove.TObjectProcedure
Executes this procedure.
execute(Object) - Method in class gnu.trove.ToObjectArrayProcedure
 

F

fill(double) - Method in class gnu.trove.TDoubleArrayList
Fills every slot in the list with the specified value.
fill(int, int, double) - Method in class gnu.trove.TDoubleArrayList
Fills a range in the list with the specified value.
fill(float) - Method in class gnu.trove.TFloatArrayList
Fills every slot in the list with the specified value.
fill(int, int, float) - Method in class gnu.trove.TFloatArrayList
Fills a range in the list with the specified value.
fill(int) - Method in class gnu.trove.TIntArrayList
Fills every slot in the list with the specified value.
fill(int, int, int) - Method in class gnu.trove.TIntArrayList
Fills a range in the list with the specified value.
fill(long) - Method in class gnu.trove.TLongArrayList
Fills every slot in the list with the specified value.
fill(int, int, long) - Method in class gnu.trove.TLongArrayList
Fills a range in the list with the specified value.
finish() - Method in interface gnu.trove.benchmark.Reporter
 
finish() - Method in class gnu.trove.benchmark.TextReporter
 
finish() - Method in class gnu.trove.benchmark.XMLReporter
 
forEach(TDoubleProcedure) - Method in class gnu.trove.TDoubleArrayList
Applies the procedure to each value in the list in ascending (front to back) order.
forEach(TDoubleProcedure) - Method in class gnu.trove.TDoubleHash
Executes procedure for each element in the set.
forEach(TFloatProcedure) - Method in class gnu.trove.TFloatArrayList
Applies the procedure to each value in the list in ascending (front to back) order.
forEach(TFloatProcedure) - Method in class gnu.trove.TFloatHash
Executes procedure for each element in the set.
forEach(TIntProcedure) - Method in class gnu.trove.TIntArrayList
Applies the procedure to each value in the list in ascending (front to back) order.
forEach(TIntProcedure) - Method in class gnu.trove.TIntHash
Executes procedure for each element in the set.
forEach(TLongProcedure) - Method in class gnu.trove.TLongArrayList
Applies the procedure to each value in the list in ascending (front to back) order.
forEach(TLongProcedure) - Method in class gnu.trove.TLongHash
Executes procedure for each element in the set.
forEach(TObjectProcedure) - Method in class gnu.trove.TObjectHash
Executes procedure for each element in the set.
forEachDescending(TDoubleProcedure) - Method in class gnu.trove.TDoubleArrayList
Applies the procedure to each value in the list in descending (back to front) order.
forEachDescending(TFloatProcedure) - Method in class gnu.trove.TFloatArrayList
Applies the procedure to each value in the list in descending (back to front) order.
forEachDescending(TIntProcedure) - Method in class gnu.trove.TIntArrayList
Applies the procedure to each value in the list in descending (back to front) order.
forEachDescending(TLongProcedure) - Method in class gnu.trove.TLongArrayList
Applies the procedure to each value in the list in descending (back to front) order.
forEachEntry(TDoubleDoubleProcedure) - Method in class gnu.trove.TDoubleDoubleHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TDoubleFloatProcedure) - Method in class gnu.trove.TDoubleFloatHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TDoubleIntProcedure) - Method in class gnu.trove.TDoubleIntHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TDoubleLongProcedure) - Method in class gnu.trove.TDoubleLongHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TDoubleObjectProcedure) - Method in class gnu.trove.TDoubleObjectHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TFloatDoubleProcedure) - Method in class gnu.trove.TFloatDoubleHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TFloatFloatProcedure) - Method in class gnu.trove.TFloatFloatHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TFloatIntProcedure) - Method in class gnu.trove.TFloatIntHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TFloatLongProcedure) - Method in class gnu.trove.TFloatLongHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TFloatObjectProcedure) - Method in class gnu.trove.TFloatObjectHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TObjectObjectProcedure) - Method in class gnu.trove.THashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TIntDoubleProcedure) - Method in class gnu.trove.TIntDoubleHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TIntFloatProcedure) - Method in class gnu.trove.TIntFloatHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TIntIntProcedure) - Method in class gnu.trove.TIntIntHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TIntLongProcedure) - Method in class gnu.trove.TIntLongHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TIntObjectProcedure) - Method in class gnu.trove.TIntObjectHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TLongDoubleProcedure) - Method in class gnu.trove.TLongDoubleHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TLongFloatProcedure) - Method in class gnu.trove.TLongFloatHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TLongIntProcedure) - Method in class gnu.trove.TLongIntHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TLongLongProcedure) - Method in class gnu.trove.TLongLongHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TLongObjectProcedure) - Method in class gnu.trove.TLongObjectHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TObjectDoubleProcedure) - Method in class gnu.trove.TObjectDoubleHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TObjectFloatProcedure) - Method in class gnu.trove.TObjectFloatHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TObjectIntProcedure) - Method in class gnu.trove.TObjectIntHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TObjectLongProcedure) - Method in class gnu.trove.TObjectLongHashMap
Executes procedure for each key/value entry in the map.
forEachKey(TDoubleProcedure) - Method in class gnu.trove.TDoubleDoubleHashMap
Executes procedure for each key in the map.
forEachKey(TDoubleProcedure) - Method in class gnu.trove.TDoubleFloatHashMap
Executes procedure for each key in the map.
forEachKey(TDoubleProcedure) - Method in class gnu.trove.TDoubleIntHashMap
Executes procedure for each key in the map.
forEachKey(TDoubleProcedure) - Method in class gnu.trove.TDoubleLongHashMap
Executes procedure for each key in the map.
forEachKey(TDoubleProcedure) - Method in class gnu.trove.TDoubleObjectHashMap
Executes procedure for each key in the map.
forEachKey(TFloatProcedure) - Method in class gnu.trove.TFloatDoubleHashMap
Executes procedure for each key in the map.
forEachKey(TFloatProcedure) - Method in class gnu.trove.TFloatFloatHashMap
Executes procedure for each key in the map.
forEachKey(TFloatProcedure) - Method in class gnu.trove.TFloatIntHashMap
Executes procedure for each key in the map.
forEachKey(TFloatProcedure) - Method in class gnu.trove.TFloatLongHashMap
Executes procedure for each key in the map.
forEachKey(TFloatProcedure) - Method in class gnu.trove.TFloatObjectHashMap
Executes procedure for each key in the map.
forEachKey(TObjectProcedure) - Method in class gnu.trove.THashMap
Executes procedure for each key in the map.
forEachKey(TIntProcedure) - Method in class gnu.trove.TIntDoubleHashMap
Executes procedure for each key in the map.
forEachKey(TIntProcedure) - Method in class gnu.trove.TIntFloatHashMap
Executes procedure for each key in the map.
forEachKey(TIntProcedure) - Method in class gnu.trove.TIntIntHashMap
Executes procedure for each key in the map.
forEachKey(TIntProcedure) - Method in class gnu.trove.TIntLongHashMap
Executes procedure for each key in the map.
forEachKey(TIntProcedure) - Method in class gnu.trove.TIntObjectHashMap
Executes procedure for each key in the map.
forEachKey(TLongProcedure) - Method in class gnu.trove.TLongDoubleHashMap
Executes procedure for each key in the map.
forEachKey(TLongProcedure) - Method in class gnu.trove.TLongFloatHashMap
Executes procedure for each key in the map.
forEachKey(TLongProcedure) - Method in class gnu.trove.TLongIntHashMap
Executes procedure for each key in the map.
forEachKey(TLongProcedure) - Method in class gnu.trove.TLongLongHashMap
Executes procedure for each key in the map.
forEachKey(TLongProcedure) - Method in class gnu.trove.TLongObjectHashMap
Executes procedure for each key in the map.
forEachKey(TObjectProcedure) - Method in class gnu.trove.TObjectDoubleHashMap
Executes procedure for each key in the map.
forEachKey(TObjectProcedure) - Method in class gnu.trove.TObjectFloatHashMap
Executes procedure for each key in the map.
forEachKey(TObjectProcedure) - Method in class gnu.trove.TObjectIntHashMap
Executes procedure for each key in the map.
forEachKey(TObjectProcedure) - Method in class gnu.trove.TObjectLongHashMap
Executes procedure for each key in the map.
forEachValue(TDoubleProcedure) - Method in class gnu.trove.TDoubleDoubleHashMap
Executes procedure for each value in the map.
forEachValue(TFloatProcedure) - Method in class gnu.trove.TDoubleFloatHashMap
Executes procedure for each value in the map.
forEachValue(TIntProcedure) - Method in class gnu.trove.TDoubleIntHashMap
Executes procedure for each value in the map.
forEachValue(TLongProcedure) - Method in class gnu.trove.TDoubleLongHashMap
Executes procedure for each value in the map.
forEachValue(TObjectProcedure) - Method in class gnu.trove.TDoubleObjectHashMap
Executes procedure for each value in the map.
forEachValue(TDoubleProcedure) - Method in class gnu.trove.TFloatDoubleHashMap
Executes procedure for each value in the map.
forEachValue(TFloatProcedure) - Method in class gnu.trove.TFloatFloatHashMap
Executes procedure for each value in the map.
forEachValue(TIntProcedure) - Method in class gnu.trove.TFloatIntHashMap
Executes procedure for each value in the map.
forEachValue(TLongProcedure) - Method in class gnu.trove.TFloatLongHashMap
Executes procedure for each value in the map.
forEachValue(TObjectProcedure) - Method in class gnu.trove.TFloatObjectHashMap
Executes procedure for each value in the map.
forEachValue(TObjectProcedure) - Method in class gnu.trove.THashMap
Executes procedure for each value in the map.
forEachValue(TDoubleProcedure) - Method in class gnu.trove.TIntDoubleHashMap
Executes procedure for each value in the map.
forEachValue(TFloatProcedure) - Method in class gnu.trove.TIntFloatHashMap
Executes procedure for each value in the map.
forEachValue(TIntProcedure) - Method in class gnu.trove.TIntIntHashMap
Executes procedure for each value in the map.
forEachValue(TLongProcedure) - Method in class gnu.trove.TIntLongHashMap
Executes procedure for each value in the map.
forEachValue(TObjectProcedure) - Method in class gnu.trove.TIntObjectHashMap
Executes procedure for each value in the map.
forEachValue(TDoubleProcedure) - Method in class gnu.trove.TLongDoubleHashMap
Executes procedure for each value in the map.
forEachValue(TFloatProcedure) - Method in class gnu.trove.TLongFloatHashMap
Executes procedure for each value in the map.
forEachValue(TIntProcedure) - Method in class gnu.trove.TLongIntHashMap
Executes procedure for each value in the map.
forEachValue(TLongProcedure) - Method in class gnu.trove.TLongLongHashMap
Executes procedure for each value in the map.
forEachValue(TObjectProcedure) - Method in class gnu.trove.TLongObjectHashMap
Executes procedure for each value in the map.
forEachValue(TDoubleProcedure) - Method in class gnu.trove.TObjectDoubleHashMap
Executes procedure for each value in the map.
forEachValue(TFloatProcedure) - Method in class gnu.trove.TObjectFloatHashMap
Executes procedure for each value in the map.
forEachValue(TIntProcedure) - Method in class gnu.trove.TObjectIntHashMap
Executes procedure for each value in the map.
forEachValue(TLongProcedure) - Method in class gnu.trove.TObjectLongHashMap
Executes procedure for each value in the map.
FREE - Static variable in class gnu.trove.TPrimitiveHash
flag indicating that a slot in the hashtable is available
FULL - Static variable in class gnu.trove.TPrimitiveHash
flag indicating that a slot in the hashtable is occupied

G

gc() - Static method in class gnu.trove.benchmark.MemoryUsage
 
get(Object) - Method in class gnu.trove.decorator.TDoubleDoubleHashMapDecorator
Retrieves the value for key
get(Object) - Method in class gnu.trove.decorator.TDoubleFloatHashMapDecorator
Retrieves the value for key
get(Object) - Method in class gnu.trove.decorator.TDoubleIntHashMapDecorator
Retrieves the value for key
get(Object) - Method in class gnu.trove.decorator.TDoubleLongHashMapDecorator
Retrieves the value for key
get(Object) - Method in class gnu.trove.decorator.TDoubleObjectHashMapDecorator
Retrieves the value for key
get(Object) - Method in class gnu.trove.decorator.TFloatDoubleHashMapDecorator
Retrieves the value for key
get(Object) - Method in class gnu.trove.decorator.TFloatFloatHashMapDecorator
Retrieves the value for key
get(Object) - Method in class gnu.trove.decorator.TFloatIntHashMapDecorator
Retrieves the value for key
get(Object) - Method in class gnu.trove.decorator.TFloatLongHashMapDecorator
Retrieves the value for key
get(Object) - Method in class gnu.trove.decorator.TFloatObjectHashMapDecorator
Retrieves the value for key
get(Object) - Method in class gnu.trove.decorator.TIntDoubleHashMapDecorator
Retrieves the value for key
get(Object) - Method in class gnu.trove.decorator.TIntFloatHashMapDecorator
Retrieves the value for key
get(Object) - Method in class gnu.trove.decorator.TIntIntHashMapDecorator
Retrieves the value for key
get(Object) - Method in class gnu.trove.decorator.TIntLongHashMapDecorator
Retrieves the value for key
get(Object) - Method in class gnu.trove.decorator.TIntObjectHashMapDecorator
Retrieves the value for key
get(Object) - Method in class gnu.trove.decorator.TLongDoubleHashMapDecorator
Retrieves the value for key
get(Object) - Method in class gnu.trove.decorator.TLongFloatHashMapDecorator
Retrieves the value for key
get(Object) - Method in class gnu.trove.decorator.TLongIntHashMapDecorator
Retrieves the value for key
get(Object) - Method in class gnu.trove.decorator.TLongLongHashMapDecorator
Retrieves the value for key
get(Object) - Method in class gnu.trove.decorator.TLongObjectHashMapDecorator
Retrieves the value for key
get(Object) - Method in class gnu.trove.decorator.TObjectDoubleHashMapDecorator
Retrieves the value for key
get(Object) - Method in class gnu.trove.decorator.TObjectFloatHashMapDecorator
Retrieves the value for key
get(Object) - Method in class gnu.trove.decorator.TObjectIntHashMapDecorator
Retrieves the value for key
get(Object) - Method in class gnu.trove.decorator.TObjectLongHashMapDecorator
Retrieves the value for key
get(int) - Method in class gnu.trove.TDoubleArrayList
Returns the value at the specified offset.
get(double) - Method in class gnu.trove.TDoubleDoubleHashMap
retrieves the value for key
get(double) - Method in class gnu.trove.TDoubleFloatHashMap
retrieves the value for key
get(double) - Method in class gnu.trove.TDoubleIntHashMap
retrieves the value for key
get(double) - Method in class gnu.trove.TDoubleLongHashMap
retrieves the value for key
get(double) - Method in class gnu.trove.TDoubleObjectHashMap
retrieves the value for key
get(int) - Method in class gnu.trove.TFloatArrayList
Returns the value at the specified offset.
get(float) - Method in class gnu.trove.TFloatDoubleHashMap
retrieves the value for key
get(float) - Method in class gnu.trove.TFloatFloatHashMap
retrieves the value for key
get(float) - Method in class gnu.trove.TFloatIntHashMap
retrieves the value for key
get(float) - Method in class gnu.trove.TFloatLongHashMap
retrieves the value for key
get(float) - Method in class gnu.trove.TFloatObjectHashMap
retrieves the value for key
get(Object) - Method in class gnu.trove.THashMap
retrieves the value for key
get(int) - Method in class gnu.trove.TIntArrayList
Returns the value at the specified offset.
get(int) - Method in class gnu.trove.TIntDoubleHashMap
retrieves the value for key
get(int) - Method in class gnu.trove.TIntFloatHashMap
retrieves the value for key
get(int) - Method in class gnu.trove.TIntIntHashMap
retrieves the value for key
get(int) - Method in class gnu.trove.TIntLongHashMap
retrieves the value for key
get(int) - Method in class gnu.trove.TIntObjectHashMap
retrieves the value for key
get(int) - Method in class gnu.trove.TLongArrayList
Returns the value at the specified offset.
get(long) - Method in class gnu.trove.TLongDoubleHashMap
retrieves the value for key
get(long) - Method in class gnu.trove.TLongFloatHashMap
retrieves the value for key
get(long) - Method in class gnu.trove.TLongIntHashMap
retrieves the value for key
get(long) - Method in class gnu.trove.TLongLongHashMap
retrieves the value for key
get(long) - Method in class gnu.trove.TLongObjectHashMap
retrieves the value for key
get(Object) - Method in class gnu.trove.TObjectDoubleHashMap
retrieves the value for key
get(Object) - Method in class gnu.trove.TObjectFloatHashMap
retrieves the value for key
get(Object) - Method in class gnu.trove.TObjectIntHashMap
retrieves the value for key
get(Object) - Method in class gnu.trove.TObjectLongHashMap
retrieves the value for key
getContainsOp() - Static method in class gnu.trove.benchmark.Main
 
getDescription() - Method in class gnu.trove.benchmark.Result
Gets the value of description
getFirst() - Method in class gnu.trove.TLinkedList
Returns the head of the list
getHashCode() - Method in class gnu.trove.TDoubleDoubleHashMap.HashProcedure
 
getHashCode() - Method in class gnu.trove.TDoubleFloatHashMap.HashProcedure
 
getHashCode() - Method in class gnu.trove.TDoubleHashSet.HashProcedure
 
getHashCode() - Method in class gnu.trove.TDoubleIntHashMap.HashProcedure
 
getHashCode() - Method in class gnu.trove.TDoubleLongHashMap.HashProcedure
 
getHashCode() - Method in class gnu.trove.TDoubleObjectHashMap.HashProcedure
 
getHashCode() - Method in class gnu.trove.TFloatDoubleHashMap.HashProcedure
 
getHashCode() - Method in class gnu.trove.TFloatFloatHashMap.HashProcedure
 
getHashCode() - Method in class gnu.trove.TFloatHashSet.HashProcedure
 
getHashCode() - Method in class gnu.trove.TFloatIntHashMap.HashProcedure
 
getHashCode() - Method in class gnu.trove.TFloatLongHashMap.HashProcedure
 
getHashCode() - Method in class gnu.trove.TFloatObjectHashMap.HashProcedure
 
getHashCode() - Method in class gnu.trove.THashMap.HashProcedure
 
getHashCode() - Method in class gnu.trove.THashSet.HashProcedure
 
getHashCode() - Method in class gnu.trove.TIntDoubleHashMap.HashProcedure
 
getHashCode() - Method in class gnu.trove.TIntFloatHashMap.HashProcedure
 
getHashCode() - Method in class gnu.trove.TIntHashSet.HashProcedure
 
getHashCode() - Method in class gnu.trove.TIntIntHashMap.HashProcedure
 
getHashCode() - Method in class gnu.trove.TIntLongHashMap.HashProcedure
 
getHashCode() - Method in class gnu.trove.TIntObjectHashMap.HashProcedure
 
getHashCode() - Method in class gnu.trove.TLongDoubleHashMap.HashProcedure
 
getHashCode() - Method in class gnu.trove.TLongFloatHashMap.HashProcedure
 
getHashCode() - Method in class gnu.trove.TLongHashSet.HashProcedure
 
getHashCode() - Method in class gnu.trove.TLongIntHashMap.HashProcedure
 
getHashCode() - Method in class gnu.trove.TLongLongHashMap.HashProcedure
 
getHashCode() - Method in class gnu.trove.TLongObjectHashMap.HashProcedure
 
getIntMapPut() - Static method in class gnu.trove.benchmark.Main
 
getIterationCount() - Method in interface gnu.trove.benchmark.Operation
 
getIterationOp() - Static method in class gnu.trove.benchmark.Main
 
getIterations() - Method in class gnu.trove.benchmark.Result
Gets the value of iterations
getIterationWithHasNextOp() - Static method in class gnu.trove.benchmark.Main
 
getKey() - Method in class gnu.trove.THashMap.Entry
 
getLast() - Method in class gnu.trove.TLinkedList
Returns the tail of the list.
getLinkedListAddOp() - Static method in class gnu.trove.benchmark.Main
 
getMapPutOp() - Static method in class gnu.trove.benchmark.Main
 
getNext() - Method in interface gnu.trove.TLinkable
Returns the linked list node after this one.
getNext() - Method in class gnu.trove.TLinkableAdaptor
Returns the linked list node after this one.
getOperation() - Method in class gnu.trove.benchmark.Repeater
 
getOperation() - Method in interface gnu.trove.benchmark.Timer
 
getOurAvg() - Method in class gnu.trove.benchmark.Result
Gets the value of ourAvg
getOurs() - Method in class gnu.trove.benchmark.Result
Gets the value of ours
getPrevious() - Method in interface gnu.trove.TLinkable
Returns the linked list node before this one.
getPrevious() - Method in class gnu.trove.TLinkableAdaptor
Returns the linked list node before this one.
getQuick(int) - Method in class gnu.trove.TDoubleArrayList
Returns the value at the specified offset without doing any bounds checking.
getQuick(int) - Method in class gnu.trove.TFloatArrayList
Returns the value at the specified offset without doing any bounds checking.
getQuick(int) - Method in class gnu.trove.TIntArrayList
Returns the value at the specified offset without doing any bounds checking.
getQuick(int) - Method in class gnu.trove.TLongArrayList
Returns the value at the specified offset without doing any bounds checking.
getRandomSetContainsOp() - Static method in class gnu.trove.benchmark.Main
 
getSet(int, double) - Method in class gnu.trove.TDoubleArrayList
Sets the value at the specified offset and returns the previously stored value.
getSet(int, float) - Method in class gnu.trove.TFloatArrayList
Sets the value at the specified offset and returns the previously stored value.
getSet(int, int) - Method in class gnu.trove.TIntArrayList
Sets the value at the specified offset and returns the previously stored value.
getSet(int, long) - Method in class gnu.trove.TLongArrayList
Sets the value at the specified offset and returns the previously stored value.
getSetOperation() - Static method in class gnu.trove.benchmark.Main
 
getSumSetOperation() - Static method in class gnu.trove.benchmark.Main
 
getTheirAvg() - Method in class gnu.trove.benchmark.Result
Gets the value of theirAvg
getTheirs() - Method in class gnu.trove.benchmark.Result
Gets the value of theirs
getUsedMemory() - Static method in class gnu.trove.benchmark.MemoryUsage
 
getValue() - Method in class gnu.trove.THashMap.Entry
 
getValues() - Method in class gnu.trove.TDoubleDoubleHashMap
Returns the values of the map.
getValues() - Method in class gnu.trove.TDoubleFloatHashMap
Returns the values of the map.
getValues() - Method in class gnu.trove.TDoubleIntHashMap
Returns the values of the map.
getValues() - Method in class gnu.trove.TDoubleLongHashMap
Returns the values of the map.
getValues() - Method in class gnu.trove.TDoubleObjectHashMap
Returns the values of the map.
getValues() - Method in class gnu.trove.TFloatDoubleHashMap
Returns the values of the map.
getValues() - Method in class gnu.trove.TFloatFloatHashMap
Returns the values of the map.
getValues() - Method in class gnu.trove.TFloatIntHashMap
Returns the values of the map.
getValues() - Method in class gnu.trove.TFloatLongHashMap
Returns the values of the map.
getValues() - Method in class gnu.trove.TFloatObjectHashMap
Returns the values of the map.
getValues() - Method in class gnu.trove.TIntDoubleHashMap
Returns the values of the map.
getValues() - Method in class gnu.trove.TIntFloatHashMap
Returns the values of the map.
getValues() - Method in class gnu.trove.TIntIntHashMap
Returns the values of the map.
getValues() - Method in class gnu.trove.TIntLongHashMap
Returns the values of the map.
getValues() - Method in class gnu.trove.TIntObjectHashMap
Returns the values of the map.
getValues() - Method in class gnu.trove.TLongDoubleHashMap
Returns the values of the map.
getValues() - Method in class gnu.trove.TLongFloatHashMap
Returns the values of the map.
getValues() - Method in class gnu.trove.TLongIntHashMap
Returns the values of the map.
getValues() - Method in class gnu.trove.TLongLongHashMap
Returns the values of the map.
getValues() - Method in class gnu.trove.TLongObjectHashMap
Returns the values of the map.
getValues() - Method in class gnu.trove.TObjectDoubleHashMap
Returns the values of the map.
getValues() - Method in class gnu.trove.TObjectFloatHashMap
Returns the values of the map.
getValues() - Method in class gnu.trove.TObjectIntHashMap
Returns the values of the map.
getValues() - Method in class gnu.trove.TObjectLongHashMap
Returns the values of the map.
gnu.trove - package gnu.trove
 
gnu.trove.benchmark - package gnu.trove.benchmark
 
gnu.trove.decorator - package gnu.trove.decorator
 
grep(TDoubleProcedure) - Method in class gnu.trove.TDoubleArrayList
Searches the list for values satisfying condition in the manner of the *nix grep utility.
grep(TFloatProcedure) - Method in class gnu.trove.TFloatArrayList
Searches the list for values satisfying condition in the manner of the *nix grep utility.
grep(TIntProcedure) - Method in class gnu.trove.TIntArrayList
Searches the list for values satisfying condition in the manner of the *nix grep utility.
grep(TLongProcedure) - Method in class gnu.trove.TLongArrayList
Searches the list for values satisfying condition in the manner of the *nix grep utility.

H

h - Variable in class gnu.trove.TDoubleDoubleHashMap.HashProcedure
 
h - Variable in class gnu.trove.TDoubleFloatHashMap.HashProcedure
 
h - Variable in class gnu.trove.TDoubleHashSet.HashProcedure
 
h - Variable in class gnu.trove.TDoubleIntHashMap.HashProcedure
 
h - Variable in class gnu.trove.TDoubleLongHashMap.HashProcedure
 
h - Variable in class gnu.trove.TDoubleObjectHashMap.HashProcedure
 
h - Variable in class gnu.trove.TFloatDoubleHashMap.HashProcedure
 
h - Variable in class gnu.trove.TFloatFloatHashMap.HashProcedure
 
h - Variable in class gnu.trove.TFloatHashSet.HashProcedure
 
h - Variable in class gnu.trove.TFloatIntHashMap.HashProcedure
 
h - Variable in class gnu.trove.TFloatLongHashMap.HashProcedure
 
h - Variable in class gnu.trove.TFloatObjectHashMap.HashProcedure
 
h - Variable in class gnu.trove.THashMap.HashProcedure
 
h - Variable in class gnu.trove.THashSet.HashProcedure
 
h - Variable in class gnu.trove.TIntDoubleHashMap.HashProcedure
 
h - Variable in class gnu.trove.TIntFloatHashMap.HashProcedure
 
h - Variable in class gnu.trove.TIntHashSet.HashProcedure
 
h - Variable in class gnu.trove.TIntIntHashMap.HashProcedure
 
h - Variable in class gnu.trove.TIntLongHashMap.HashProcedure
 
h - Variable in class gnu.trove.TIntObjectHashMap.HashProcedure
 
h - Variable in class gnu.trove.TLongDoubleHashMap.HashProcedure
 
h - Variable in class gnu.trove.TLongFloatHashMap.HashProcedure
 
h - Variable in class gnu.trove.TLongHashSet.HashProcedure
 
h - Variable in class gnu.trove.TLongIntHashMap.HashProcedure
 
h - Variable in class gnu.trove.TLongLongHashMap.HashProcedure
 
h - Variable in class gnu.trove.TLongObjectHashMap.HashProcedure
 
hash(double) - Static method in class gnu.trove.HashFunctions
Returns a hashcode for the specified value.
hash(float) - Static method in class gnu.trove.HashFunctions
Returns a hashcode for the specified value.
hash(int) - Static method in class gnu.trove.HashFunctions
Returns a hashcode for the specified value.
hash(long) - Static method in class gnu.trove.HashFunctions
Returns a hashcode for the specified value.
hash(Object) - Static method in class gnu.trove.HashFunctions
Returns a hashcode for the specified object.
hashCode() - Method in class gnu.trove.TDoubleArrayList
 
hashCode() - Method in class gnu.trove.TDoubleDoubleHashMap
 
hashCode() - Method in class gnu.trove.TDoubleFloatHashMap
 
hashCode() - Method in class gnu.trove.TDoubleHashSet
 
hashCode() - Method in class gnu.trove.TDoubleIntHashMap
 
hashCode() - Method in class gnu.trove.TDoubleLongHashMap
 
hashCode() - Method in class gnu.trove.TDoubleObjectHashMap
 
hashCode() - Method in class gnu.trove.TFloatArrayList
 
hashCode() - Method in class gnu.trove.TFloatDoubleHashMap
 
hashCode() - Method in class gnu.trove.TFloatFloatHashMap
 
hashCode() - Method in class gnu.trove.TFloatHashSet
 
hashCode() - Method in class gnu.trove.TFloatIntHashMap
 
hashCode() - Method in class gnu.trove.TFloatLongHashMap
 
hashCode() - Method in class gnu.trove.TFloatObjectHashMap
 
hashCode() - Method in class gnu.trove.THashMap
 
hashCode() - Method in class gnu.trove.THashSet
 
hashCode() - Method in class gnu.trove.TIntArrayList
 
hashCode() - Method in class gnu.trove.TIntDoubleHashMap
 
hashCode() - Method in class gnu.trove.TIntFloatHashMap
 
hashCode() - Method in class gnu.trove.TIntHashSet
 
hashCode() - Method in class gnu.trove.TIntIntHashMap
 
hashCode() - Method in class gnu.trove.TIntLongHashMap
 
hashCode() - Method in class gnu.trove.TIntObjectHashMap
 
hashCode() - Method in class gnu.trove.TLongArrayList
 
hashCode() - Method in class gnu.trove.TLongDoubleHashMap
 
hashCode() - Method in class gnu.trove.TLongFloatHashMap
 
hashCode() - Method in class gnu.trove.TLongHashSet
 
hashCode() - Method in class gnu.trove.TLongIntHashMap
 
hashCode() - Method in class gnu.trove.TLongLongHashMap
 
hashCode() - Method in class gnu.trove.TLongObjectHashMap
 
HashFunctions - Class in gnu.trove
Provides various hash functions.
HashFunctions() - Constructor for class gnu.trove.HashFunctions
 
hasNext() - Method in class gnu.trove.TIterator
Returns true if the iterator can be advanced past its current location.
hasNext() - Method in class gnu.trove.TLinkedList.IteratorImpl
True if a call to next() will return an object.
hasPrevious() - Method in class gnu.trove.TLinkedList.IteratorImpl
True if a call to previous() will return a value.

I

increment(double) - Method in class gnu.trove.TDoubleDoubleHashMap
Increments the primitive value mapped to key by 1
increment(double) - Method in class gnu.trove.TDoubleFloatHashMap
Increments the primitive value mapped to key by 1
increment(double) - Method in class gnu.trove.TDoubleIntHashMap
Increments the primitive value mapped to key by 1
increment(double) - Method in class gnu.trove.TDoubleLongHashMap
Increments the primitive value mapped to key by 1
increment(float) - Method in class gnu.trove.TFloatDoubleHashMap
Increments the primitive value mapped to key by 1
increment(float) - Method in class gnu.trove.TFloatFloatHashMap
Increments the primitive value mapped to key by 1
increment(float) - Method in class gnu.trove.TFloatIntHashMap
Increments the primitive value mapped to key by 1
increment(float) - Method in class gnu.trove.TFloatLongHashMap
Increments the primitive value mapped to key by 1
increment(int) - Method in class gnu.trove.TIntDoubleHashMap
Increments the primitive value mapped to key by 1
increment(int) - Method in class gnu.trove.TIntFloatHashMap
Increments the primitive value mapped to key by 1
increment(int) - Method in class gnu.trove.TIntIntHashMap
Increments the primitive value mapped to key by 1
increment(int) - Method in class gnu.trove.TIntLongHashMap
Increments the primitive value mapped to key by 1
increment(long) - Method in class gnu.trove.TLongDoubleHashMap
Increments the primitive value mapped to key by 1
increment(long) - Method in class gnu.trove.TLongFloatHashMap
Increments the primitive value mapped to key by 1
increment(long) - Method in class gnu.trove.TLongIntHashMap
Increments the primitive value mapped to key by 1
increment(long) - Method in class gnu.trove.TLongLongHashMap
Increments the primitive value mapped to key by 1
increment(Object) - Method in class gnu.trove.TObjectDoubleHashMap
Increments the primitive value mapped to key by 1
increment(Object) - Method in class gnu.trove.TObjectFloatHashMap
Increments the primitive value mapped to key by 1
increment(Object) - Method in class gnu.trove.TObjectIntHashMap
Increments the primitive value mapped to key by 1
increment(Object) - Method in class gnu.trove.TObjectLongHashMap
Increments the primitive value mapped to key by 1
index(double) - Method in class gnu.trove.TDoubleHash
Locates the index of val.
index(float) - Method in class gnu.trove.TFloatHash
Locates the index of val.
index - Variable in class gnu.trove.THashMap.Entry
 
index(int) - Method in class gnu.trove.TIntHash
Locates the index of val.
index(long) - Method in class gnu.trove.TLongHash
Locates the index of val.
index(Object) - Method in class gnu.trove.TObjectHash
Locates the index of obj.
indexOf(double) - Method in class gnu.trove.TDoubleArrayList
Searches the list front to back for the index of value.
indexOf(int, double) - Method in class gnu.trove.TDoubleArrayList
Searches the list front to back for the index of value, starting at offset.
indexOf(float) - Method in class gnu.trove.TFloatArrayList
Searches the list front to back for the index of value.
indexOf(int, float) - Method in class gnu.trove.TFloatArrayList
Searches the list front to back for the index of value, starting at offset.
indexOf(int) - Method in class gnu.trove.TIntArrayList
Searches the list front to back for the index of value.
indexOf(int, int) - Method in class gnu.trove.TIntArrayList
Searches the list front to back for the index of value, starting at offset.
indexOf(long) - Method in class gnu.trove.TLongArrayList
Searches the list front to back for the index of value.
indexOf(int, long) - Method in class gnu.trove.TLongArrayList
Searches the list front to back for the index of value, starting at offset.
insert(int, double) - Method in class gnu.trove.TDoubleArrayList
Inserts value into the list at offset.
insert(int, double[]) - Method in class gnu.trove.TDoubleArrayList
Inserts the array of values into the list at offset.
insert(int, double[], int, int) - Method in class gnu.trove.TDoubleArrayList
Inserts a slice of the array of values into the list at offset.
insert(int, float) - Method in class gnu.trove.TFloatArrayList
Inserts value into the list at offset.
insert(int, float[]) - Method in class gnu.trove.TFloatArrayList
Inserts the array of values into the list at offset.
insert(int, float[], int, int) - Method in class gnu.trove.TFloatArrayList
Inserts a slice of the array of values into the list at offset.
insert(int, int) - Method in class gnu.trove.TIntArrayList
Inserts value into the list at offset.
insert(int, int[]) - Method in class gnu.trove.TIntArrayList
Inserts the array of values into the list at offset.
insert(int, int[], int, int) - Method in class gnu.trove.TIntArrayList
Inserts a slice of the array of values into the list at offset.
insert(int, Object) - Method in class gnu.trove.TLinkedList
Implementation of index-based list insertions.
insert(int, long) - Method in class gnu.trove.TLongArrayList
Inserts value into the list at offset.
insert(int, long[]) - Method in class gnu.trove.TLongArrayList
Inserts the array of values into the list at offset.
insert(int, long[], int, int) - Method in class gnu.trove.TLongArrayList
Inserts a slice of the array of values into the list at offset.
insertionIndex(double) - Method in class gnu.trove.TDoubleHash
Locates the index at which val can be inserted.
insertionIndex(float) - Method in class gnu.trove.TFloatHash
Locates the index at which val can be inserted.
insertionIndex(int) - Method in class gnu.trove.TIntHash
Locates the index at which val can be inserted.
insertionIndex(long) - Method in class gnu.trove.TLongHash
Locates the index at which val can be inserted.
insertionIndex(Object) - Method in class gnu.trove.TObjectHash
Locates the index at which obj can be inserted.
inverseGrep(TDoubleProcedure) - Method in class gnu.trove.TDoubleArrayList
Searches the list for values which do not satisfy condition.
inverseGrep(TFloatProcedure) - Method in class gnu.trove.TFloatArrayList
Searches the list for values which do not satisfy condition.
inverseGrep(TIntProcedure) - Method in class gnu.trove.TIntArrayList
Searches the list for values which do not satisfy condition.
inverseGrep(TLongProcedure) - Method in class gnu.trove.TLongArrayList
Searches the list for values which do not satisfy condition.
isEmpty() - Method in class gnu.trove.decorator.TDoubleDoubleHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.decorator.TDoubleFloatHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.decorator.TDoubleHashSetDecorator
Indicates whether set has any entries.
isEmpty() - Method in class gnu.trove.decorator.TDoubleIntHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.decorator.TDoubleLongHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.decorator.TDoubleObjectHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.decorator.TFloatDoubleHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.decorator.TFloatFloatHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.decorator.TFloatHashSetDecorator
Indicates whether set has any entries.
isEmpty() - Method in class gnu.trove.decorator.TFloatIntHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.decorator.TFloatLongHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.decorator.TFloatObjectHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.decorator.TIntDoubleHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.decorator.TIntFloatHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.decorator.TIntHashSetDecorator
Indicates whether set has any entries.
isEmpty() - Method in class gnu.trove.decorator.TIntIntHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.decorator.TIntLongHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.decorator.TIntObjectHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.decorator.TLongDoubleHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.decorator.TLongFloatHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.decorator.TLongHashSetDecorator
Indicates whether set has any entries.
isEmpty() - Method in class gnu.trove.decorator.TLongIntHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.decorator.TLongLongHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.decorator.TLongObjectHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.decorator.TObjectDoubleHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.decorator.TObjectFloatHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.decorator.TObjectIntHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.decorator.TObjectLongHashMapDecorator
Indicates whether map has any entries.
isEmpty() - Method in class gnu.trove.TDoubleArrayList
Tests whether this list contains any values.
isEmpty() - Method in class gnu.trove.TFloatArrayList
Tests whether this list contains any values.
isEmpty() - Method in class gnu.trove.THash
Tells whether this set is currently holding any elements.
isEmpty() - Method in class gnu.trove.THashMap.KeyView
 
isEmpty() - Method in class gnu.trove.TIntArrayList
Tests whether this list contains any values.
isEmpty() - Method in class gnu.trove.TLongArrayList
Tests whether this list contains any values.
iterations - Variable in class gnu.trove.benchmark.Result
 
iterator() - Method in class gnu.trove.decorator.TDoubleHashSetDecorator
Creates an iterator over the values of the set.
iterator() - Method in class gnu.trove.decorator.TFloatHashSetDecorator
Creates an iterator over the values of the set.
iterator() - Method in class gnu.trove.decorator.TIntHashSetDecorator
Creates an iterator over the values of the set.
iterator() - Method in class gnu.trove.decorator.TLongHashSetDecorator
Creates an iterator over the values of the set.
iterator() - Method in class gnu.trove.TDoubleDoubleHashMap
 
iterator() - Method in class gnu.trove.TDoubleFloatHashMap
 
iterator() - Method in class gnu.trove.TDoubleHashSet
 
iterator() - Method in class gnu.trove.TDoubleIntHashMap
 
iterator() - Method in class gnu.trove.TDoubleLongHashMap
 
iterator() - Method in class gnu.trove.TDoubleObjectHashMap
 
iterator() - Method in class gnu.trove.TFloatDoubleHashMap
 
iterator() - Method in class gnu.trove.TFloatFloatHashMap
 
iterator() - Method in class gnu.trove.TFloatHashSet
 
iterator() - Method in class gnu.trove.TFloatIntHashMap
 
iterator() - Method in class gnu.trove.TFloatLongHashMap
 
iterator() - Method in class gnu.trove.TFloatObjectHashMap
 
iterator() - Method in class gnu.trove.THashMap.EntryView
 
iterator() - Method in class gnu.trove.THashMap.KeyView
 
iterator() - Method in class gnu.trove.THashMap.ValueView
 
iterator() - Method in class gnu.trove.THashSet
Creates an iterator over the values of the set.
iterator() - Method in class gnu.trove.TIntDoubleHashMap
 
iterator() - Method in class gnu.trove.TIntFloatHashMap
 
iterator() - Method in class gnu.trove.TIntHashSet
 
iterator() - Method in class gnu.trove.TIntIntHashMap
 
iterator() - Method in class gnu.trove.TIntLongHashMap
 
iterator() - Method in class gnu.trove.TIntObjectHashMap
 
iterator() - Method in class gnu.trove.TLongDoubleHashMap
 
iterator() - Method in class gnu.trove.TLongFloatHashMap
 
iterator() - Method in class gnu.trove.TLongHashSet
 
iterator() - Method in class gnu.trove.TLongIntHashMap
 
iterator() - Method in class gnu.trove.TLongLongHashMap
 
iterator() - Method in class gnu.trove.TLongObjectHashMap
 
iterator() - Method in class gnu.trove.TObjectDoubleHashMap
 
iterator() - Method in class gnu.trove.TObjectFloatHashMap
 
iterator() - Method in class gnu.trove.TObjectIntHashMap
 
iterator() - Method in class gnu.trove.TObjectLongHashMap
 

J

javasoft - Variable in class gnu.trove.benchmark.MemoryUsage.MemoryComparator
 

K

key() - Method in class gnu.trove.TDoubleDoubleIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in class gnu.trove.TDoubleFloatIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in class gnu.trove.TDoubleIntIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in class gnu.trove.TDoubleLongIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in class gnu.trove.TDoubleObjectIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in class gnu.trove.TFloatDoubleIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in class gnu.trove.TFloatFloatIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in class gnu.trove.TFloatIntIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in class gnu.trove.TFloatLongIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in class gnu.trove.TFloatObjectIterator
Provides access to the key of the mapping at the iterator's position.
key - Variable in class gnu.trove.THashMap.Entry
 
key() - Method in class gnu.trove.TIntDoubleIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in class gnu.trove.TIntFloatIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in class gnu.trove.TIntIntIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in class gnu.trove.TIntLongIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in class gnu.trove.TIntObjectIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in class gnu.trove.TLongDoubleIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in class gnu.trove.TLongFloatIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in class gnu.trove.TLongIntIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in class gnu.trove.TLongLongIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in class gnu.trove.TLongObjectIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in class gnu.trove.TObjectDoubleIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in class gnu.trove.TObjectFloatIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in class gnu.trove.TObjectIntIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in class gnu.trove.TObjectLongIterator
Provides access to the key of the mapping at the iterator's position.
keyForEntry(Object) - Method in class gnu.trove.THashMap.EntryView
 
keys() - Method in class gnu.trove.TDoubleDoubleHashMap
returns the keys of the map.
keys() - Method in class gnu.trove.TDoubleFloatHashMap
returns the keys of the map.
keys() - Method in class gnu.trove.TDoubleIntHashMap
returns the keys of the map.
keys() - Method in class gnu.trove.TDoubleLongHashMap
returns the keys of the map.
keys() - Method in class gnu.trove.TDoubleObjectHashMap
returns the keys of the map.
keys() - Method in class gnu.trove.TFloatDoubleHashMap
returns the keys of the map.
keys() - Method in class gnu.trove.TFloatFloatHashMap
returns the keys of the map.
keys() - Method in class gnu.trove.TFloatIntHashMap
returns the keys of the map.
keys() - Method in class gnu.trove.TFloatLongHashMap
returns the keys of the map.
keys() - Method in class gnu.trove.TFloatObjectHashMap
returns the keys of the map.
keys() - Method in class gnu.trove.TIntDoubleHashMap
returns the keys of the map.
keys() - Method in class gnu.trove.TIntFloatHashMap
returns the keys of the map.
keys() - Method in class gnu.trove.TIntIntHashMap
returns the keys of the map.
keys() - Method in class gnu.trove.TIntLongHashMap
returns the keys of the map.
keys() - Method in class gnu.trove.TIntObjectHashMap
returns the keys of the map.
keys() - Method in class gnu.trove.TLongDoubleHashMap
returns the keys of the map.
keys() - Method in class gnu.trove.TLongFloatHashMap
returns the keys of the map.
keys() - Method in class gnu.trove.TLongIntHashMap
returns the keys of the map.
keys() - Method in class gnu.trove.TLongLongHashMap
returns the keys of the map.
keys() - Method in class gnu.trove.TLongObjectHashMap
returns the keys of the map.
keys() - Method in class gnu.trove.TObjectDoubleHashMap
returns the keys of the map.
keys() - Method in class gnu.trove.TObjectFloatHashMap
returns the keys of the map.
keys() - Method in class gnu.trove.TObjectIntHashMap
returns the keys of the map.
keys() - Method in class gnu.trove.TObjectLongHashMap
returns the keys of the map.
keySet() - Method in class gnu.trove.THashMap
returns a Set view on the keys of the map.

L

largestPrime - Static variable in class gnu.trove.PrimeFinder
The largest prime this class can generate; currently equal to Integer.MAX_VALUE.
lastIndexOf(double) - Method in class gnu.trove.TDoubleArrayList
Searches the list back to front for the last index of value.
lastIndexOf(int, double) - Method in class gnu.trove.TDoubleArrayList
Searches the list back to front for the last index of value, starting at offset.
lastIndexOf(float) - Method in class gnu.trove.TFloatArrayList
Searches the list back to front for the last index of value.
lastIndexOf(int, float) - Method in class gnu.trove.TFloatArrayList
Searches the list back to front for the last index of value, starting at offset.
lastIndexOf(int) - Method in class gnu.trove.TIntArrayList
Searches the list back to front for the last index of value.
lastIndexOf(int, int) - Method in class gnu.trove.TIntArrayList
Searches the list back to front for the last index of value, starting at offset.
lastIndexOf(long) - Method in class gnu.trove.TLongArrayList
Searches the list back to front for the last index of value.
lastIndexOf(int, long) - Method in class gnu.trove.TLongArrayList
Searches the list back to front for the last index of value, starting at offset.
listIterator(int) - Method in class gnu.trove.TLinkedList
Returns an iterator positioned at index.

M

Main - Class in gnu.trove.benchmark
Created: Sat Nov 3 18:17:56 2001
Main() - Constructor for class gnu.trove.benchmark.Main
 
main(String[]) - Static method in class gnu.trove.benchmark.Main
 
main(String[]) - Static method in class gnu.trove.benchmark.MemoryUsage
 
max() - Method in class gnu.trove.TDoubleArrayList
Finds the maximum value in the list.
max() - Method in class gnu.trove.TFloatArrayList
Finds the maximum value in the list.
max() - Method in class gnu.trove.TIntArrayList
Finds the maximum value in the list.
max() - Method in class gnu.trove.TLongArrayList
Finds the maximum value in the list.
MemoryUsage - Class in gnu.trove.benchmark
 
MemoryUsage() - Constructor for class gnu.trove.benchmark.MemoryUsage
 
MemoryUsage.Creator - Interface in gnu.trove.benchmark
 
MemoryUsage.JavasoftIntegerArrayListCreator - Class in gnu.trove.benchmark
 
MemoryUsage.JavasoftIntegerArrayListCreator() - Constructor for class gnu.trove.benchmark.MemoryUsage.JavasoftIntegerArrayListCreator
 
MemoryUsage.JavasoftListCreator - Class in gnu.trove.benchmark
 
MemoryUsage.JavasoftListCreator() - Constructor for class gnu.trove.benchmark.MemoryUsage.JavasoftListCreator
 
MemoryUsage.JavasoftMapCreator - Class in gnu.trove.benchmark
 
MemoryUsage.JavasoftMapCreator() - Constructor for class gnu.trove.benchmark.MemoryUsage.JavasoftMapCreator
 
MemoryUsage.JavasoftSetCreator - Class in gnu.trove.benchmark
 
MemoryUsage.JavasoftSetCreator() - Constructor for class gnu.trove.benchmark.MemoryUsage.JavasoftSetCreator
 
MemoryUsage.MemoryComparator - Class in gnu.trove.benchmark
 
MemoryUsage.MemoryComparator(MemoryUsage.Creator, MemoryUsage.Creator, String) - Constructor for class gnu.trove.benchmark.MemoryUsage.MemoryComparator
 
MemoryUsage.TroveIntArrayListCreator - Class in gnu.trove.benchmark
 
MemoryUsage.TroveIntArrayListCreator() - Constructor for class gnu.trove.benchmark.MemoryUsage.TroveIntArrayListCreator
 
MemoryUsage.TroveListCreator - Class in gnu.trove.benchmark
 
MemoryUsage.TroveListCreator() - Constructor for class gnu.trove.benchmark.MemoryUsage.TroveListCreator
 
MemoryUsage.TroveMapCreator - Class in gnu.trove.benchmark
 
MemoryUsage.TroveMapCreator() - Constructor for class gnu.trove.benchmark.MemoryUsage.TroveMapCreator
 
MemoryUsage.TroveSetCreator - Class in gnu.trove.benchmark
 
MemoryUsage.TroveSetCreator() - Constructor for class gnu.trove.benchmark.MemoryUsage.TroveSetCreator
 
min() - Method in class gnu.trove.TDoubleArrayList
Finds the minimum value in the list.
min() - Method in class gnu.trove.TFloatArrayList
Finds the minimum value in the list.
min() - Method in class gnu.trove.TIntArrayList
Finds the minimum value in the list.
min() - Method in class gnu.trove.TLongArrayList
Finds the minimum value in the list.
moveToNextIndex() - Method in class gnu.trove.TIterator
Sets the internal index so that the `next' object can be returned.

N

next() - Method in class gnu.trove.TDoubleIterator
Advances the iterator to the next element in the underlying collection and returns it.
next() - Method in class gnu.trove.TFloatIterator
Advances the iterator to the next element in the underlying collection and returns it.
next() - Method in class gnu.trove.THashIterator
Moves the iterator to the next Object and returns it.
next() - Method in class gnu.trove.TIntIterator
Advances the iterator to the next element in the underlying collection and returns it.
next() - Method in class gnu.trove.TLinkedList.IteratorImpl
Returns the value at the Iterator's index and advances the iterator.
next() - Method in class gnu.trove.TLongIterator
Advances the iterator to the next element in the underlying collection and returns it.
nextIndex() - Method in class gnu.trove.THashIterator
Returns the index of the next value in the data structure or a negative value if the iterator is exhausted.
nextIndex() - Method in class gnu.trove.TIterator
Returns the index of the next value in the data structure or a negative value if the iterator is exhausted.
nextIndex() - Method in class gnu.trove.TLinkedList.IteratorImpl
returns the index of the next node in the list (the one that would be returned by a call to next()).
nextIndex() - Method in class gnu.trove.TObjectDoubleIterator
Returns the index of the next value in the data structure or a negative value if the iterator is exhausted.
nextIndex() - Method in class gnu.trove.TObjectFloatIterator
Returns the index of the next value in the data structure or a negative value if the iterator is exhausted.
nextIndex() - Method in class gnu.trove.TObjectIntIterator
Returns the index of the next value in the data structure or a negative value if the iterator is exhausted.
nextIndex() - Method in class gnu.trove.TObjectLongIterator
Returns the index of the next value in the data structure or a negative value if the iterator is exhausted.
nextIndex() - Method in class gnu.trove.TPrimitiveIterator
Returns the index of the next value in the data structure or a negative value if the iterator is exhausted.
nextPrime(int) - Static method in class gnu.trove.PrimeFinder
Returns a prime number which is >= desiredCapacity and very close to desiredCapacity (within 11% if desiredCapacity >= 1000).

O

objectAtIndex(int) - Method in class gnu.trove.THashIterator
Returns the object at the specified index.
objectAtIndex(int) - Method in class gnu.trove.THashMap.KeyView.EntryIterator
 
objectAtIndex(int) - Method in class gnu.trove.TObjectHashIterator
 
Operation - Interface in gnu.trove.benchmark
 
ours() - Method in interface gnu.trove.benchmark.Operation
 
ours() - Method in class gnu.trove.benchmark.Repeater
 
ours - Variable in class gnu.trove.benchmark.Result
 
ours() - Method in interface gnu.trove.benchmark.Timer
 
out - Variable in class gnu.trove.benchmark.TextReporter
 
out - Variable in class gnu.trove.benchmark.XMLReporter
 

P

peek() - Method in class gnu.trove.TIntStack
Returns the value at the top of the stack.
pop() - Method in class gnu.trove.TIntStack
Removes and returns the value at the top of the stack.
pos - Variable in class gnu.trove.ToObjectArrayProcedure
 
postInsertHook(boolean) - Method in class gnu.trove.THash
After an insert, this hook is called to adjust the size/free values of the set and to perform rehashing if necessary.
previous() - Method in class gnu.trove.TLinkedList.IteratorImpl
Returns the value before the Iterator's index and moves the iterator back one index.
previousIndex() - Method in class gnu.trove.TLinkedList.IteratorImpl
Returns the previous element's index.
primeCapacities - Static variable in class gnu.trove.PrimeFinder
The prime number list consists of 11 chunks.
PrimeFinder - Class in gnu.trove
Used to keep hash table capacities prime numbers.
PrimeFinder() - Constructor for class gnu.trove.PrimeFinder
 
push(int) - Method in class gnu.trove.TIntStack
Pushes the value onto the top of the stack.
put(Object, Object) - Method in class gnu.trove.decorator.TDoubleDoubleHashMapDecorator
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.decorator.TDoubleFloatHashMapDecorator
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.decorator.TDoubleIntHashMapDecorator
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.decorator.TDoubleLongHashMapDecorator
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.decorator.TDoubleObjectHashMapDecorator
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.decorator.TFloatDoubleHashMapDecorator
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.decorator.TFloatFloatHashMapDecorator
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.decorator.TFloatIntHashMapDecorator
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.decorator.TFloatLongHashMapDecorator
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.decorator.TFloatObjectHashMapDecorator
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.decorator.TIntDoubleHashMapDecorator
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.decorator.TIntFloatHashMapDecorator
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.decorator.TIntIntHashMapDecorator
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.decorator.TIntLongHashMapDecorator
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.decorator.TIntObjectHashMapDecorator
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.decorator.TLongDoubleHashMapDecorator
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.decorator.TLongFloatHashMapDecorator
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.decorator.TLongIntHashMapDecorator
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.decorator.TLongLongHashMapDecorator
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.decorator.TLongObjectHashMapDecorator
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.decorator.TObjectDoubleHashMapDecorator
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.decorator.TObjectFloatHashMapDecorator
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.decorator.TObjectIntHashMapDecorator
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.decorator.TObjectLongHashMapDecorator
Inserts a key/value pair into the map.
put(double, double) - Method in class gnu.trove.TDoubleDoubleHashMap
Inserts a key/value pair into the map.
put(double, float) - Method in class gnu.trove.TDoubleFloatHashMap
Inserts a key/value pair into the map.
put(double, int) - Method in class gnu.trove.TDoubleIntHashMap
Inserts a key/value pair into the map.
put(double, long) - Method in class gnu.trove.TDoubleLongHashMap
Inserts a key/value pair into the map.
put(double, Object) - Method in class gnu.trove.TDoubleObjectHashMap
Inserts a key/value pair into the map.
put(float, double) - Method in class gnu.trove.TFloatDoubleHashMap
Inserts a key/value pair into the map.
put(float, float) - Method in class gnu.trove.TFloatFloatHashMap
Inserts a key/value pair into the map.
put(float, int) - Method in class gnu.trove.TFloatIntHashMap
Inserts a key/value pair into the map.
put(float, long) - Method in class gnu.trove.TFloatLongHashMap
Inserts a key/value pair into the map.
put(float, Object) - Method in class gnu.trove.TFloatObjectHashMap
Inserts a key/value pair into the map.
put(Object, Object) - Method in class gnu.trove.THashMap
Inserts a key/value pair into the map.
put(int, double) - Method in class gnu.trove.TIntDoubleHashMap
Inserts a key/value pair into the map.
put(int, float) - Method in class gnu.trove.TIntFloatHashMap
Inserts a key/value pair into the map.
put(int, int) - Method in class gnu.trove.TIntIntHashMap
Inserts a key/value pair into the map.
put(int, long) - Method in class gnu.trove.TIntLongHashMap
Inserts a key/value pair into the map.
put(int, Object) - Method in class gnu.trove.TIntObjectHashMap
Inserts a key/value pair into the map.
put(long, double) - Method in class gnu.trove.TLongDoubleHashMap
Inserts a key/value pair into the map.
put(long, float) - Method in class gnu.trove.TLongFloatHashMap
Inserts a key/value pair into the map.
put(long, int) - Method in class gnu.trove.TLongIntHashMap
Inserts a key/value pair into the map.
put(long, long) - Method in class gnu.trove.TLongLongHashMap
Inserts a key/value pair into the map.
put(long, Object) - Method in class gnu.trove.TLongObjectHashMap
Inserts a key/value pair into the map.
put(Object, double) - Method in class gnu.trove.TObjectDoubleHashMap
Inserts a key/value pair into the map.
put(Object, float) - Method in class gnu.trove.TObjectFloatHashMap
Inserts a key/value pair into the map.
put(Object, int) - Method in class gnu.trove.TObjectIntHashMap
Inserts a key/value pair into the map.
put(Object, long) - Method in class gnu.trove.TObjectLongHashMap
Inserts a key/value pair into the map.
putAll(Map) - Method in class gnu.trove.decorator.TDoubleDoubleHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.decorator.TDoubleFloatHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.decorator.TDoubleIntHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.decorator.TDoubleLongHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.decorator.TDoubleObjectHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.decorator.TFloatDoubleHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.decorator.TFloatFloatHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.decorator.TFloatIntHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.decorator.TFloatLongHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.decorator.TFloatObjectHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.decorator.TIntDoubleHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.decorator.TIntFloatHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.decorator.TIntIntHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.decorator.TIntLongHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.decorator.TIntObjectHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.decorator.TLongDoubleHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.decorator.TLongFloatHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.decorator.TLongIntHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.decorator.TLongLongHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.decorator.TLongObjectHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.decorator.TObjectDoubleHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.decorator.TObjectFloatHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.decorator.TObjectIntHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.decorator.TObjectLongHashMapDecorator
Copies the key/value mappings in map into this map.
putAll(Map) - Method in class gnu.trove.THashMap
copies the key/value mappings in map into this map.

R

readObject(ObjectInputStream) - Method in class gnu.trove.TDoubleDoubleHashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.TDoubleFloatHashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.TDoubleHashSet
 
readObject(ObjectInputStream) - Method in class gnu.trove.TDoubleIntHashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.TDoubleLongHashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.TDoubleObjectHashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.TFloatDoubleHashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.TFloatFloatHashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.TFloatHashSet
 
readObject(ObjectInputStream) - Method in class gnu.trove.TFloatIntHashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.TFloatLongHashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.TFloatObjectHashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.THashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.THashSet
 
readObject(ObjectInputStream) - Method in class gnu.trove.TIntArrayList
 
readObject(ObjectInputStream) - Method in class gnu.trove.TIntDoubleHashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.TIntFloatHashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.TIntHashSet
 
readObject(ObjectInputStream) - Method in class gnu.trove.TIntIntHashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.TIntLongHashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.TIntObjectHashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.TLongDoubleHashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.TLongFloatHashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.TLongHashSet
 
readObject(ObjectInputStream) - Method in class gnu.trove.TLongIntHashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.TLongLongHashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.TLongObjectHashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.TObjectDoubleHashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.TObjectFloatHashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.TObjectIntHashMap
 
readObject(ObjectInputStream) - Method in class gnu.trove.TObjectLongHashMap
 
rehash(int) - Method in class gnu.trove.TDoubleDoubleHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TDoubleFloatHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TDoubleHashSet
Expands the set to accomodate new values.
rehash(int) - Method in class gnu.trove.TDoubleIntHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TDoubleLongHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TDoubleObjectHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TFloatDoubleHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TFloatFloatHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TFloatHashSet
Expands the set to accomodate new values.
rehash(int) - Method in class gnu.trove.TFloatIntHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TFloatLongHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TFloatObjectHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.THash
Rehashes the set.
rehash(int) - Method in class gnu.trove.THashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.THashSet
Expands the set to accomodate new values.
rehash(int) - Method in class gnu.trove.TIntDoubleHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TIntFloatHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TIntHashSet
Expands the set to accomodate new values.
rehash(int) - Method in class gnu.trove.TIntIntHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TIntLongHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TIntObjectHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TLongDoubleHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TLongFloatHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TLongHashSet
Expands the set to accomodate new values.
rehash(int) - Method in class gnu.trove.TLongIntHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TLongLongHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TLongObjectHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TObjectDoubleHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TObjectFloatHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TObjectIntHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TObjectLongHashMap
rehashes the map to the new capacity.
remove(Object) - Method in class gnu.trove.decorator.TDoubleDoubleHashMapDecorator
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.decorator.TDoubleFloatHashMapDecorator
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.decorator.TDoubleHashSetDecorator
Deletes a value from the set.
remove(Object) - Method in class gnu.trove.decorator.TDoubleIntHashMapDecorator
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.decorator.TDoubleLongHashMapDecorator
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.decorator.TDoubleObjectHashMapDecorator
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.decorator.TFloatDoubleHashMapDecorator
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.decorator.TFloatFloatHashMapDecorator
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.decorator.TFloatHashSetDecorator
Deletes a value from the set.
remove(Object) - Method in class gnu.trove.decorator.TFloatIntHashMapDecorator
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.decorator.TFloatLongHashMapDecorator
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.decorator.TFloatObjectHashMapDecorator
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.decorator.TIntDoubleHashMapDecorator
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.decorator.TIntFloatHashMapDecorator
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.decorator.TIntHashSetDecorator
Deletes a value from the set.
remove(Object) - Method in class gnu.trove.decorator.TIntIntHashMapDecorator
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.decorator.TIntLongHashMapDecorator
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.decorator.TIntObjectHashMapDecorator
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.decorator.TLongDoubleHashMapDecorator
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.decorator.TLongFloatHashMapDecorator
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.decorator.TLongHashSetDecorator
Deletes a value from the set.
remove(Object) - Method in class gnu.trove.decorator.TLongIntHashMapDecorator
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.decorator.TLongLongHashMapDecorator
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.decorator.TLongObjectHashMapDecorator
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.decorator.TObjectDoubleHashMapDecorator
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.decorator.TObjectFloatHashMapDecorator
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.decorator.TObjectIntHashMapDecorator
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.decorator.TObjectLongHashMapDecorator
Deletes a key/value pair from the map.
remove(int) - Method in class gnu.trove.TDoubleArrayList
Removes the value at offset from the list.
remove(int, int) - Method in class gnu.trove.TDoubleArrayList
Removes length values from the list, starting at offset
remove(double) - Method in class gnu.trove.TDoubleDoubleHashMap
Deletes a key/value pair from the map.
remove(double) - Method in class gnu.trove.TDoubleFloatHashMap
Deletes a key/value pair from the map.
remove(double) - Method in class gnu.trove.TDoubleHashSet
Removes val from the set.
remove(double) - Method in class gnu.trove.TDoubleIntHashMap
Deletes a key/value pair from the map.
remove(double) - Method in class gnu.trove.TDoubleLongHashMap
Deletes a key/value pair from the map.
remove(double) - Method in class gnu.trove.TDoubleObjectHashMap
Deletes a key/value pair from the map.
remove(int) - Method in class gnu.trove.TFloatArrayList
Removes the value at offset from the list.
remove(int, int) - Method in class gnu.trove.TFloatArrayList
Removes length values from the list, starting at offset
remove(float) - Method in class gnu.trove.TFloatDoubleHashMap
Deletes a key/value pair from the map.
remove(float) - Method in class gnu.trove.TFloatFloatHashMap
Deletes a key/value pair from the map.
remove(float) - Method in class gnu.trove.TFloatHashSet
Removes val from the set.
remove(float) - Method in class gnu.trove.TFloatIntHashMap
Deletes a key/value pair from the map.
remove(float) - Method in class gnu.trove.TFloatLongHashMap
Deletes a key/value pair from the map.
remove(float) - Method in class gnu.trove.TFloatObjectHashMap
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.THashMap.EntryView
 
remove(Object) - Method in class gnu.trove.THashMap.KeyView
 
remove(Object) - Method in class gnu.trove.THashMap
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.THashMap.ValueView
 
remove(Object) - Method in class gnu.trove.THashSet
Removes obj from the set.
remove(int) - Method in class gnu.trove.TIntArrayList
Removes the value at offset from the list.
remove(int, int) - Method in class gnu.trove.TIntArrayList
Removes length values from the list, starting at offset
remove(int) - Method in class gnu.trove.TIntDoubleHashMap
Deletes a key/value pair from the map.
remove(int) - Method in class gnu.trove.TIntFloatHashMap
Deletes a key/value pair from the map.
remove(int) - Method in class gnu.trove.TIntHashSet
Removes val from the set.
remove(int) - Method in class gnu.trove.TIntIntHashMap
Deletes a key/value pair from the map.
remove(int) - Method in class gnu.trove.TIntLongHashMap
Deletes a key/value pair from the map.
remove(int) - Method in class gnu.trove.TIntObjectHashMap
Deletes a key/value pair from the map.
remove() - Method in class gnu.trove.TIterator
Removes the last entry returned by the iterator.
remove() - Method in class gnu.trove.TLinkedList.IteratorImpl
Removes the current element in the list and shrinks its size accordingly.
remove(Object) - Method in class gnu.trove.TLinkedList
Removes the specified element from the list.
remove(int) - Method in class gnu.trove.TLongArrayList
Removes the value at offset from the list.
remove(int, int) - Method in class gnu.trove.TLongArrayList
Removes length values from the list, starting at offset
remove(long) - Method in class gnu.trove.TLongDoubleHashMap
Deletes a key/value pair from the map.
remove(long) - Method in class gnu.trove.TLongFloatHashMap
Deletes a key/value pair from the map.
remove(long) - Method in class gnu.trove.TLongHashSet
Removes val from the set.
remove(long) - Method in class gnu.trove.TLongIntHashMap
Deletes a key/value pair from the map.
remove(long) - Method in class gnu.trove.TLongLongHashMap
Deletes a key/value pair from the map.
remove(long) - Method in class gnu.trove.TLongObjectHashMap
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.TObjectDoubleHashMap
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.TObjectFloatHashMap
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.TObjectIntHashMap
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.TObjectLongHashMap
Deletes a key/value pair from the map.
removeAll(double[]) - Method in class gnu.trove.TDoubleHashSet
Removes all of the elements in array from the set.
removeAll(float[]) - Method in class gnu.trove.TFloatHashSet
Removes all of the elements in array from the set.
removeAll(Collection) - Method in class gnu.trove.THashMap.KeyView
 
removeAll(Collection) - Method in class gnu.trove.THashSet
Removes all of the elements in collection from the set.
removeAll(int[]) - Method in class gnu.trove.TIntHashSet
Removes all of the elements in array from the set.
removeAll(long[]) - Method in class gnu.trove.TLongHashSet
Removes all of the elements in array from the set.
removeAt(int) - Method in class gnu.trove.TDoubleDoubleHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TDoubleFloatHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TDoubleHash
Releases the element currently stored at index.
removeAt(int) - Method in class gnu.trove.TDoubleIntHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TDoubleLongHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TDoubleObjectHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TFloatDoubleHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TFloatFloatHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TFloatHash
Releases the element currently stored at index.
removeAt(int) - Method in class gnu.trove.TFloatIntHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TFloatLongHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TFloatObjectHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.THash
Delete the record at index.
removeAt(int) - Method in class gnu.trove.THashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TIntDoubleHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TIntFloatHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TIntHash
Releases the element currently stored at index.
removeAt(int) - Method in class gnu.trove.TIntIntHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TIntLongHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TIntObjectHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TLongDoubleHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TLongFloatHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TLongHash
Releases the element currently stored at index.
removeAt(int) - Method in class gnu.trove.TLongIntHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TLongLongHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TLongObjectHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TObjectDoubleHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TObjectFloatHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TObjectHash
 
removeAt(int) - Method in class gnu.trove.TObjectIntHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TObjectLongHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TPrimitiveHash
Delete the record at index.
REMOVED - Static variable in class gnu.trove.TObjectHash
 
REMOVED - Static variable in class gnu.trove.TPrimitiveHash
flag indicating that the value of a slot in the hashtable was deleted
removeFirst() - Method in class gnu.trove.TLinkedList
Remove and return the first element in the list.
removeLast() - Method in class gnu.trove.TLinkedList
Remove and return the last element in the list.
Repeater - Class in gnu.trove.benchmark
 
Repeater(Operation) - Constructor for class gnu.trove.benchmark.Repeater
 
report(Result) - Method in interface gnu.trove.benchmark.Reporter
 
report(Result) - Method in class gnu.trove.benchmark.TextReporter
 
report(Result) - Method in class gnu.trove.benchmark.XMLReporter
 
Reporter - Interface in gnu.trove.benchmark
 
reset() - Method in class gnu.trove.TDoubleArrayList
Sets the size of the list to 0, but does not change its capacity.
reset() - Method in class gnu.trove.TFloatArrayList
Sets the size of the list to 0, but does not change its capacity.
reset() - Method in class gnu.trove.TIntArrayList
Sets the size of the list to 0, but does not change its capacity.
reset() - Method in class gnu.trove.TIntStack
Clears the stack without releasing its internal capacity allocation.
reset() - Method in class gnu.trove.TLongArrayList
Sets the size of the list to 0, but does not change its capacity.
resetQuick() - Method in class gnu.trove.TDoubleArrayList
Sets the size of the list to 0, but does not change its capacity.
resetQuick() - Method in class gnu.trove.TFloatArrayList
Sets the size of the list to 0, but does not change its capacity.
resetQuick() - Method in class gnu.trove.TIntArrayList
Sets the size of the list to 0, but does not change its capacity.
resetQuick() - Method in class gnu.trove.TLongArrayList
Sets the size of the list to 0, but does not change its capacity.
Result - Class in gnu.trove.benchmark
Created: Thu Nov 22 20:47:16 2001
Result() - Constructor for class gnu.trove.benchmark.Result
 
retainAll(double[]) - Method in class gnu.trove.TDoubleHashSet
Removes any values in the set which are not contained in array.
retainAll(float[]) - Method in class gnu.trove.TFloatHashSet
Removes any values in the set which are not contained in array.
retainAll(Collection) - Method in class gnu.trove.THashMap.KeyView
 
retainAll(Collection) - Method in class gnu.trove.THashSet
Removes any values in the set which are not contained in collection.
retainAll(int[]) - Method in class gnu.trove.TIntHashSet
Removes any values in the set which are not contained in array.
retainAll(long[]) - Method in class gnu.trove.TLongHashSet
Removes any values in the set which are not contained in array.
retainEntries(TDoubleDoubleProcedure) - Method in class gnu.trove.TDoubleDoubleHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TDoubleFloatProcedure) - Method in class gnu.trove.TDoubleFloatHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TDoubleIntProcedure) - Method in class gnu.trove.TDoubleIntHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TDoubleLongProcedure) - Method in class gnu.trove.TDoubleLongHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TDoubleObjectProcedure) - Method in class gnu.trove.TDoubleObjectHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TFloatDoubleProcedure) - Method in class gnu.trove.TFloatDoubleHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TFloatFloatProcedure) - Method in class gnu.trove.TFloatFloatHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TFloatIntProcedure) - Method in class gnu.trove.TFloatIntHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TFloatLongProcedure) - Method in class gnu.trove.TFloatLongHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TFloatObjectProcedure) - Method in class gnu.trove.TFloatObjectHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TObjectObjectProcedure) - Method in class gnu.trove.THashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TIntDoubleProcedure) - Method in class gnu.trove.TIntDoubleHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TIntFloatProcedure) - Method in class gnu.trove.TIntFloatHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TIntIntProcedure) - Method in class gnu.trove.TIntIntHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TIntLongProcedure) - Method in class gnu.trove.TIntLongHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TIntObjectProcedure) - Method in class gnu.trove.TIntObjectHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TLongDoubleProcedure) - Method in class gnu.trove.TLongDoubleHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TLongFloatProcedure) - Method in class gnu.trove.TLongFloatHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TLongIntProcedure) - Method in class gnu.trove.TLongIntHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TLongLongProcedure) - Method in class gnu.trove.TLongLongHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TLongObjectProcedure) - Method in class gnu.trove.TLongObjectHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TObjectDoubleProcedure) - Method in class gnu.trove.TObjectDoubleHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TObjectFloatProcedure) - Method in class gnu.trove.TObjectFloatHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TObjectIntProcedure) - Method in class gnu.trove.TObjectIntHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TObjectLongProcedure) - Method in class gnu.trove.TObjectLongHashMap
Retains only those entries in the map for which the procedure returns a true value.
reverse() - Method in class gnu.trove.TDoubleArrayList
Reverse the order of the elements in the list.
reverse(int, int) - Method in class gnu.trove.TDoubleArrayList
Reverse the order of the elements in the range of the list.
reverse() - Method in class gnu.trove.TFloatArrayList
Reverse the order of the elements in the list.
reverse(int, int) - Method in class gnu.trove.TFloatArrayList
Reverse the order of the elements in the range of the list.
reverse() - Method in class gnu.trove.TIntArrayList
Reverse the order of the elements in the list.
reverse(int, int) - Method in class gnu.trove.TIntArrayList
Reverse the order of the elements in the range of the list.
reverse() - Method in class gnu.trove.TLongArrayList
Reverse the order of the elements in the list.
reverse(int, int) - Method in class gnu.trove.TLongArrayList
Reverse the order of the elements in the range of the list.
run() - Method in class gnu.trove.benchmark.Repeater
 
run() - Method in interface gnu.trove.benchmark.Timer
 

S

SerializationProcedure - Class in gnu.trove
Implementation of the variously typed procedure interfaces that supports writing the arguments to the procedure out on an ObjectOutputStream.
SerializationProcedure(ObjectOutputStream) - Constructor for class gnu.trove.SerializationProcedure
 
set(int, double) - Method in class gnu.trove.TDoubleArrayList
Sets the value at the specified offset.
set(int, double[]) - Method in class gnu.trove.TDoubleArrayList
Replace the values in the list starting at offset with the contents of the values array.
set(int, double[], int, int) - Method in class gnu.trove.TDoubleArrayList
Replace the values in the list starting at offset with length values from the values array, starting at valOffset.
set(int, float) - Method in class gnu.trove.TFloatArrayList
Sets the value at the specified offset.
set(int, float[]) - Method in class gnu.trove.TFloatArrayList
Replace the values in the list starting at offset with the contents of the values array.
set(int, float[], int, int) - Method in class gnu.trove.TFloatArrayList
Replace the values in the list starting at offset with length values from the values array, starting at valOffset.
set(int, int) - Method in class gnu.trove.TIntArrayList
Sets the value at the specified offset.
set(int, int[]) - Method in class gnu.trove.TIntArrayList
Replace the values in the list starting at offset with the contents of the values array.
set(int, int[], int, int) - Method in class gnu.trove.TIntArrayList
Replace the values in the list starting at offset with length values from the values array, starting at valOffset.
set(Object) - Method in class gnu.trove.TLinkedList.IteratorImpl
Replaces the current element in the list with linkable
set(int, long) - Method in class gnu.trove.TLongArrayList
Sets the value at the specified offset.
set(int, long[]) - Method in class gnu.trove.TLongArrayList
Replace the values in the list starting at offset with the contents of the values array.
set(int, long[], int, int) - Method in class gnu.trove.TLongArrayList
Replace the values in the list starting at offset with length values from the values array, starting at valOffset.
SET_SIZE - Static variable in class gnu.trove.benchmark.Main
 
setDescription(String) - Method in class gnu.trove.benchmark.Result
Sets the value of description
setIterations(int) - Method in class gnu.trove.benchmark.Result
Sets the value of iterations
setNext(TLinkable) - Method in interface gnu.trove.TLinkable
Sets the linked list node after this one.
setNext(TLinkable) - Method in class gnu.trove.TLinkableAdaptor
Sets the linked list node after this one.
setOurs(long) - Method in class gnu.trove.benchmark.Result
Sets the value of ours
setPrevious(TLinkable) - Method in interface gnu.trove.TLinkable
Sets the linked list node before this one.
setPrevious(TLinkable) - Method in class gnu.trove.TLinkableAdaptor
Sets the linked list node before this one.
setQuick(int, double) - Method in class gnu.trove.TDoubleArrayList
Sets the value at the specified offset without doing any bounds checking.
setQuick(int, float) - Method in class gnu.trove.TFloatArrayList
Sets the value at the specified offset without doing any bounds checking.
setQuick(int, int) - Method in class gnu.trove.TIntArrayList
Sets the value at the specified offset without doing any bounds checking.
setQuick(int, long) - Method in class gnu.trove.TLongArrayList
Sets the value at the specified offset without doing any bounds checking.
setTheirs(long) - Method in class gnu.trove.benchmark.Result
Sets the value of theirs
setUp(int) - Method in class gnu.trove.TDoubleDoubleHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TDoubleFloatHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TDoubleHash
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TDoubleIntHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TDoubleLongHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TDoubleObjectHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TFloatDoubleHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TFloatFloatHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TFloatHash
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TFloatIntHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TFloatLongHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TFloatObjectHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.THash
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.THashMap
initialize the value array of the map.
setUp(int) - Method in class gnu.trove.TIntDoubleHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TIntFloatHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TIntHash
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TIntIntHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TIntLongHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TIntObjectHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TLongDoubleHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TLongFloatHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TLongHash
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TLongIntHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TLongLongHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TLongObjectHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TObjectDoubleHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TObjectFloatHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TObjectHash
initializes the Object set of this hash table.
setUp(int) - Method in class gnu.trove.TObjectIntHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TObjectLongHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TPrimitiveHash
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setValue(double) - Method in class gnu.trove.TDoubleDoubleIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(float) - Method in class gnu.trove.TDoubleFloatIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(int) - Method in class gnu.trove.TDoubleIntIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(long) - Method in class gnu.trove.TDoubleLongIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(Object) - Method in class gnu.trove.TDoubleObjectIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(double) - Method in class gnu.trove.TFloatDoubleIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(float) - Method in class gnu.trove.TFloatFloatIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(int) - Method in class gnu.trove.TFloatIntIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(long) - Method in class gnu.trove.TFloatLongIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(Object) - Method in class gnu.trove.TFloatObjectIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(Object) - Method in class gnu.trove.THashMap.Entry
 
setValue(double) - Method in class gnu.trove.TIntDoubleIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(float) - Method in class gnu.trove.TIntFloatIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(int) - Method in class gnu.trove.TIntIntIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(long) - Method in class gnu.trove.TIntLongIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(Object) - Method in class gnu.trove.TIntObjectIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(double) - Method in class gnu.trove.TLongDoubleIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(float) - Method in class gnu.trove.TLongFloatIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(int) - Method in class gnu.trove.TLongIntIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(long) - Method in class gnu.trove.TLongLongIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(Object) - Method in class gnu.trove.TLongObjectIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(double) - Method in class gnu.trove.TObjectDoubleIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(float) - Method in class gnu.trove.TObjectFloatIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(int) - Method in class gnu.trove.TObjectIntIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(long) - Method in class gnu.trove.TObjectLongIterator
Replace the value of the mapping at the iterator's position with the specified value.
shuffle(Random) - Method in class gnu.trove.TDoubleArrayList
Shuffle the elements of the list using the specified random number generator.
shuffle(Random) - Method in class gnu.trove.TFloatArrayList
Shuffle the elements of the list using the specified random number generator.
shuffle(Random) - Method in class gnu.trove.TIntArrayList
Shuffle the elements of the list using the specified random number generator.
shuffle(Random) - Method in class gnu.trove.TLongArrayList
Shuffle the elements of the list using the specified random number generator.
size() - Method in class gnu.trove.decorator.TDoubleDoubleHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.decorator.TDoubleFloatHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.decorator.TDoubleHashSetDecorator
Returns the number of entries in the set.
size() - Method in class gnu.trove.decorator.TDoubleIntHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.decorator.TDoubleLongHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.decorator.TDoubleObjectHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.decorator.TFloatDoubleHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.decorator.TFloatFloatHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.decorator.TFloatHashSetDecorator
Returns the number of entries in the set.
size() - Method in class gnu.trove.decorator.TFloatIntHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.decorator.TFloatLongHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.decorator.TFloatObjectHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.decorator.TIntDoubleHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.decorator.TIntFloatHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.decorator.TIntHashSetDecorator
Returns the number of entries in the set.
size() - Method in class gnu.trove.decorator.TIntIntHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.decorator.TIntLongHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.decorator.TIntObjectHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.decorator.TLongDoubleHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.decorator.TLongFloatHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.decorator.TLongHashSetDecorator
Returns the number of entries in the set.
size() - Method in class gnu.trove.decorator.TLongIntHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.decorator.TLongLongHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.decorator.TLongObjectHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.decorator.TObjectDoubleHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.decorator.TObjectFloatHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.decorator.TObjectIntHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.decorator.TObjectLongHashMapDecorator
Returns the number of entries in the map.
size() - Method in class gnu.trove.TDoubleArrayList
Returns the number of values in the list.
size() - Method in class gnu.trove.TFloatArrayList
Returns the number of values in the list.
size() - Method in class gnu.trove.THash
Returns the number of distinct elements in this collection.
size() - Method in class gnu.trove.THashMap.KeyView
 
size() - Method in class gnu.trove.TIntArrayList
Returns the number of values in the list.
size() - Method in class gnu.trove.TIntStack
Returns the current depth of the stack.
size() - Method in class gnu.trove.TLinkedList
Returns the number of elements in the list.
size() - Method in class gnu.trove.TLongArrayList
Returns the number of values in the list.
sizeOf(MemoryUsage.Creator) - Static method in class gnu.trove.benchmark.MemoryUsage
 
sort() - Method in class gnu.trove.TDoubleArrayList
Sort the values in the list (ascending) using the Sun quicksort implementation.
sort(int, int) - Method in class gnu.trove.TDoubleArrayList
Sort a slice of the list (ascending) using the Sun quicksort implementation.
sort() - Method in class gnu.trove.TFloatArrayList
Sort the values in the list (ascending) using the Sun quicksort implementation.
sort(int, int) - Method in class gnu.trove.TFloatArrayList
Sort a slice of the list (ascending) using the Sun quicksort implementation.
sort() - Method in class gnu.trove.TIntArrayList
Sort the values in the list (ascending) using the Sun quicksort implementation.
sort(int, int) - Method in class gnu.trove.TIntArrayList
Sort a slice of the list (ascending) using the Sun quicksort implementation.
sort() - Method in class gnu.trove.TLongArrayList
Sort the values in the list (ascending) using the Sun quicksort implementation.
sort(int, int) - Method in class gnu.trove.TLongArrayList
Sort a slice of the list (ascending) using the Sun quicksort implementation.
start() - Method in interface gnu.trove.benchmark.Reporter
 
start() - Method in class gnu.trove.benchmark.TextReporter
 
start() - Method in class gnu.trove.benchmark.XMLReporter
 
stream - Variable in class gnu.trove.SerializationProcedure
 
swap(int, int) - Method in class gnu.trove.TDoubleArrayList
Swap the values at offsets i and j.
swap(int, int) - Method in class gnu.trove.TFloatArrayList
Swap the values at offsets i and j.
swap(int, int) - Method in class gnu.trove.TIntArrayList
Swap the values at offsets i and j.
swap(TLinkable, TLinkable) - Method in class gnu.trove.TLinkedList.IteratorImpl
Replace from with to in the list.
swap(int, int) - Method in class gnu.trove.TLongArrayList
Swap the values at offsets i and j.

T

target - Variable in class gnu.trove.ToObjectArrayProcedure
 
TDoubleArrayList - Class in gnu.trove
A resizable, array-backed list of double primitives.
TDoubleArrayList() - Constructor for class gnu.trove.TDoubleArrayList
Creates a new TDoubleArrayList instance with the default capacity.
TDoubleArrayList(int) - Constructor for class gnu.trove.TDoubleArrayList
Creates a new TDoubleArrayList instance with the specified capacity.
TDoubleArrayList(double[]) - Constructor for class gnu.trove.TDoubleArrayList
Creates a new TDoubleArrayList instance whose capacity is the greater of the length of values and DEFAULT_CAPACITY and whose initial contents are the specified values.
TDoubleDoubleHashMap - Class in gnu.trove
An open addressed Map implementation for double keys and double values.
TDoubleDoubleHashMap() - Constructor for class gnu.trove.TDoubleDoubleHashMap
Creates a new TDoubleDoubleHashMap instance with the default capacity and load factor.
TDoubleDoubleHashMap(int) - Constructor for class gnu.trove.TDoubleDoubleHashMap
Creates a new TDoubleDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TDoubleDoubleHashMap(int, float) - Constructor for class gnu.trove.TDoubleDoubleHashMap
Creates a new TDoubleDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TDoubleDoubleHashMap(TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleDoubleHashMap
Creates a new TDoubleDoubleHashMap instance with the default capacity and load factor.
TDoubleDoubleHashMap(int, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleDoubleHashMap
Creates a new TDoubleDoubleHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TDoubleDoubleHashMap(int, float, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleDoubleHashMap
Creates a new TDoubleDoubleHashMap instance with a prime value at or near the specified capacity and load factor.
TDoubleDoubleHashMap.EqProcedure - Class in gnu.trove
 
TDoubleDoubleHashMap.EqProcedure(TDoubleDoubleHashMap) - Constructor for class gnu.trove.TDoubleDoubleHashMap.EqProcedure
 
TDoubleDoubleHashMap.HashProcedure - Class in gnu.trove
 
TDoubleDoubleHashMap.HashProcedure() - Constructor for class gnu.trove.TDoubleDoubleHashMap.HashProcedure
 
TDoubleDoubleHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TDoubleDoubleHashMap conform to the java.util.Map API.
TDoubleDoubleHashMapDecorator(TDoubleDoubleHashMap) - Constructor for class gnu.trove.decorator.TDoubleDoubleHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TDoubleDoubleIterator - Class in gnu.trove
Iterator for maps of type double and double.
TDoubleDoubleIterator(TDoubleDoubleHashMap) - Constructor for class gnu.trove.TDoubleDoubleIterator
Creates an iterator over the specified map
TDoubleDoubleProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type double and double.
TDoubleFloatHashMap - Class in gnu.trove
An open addressed Map implementation for double keys and float values.
TDoubleFloatHashMap() - Constructor for class gnu.trove.TDoubleFloatHashMap
Creates a new TDoubleFloatHashMap instance with the default capacity and load factor.
TDoubleFloatHashMap(int) - Constructor for class gnu.trove.TDoubleFloatHashMap
Creates a new TDoubleFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TDoubleFloatHashMap(int, float) - Constructor for class gnu.trove.TDoubleFloatHashMap
Creates a new TDoubleFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TDoubleFloatHashMap(TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleFloatHashMap
Creates a new TDoubleFloatHashMap instance with the default capacity and load factor.
TDoubleFloatHashMap(int, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleFloatHashMap
Creates a new TDoubleFloatHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TDoubleFloatHashMap(int, float, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleFloatHashMap
Creates a new TDoubleFloatHashMap instance with a prime value at or near the specified capacity and load factor.
TDoubleFloatHashMap.EqProcedure - Class in gnu.trove
 
TDoubleFloatHashMap.EqProcedure(TDoubleFloatHashMap) - Constructor for class gnu.trove.TDoubleFloatHashMap.EqProcedure
 
TDoubleFloatHashMap.HashProcedure - Class in gnu.trove
 
TDoubleFloatHashMap.HashProcedure() - Constructor for class gnu.trove.TDoubleFloatHashMap.HashProcedure
 
TDoubleFloatHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TDoubleFloatHashMap conform to the java.util.Map API.
TDoubleFloatHashMapDecorator(TDoubleFloatHashMap) - Constructor for class gnu.trove.decorator.TDoubleFloatHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TDoubleFloatIterator - Class in gnu.trove
Iterator for maps of type double and float.
TDoubleFloatIterator(TDoubleFloatHashMap) - Constructor for class gnu.trove.TDoubleFloatIterator
Creates an iterator over the specified map
TDoubleFloatProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type double and float.
TDoubleFunction - Interface in gnu.trove
Interface for functions that accept and return one double primitive.
TDoubleHash - Class in gnu.trove
An open addressed hashing implementation for double primitives.
TDoubleHash() - Constructor for class gnu.trove.TDoubleHash
Creates a new TDoubleHash instance with the default capacity and load factor.
TDoubleHash(int) - Constructor for class gnu.trove.TDoubleHash
Creates a new TDoubleHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TDoubleHash(int, float) - Constructor for class gnu.trove.TDoubleHash
Creates a new TDoubleHash instance with a prime value at or near the specified capacity and load factor.
TDoubleHash(TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleHash
Creates a new TDoubleHash instance with the default capacity and load factor.
TDoubleHash(int, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleHash
Creates a new TDoubleHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TDoubleHash(int, float, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleHash
Creates a new TDoubleHash instance with a prime value at or near the specified capacity and load factor.
TDoubleHashingStrategy - Interface in gnu.trove
Interface to support pluggable hashing strategies in maps and sets.
TDoubleHashSet - Class in gnu.trove
An open addressed set implementation for double primitives.
TDoubleHashSet() - Constructor for class gnu.trove.TDoubleHashSet
Creates a new TDoubleHashSet instance with the default capacity and load factor.
TDoubleHashSet(int) - Constructor for class gnu.trove.TDoubleHashSet
Creates a new TDoubleHashSet instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TDoubleHashSet(int, float) - Constructor for class gnu.trove.TDoubleHashSet
Creates a new TDoubleHashSet instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TDoubleHashSet(double[]) - Constructor for class gnu.trove.TDoubleHashSet
Creates a new TDoubleHashSet instance containing the elements of array.
TDoubleHashSet(TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleHashSet
Creates a new TDoubleHash instance with the default capacity and load factor.
TDoubleHashSet(int, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleHashSet
Creates a new TDoubleHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TDoubleHashSet(int, float, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleHashSet
Creates a new TDoubleHash instance with a prime value at or near the specified capacity and load factor.
TDoubleHashSet(double[], TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleHashSet
Creates a new TDoubleHashSet instance containing the elements of array.
TDoubleHashSet.HashProcedure - Class in gnu.trove
 
TDoubleHashSet.HashProcedure() - Constructor for class gnu.trove.TDoubleHashSet.HashProcedure
 
TDoubleHashSetDecorator - Class in gnu.trove.decorator
Wrapper class to make a TDoubleHashSet conform to the java.util.Set API.
TDoubleHashSetDecorator(TDoubleHashSet) - Constructor for class gnu.trove.decorator.TDoubleHashSetDecorator
Creates a wrapper that decorates the specified primitive set.
TDoubleIntHashMap - Class in gnu.trove
An open addressed Map implementation for double keys and int values.
TDoubleIntHashMap() - Constructor for class gnu.trove.TDoubleIntHashMap
Creates a new TDoubleIntHashMap instance with the default capacity and load factor.
TDoubleIntHashMap(int) - Constructor for class gnu.trove.TDoubleIntHashMap
Creates a new TDoubleIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TDoubleIntHashMap(int, float) - Constructor for class gnu.trove.TDoubleIntHashMap
Creates a new TDoubleIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TDoubleIntHashMap(TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleIntHashMap
Creates a new TDoubleIntHashMap instance with the default capacity and load factor.
TDoubleIntHashMap(int, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleIntHashMap
Creates a new TDoubleIntHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TDoubleIntHashMap(int, float, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleIntHashMap
Creates a new TDoubleIntHashMap instance with a prime value at or near the specified capacity and load factor.
TDoubleIntHashMap.EqProcedure - Class in gnu.trove
 
TDoubleIntHashMap.EqProcedure(TDoubleIntHashMap) - Constructor for class gnu.trove.TDoubleIntHashMap.EqProcedure
 
TDoubleIntHashMap.HashProcedure - Class in gnu.trove
 
TDoubleIntHashMap.HashProcedure() - Constructor for class gnu.trove.TDoubleIntHashMap.HashProcedure
 
TDoubleIntHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TDoubleIntHashMap conform to the java.util.Map API.
TDoubleIntHashMapDecorator(TDoubleIntHashMap) - Constructor for class gnu.trove.decorator.TDoubleIntHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TDoubleIntIterator - Class in gnu.trove
Iterator for maps of type double and int.
TDoubleIntIterator(TDoubleIntHashMap) - Constructor for class gnu.trove.TDoubleIntIterator
Creates an iterator over the specified map
TDoubleIntProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type double and int.
TDoubleIterator - Class in gnu.trove
Iterator for double collections.
TDoubleIterator(TDoubleHash) - Constructor for class gnu.trove.TDoubleIterator
Creates a TDoubleIterator for the elements in the specified collection.
TDoubleLongHashMap - Class in gnu.trove
An open addressed Map implementation for double keys and long values.
TDoubleLongHashMap() - Constructor for class gnu.trove.TDoubleLongHashMap
Creates a new TDoubleLongHashMap instance with the default capacity and load factor.
TDoubleLongHashMap(int) - Constructor for class gnu.trove.TDoubleLongHashMap
Creates a new TDoubleLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TDoubleLongHashMap(int, float) - Constructor for class gnu.trove.TDoubleLongHashMap
Creates a new TDoubleLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TDoubleLongHashMap(TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleLongHashMap
Creates a new TDoubleLongHashMap instance with the default capacity and load factor.
TDoubleLongHashMap(int, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleLongHashMap
Creates a new TDoubleLongHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TDoubleLongHashMap(int, float, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleLongHashMap
Creates a new TDoubleLongHashMap instance with a prime value at or near the specified capacity and load factor.
TDoubleLongHashMap.EqProcedure - Class in gnu.trove
 
TDoubleLongHashMap.EqProcedure(TDoubleLongHashMap) - Constructor for class gnu.trove.TDoubleLongHashMap.EqProcedure
 
TDoubleLongHashMap.HashProcedure - Class in gnu.trove
 
TDoubleLongHashMap.HashProcedure() - Constructor for class gnu.trove.TDoubleLongHashMap.HashProcedure
 
TDoubleLongHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TDoubleLongHashMap conform to the java.util.Map API.
TDoubleLongHashMapDecorator(TDoubleLongHashMap) - Constructor for class gnu.trove.decorator.TDoubleLongHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TDoubleLongIterator - Class in gnu.trove
Iterator for maps of type double and long.
TDoubleLongIterator(TDoubleLongHashMap) - Constructor for class gnu.trove.TDoubleLongIterator
Creates an iterator over the specified map
TDoubleLongProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type double and long.
TDoubleObjectHashMap - Class in gnu.trove
An open addressed Map implementation for double keys and Object values.
TDoubleObjectHashMap() - Constructor for class gnu.trove.TDoubleObjectHashMap
Creates a new TDoubleObjectHashMap instance with the default capacity and load factor.
TDoubleObjectHashMap(int) - Constructor for class gnu.trove.TDoubleObjectHashMap
Creates a new TDoubleObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TDoubleObjectHashMap(int, float) - Constructor for class gnu.trove.TDoubleObjectHashMap
Creates a new TDoubleObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TDoubleObjectHashMap(TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleObjectHashMap
Creates a new TDoubleObjectHashMap instance with the default capacity and load factor.
TDoubleObjectHashMap(int, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleObjectHashMap
Creates a new TDoubleObjectHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TDoubleObjectHashMap(int, float, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleObjectHashMap
Creates a new TDoubleObjectHashMap instance with a prime value at or near the specified capacity and load factor.
TDoubleObjectHashMap.EqProcedure - Class in gnu.trove
 
TDoubleObjectHashMap.EqProcedure(TDoubleObjectHashMap) - Constructor for class gnu.trove.TDoubleObjectHashMap.EqProcedure
 
TDoubleObjectHashMap.HashProcedure - Class in gnu.trove
 
TDoubleObjectHashMap.HashProcedure() - Constructor for class gnu.trove.TDoubleObjectHashMap.HashProcedure
 
TDoubleObjectHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TDoubleObjectHashMap conform to the java.util.Map API.
TDoubleObjectHashMapDecorator(TDoubleObjectHashMap) - Constructor for class gnu.trove.decorator.TDoubleObjectHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TDoubleObjectIterator - Class in gnu.trove
Iterator for maps of type double and Object.
TDoubleObjectIterator(TDoubleObjectHashMap) - Constructor for class gnu.trove.TDoubleObjectIterator
Creates an iterator over the specified map
TDoubleObjectProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type double and Object.
TDoubleProcedure - Interface in gnu.trove
Interface for procedures with one double paramater.
TextReporter - Class in gnu.trove.benchmark
 
TextReporter() - Constructor for class gnu.trove.benchmark.TextReporter
 
TextReporter(PrintWriter) - Constructor for class gnu.trove.benchmark.TextReporter
 
TFloatArrayList - Class in gnu.trove
A resizable, array-backed list of float primitives.
TFloatArrayList() - Constructor for class gnu.trove.TFloatArrayList
Creates a new TFloatArrayList instance with the default capacity.
TFloatArrayList(int) - Constructor for class gnu.trove.TFloatArrayList
Creates a new TFloatArrayList instance with the specified capacity.
TFloatArrayList(float[]) - Constructor for class gnu.trove.TFloatArrayList
Creates a new TFloatArrayList instance whose capacity is the greater of the length of values and DEFAULT_CAPACITY and whose initial contents are the specified values.
TFloatDoubleHashMap - Class in gnu.trove
An open addressed Map implementation for float keys and double values.
TFloatDoubleHashMap() - Constructor for class gnu.trove.TFloatDoubleHashMap
Creates a new TFloatDoubleHashMap instance with the default capacity and load factor.
TFloatDoubleHashMap(int) - Constructor for class gnu.trove.TFloatDoubleHashMap
Creates a new TFloatDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatDoubleHashMap(int, float) - Constructor for class gnu.trove.TFloatDoubleHashMap
Creates a new TFloatDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TFloatDoubleHashMap(TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatDoubleHashMap
Creates a new TFloatDoubleHashMap instance with the default capacity and load factor.
TFloatDoubleHashMap(int, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatDoubleHashMap
Creates a new TFloatDoubleHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TFloatDoubleHashMap(int, float, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatDoubleHashMap
Creates a new TFloatDoubleHashMap instance with a prime value at or near the specified capacity and load factor.
TFloatDoubleHashMap.EqProcedure - Class in gnu.trove
 
TFloatDoubleHashMap.EqProcedure(TFloatDoubleHashMap) - Constructor for class gnu.trove.TFloatDoubleHashMap.EqProcedure
 
TFloatDoubleHashMap.HashProcedure - Class in gnu.trove
 
TFloatDoubleHashMap.HashProcedure() - Constructor for class gnu.trove.TFloatDoubleHashMap.HashProcedure
 
TFloatDoubleHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TFloatDoubleHashMap conform to the java.util.Map API.
TFloatDoubleHashMapDecorator(TFloatDoubleHashMap) - Constructor for class gnu.trove.decorator.TFloatDoubleHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TFloatDoubleIterator - Class in gnu.trove
Iterator for maps of type float and double.
TFloatDoubleIterator(TFloatDoubleHashMap) - Constructor for class gnu.trove.TFloatDoubleIterator
Creates an iterator over the specified map
TFloatDoubleProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type float and double.
TFloatFloatHashMap - Class in gnu.trove
An open addressed Map implementation for float keys and float values.
TFloatFloatHashMap() - Constructor for class gnu.trove.TFloatFloatHashMap
Creates a new TFloatFloatHashMap instance with the default capacity and load factor.
TFloatFloatHashMap(int) - Constructor for class gnu.trove.TFloatFloatHashMap
Creates a new TFloatFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatFloatHashMap(int, float) - Constructor for class gnu.trove.TFloatFloatHashMap
Creates a new TFloatFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TFloatFloatHashMap(TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatFloatHashMap
Creates a new TFloatFloatHashMap instance with the default capacity and load factor.
TFloatFloatHashMap(int, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatFloatHashMap
Creates a new TFloatFloatHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TFloatFloatHashMap(int, float, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatFloatHashMap
Creates a new TFloatFloatHashMap instance with a prime value at or near the specified capacity and load factor.
TFloatFloatHashMap.EqProcedure - Class in gnu.trove
 
TFloatFloatHashMap.EqProcedure(TFloatFloatHashMap) - Constructor for class gnu.trove.TFloatFloatHashMap.EqProcedure
 
TFloatFloatHashMap.HashProcedure - Class in gnu.trove
 
TFloatFloatHashMap.HashProcedure() - Constructor for class gnu.trove.TFloatFloatHashMap.HashProcedure
 
TFloatFloatHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TFloatFloatHashMap conform to the java.util.Map API.
TFloatFloatHashMapDecorator(TFloatFloatHashMap) - Constructor for class gnu.trove.decorator.TFloatFloatHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TFloatFloatIterator - Class in gnu.trove
Iterator for maps of type float and float.
TFloatFloatIterator(TFloatFloatHashMap) - Constructor for class gnu.trove.TFloatFloatIterator
Creates an iterator over the specified map
TFloatFloatProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type float and float.
TFloatFunction - Interface in gnu.trove
Interface for functions that accept and return one float primitive.
TFloatHash - Class in gnu.trove
An open addressed hashing implementation for float primitives.
TFloatHash() - Constructor for class gnu.trove.TFloatHash
Creates a new TFloatHash instance with the default capacity and load factor.
TFloatHash(int) - Constructor for class gnu.trove.TFloatHash
Creates a new TFloatHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TFloatHash(int, float) - Constructor for class gnu.trove.TFloatHash
Creates a new TFloatHash instance with a prime value at or near the specified capacity and load factor.
TFloatHash(TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatHash
Creates a new TFloatHash instance with the default capacity and load factor.
TFloatHash(int, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatHash
Creates a new TFloatHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TFloatHash(int, float, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatHash
Creates a new TFloatHash instance with a prime value at or near the specified capacity and load factor.
TFloatHashingStrategy - Interface in gnu.trove
Interface to support pluggable hashing strategies in maps and sets.
TFloatHashSet - Class in gnu.trove
An open addressed set implementation for float primitives.
TFloatHashSet() - Constructor for class gnu.trove.TFloatHashSet
Creates a new TFloatHashSet instance with the default capacity and load factor.
TFloatHashSet(int) - Constructor for class gnu.trove.TFloatHashSet
Creates a new TFloatHashSet instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatHashSet(int, float) - Constructor for class gnu.trove.TFloatHashSet
Creates a new TFloatHashSet instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TFloatHashSet(float[]) - Constructor for class gnu.trove.TFloatHashSet
Creates a new TFloatHashSet instance containing the elements of array.
TFloatHashSet(TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatHashSet
Creates a new TFloatHash instance with the default capacity and load factor.
TFloatHashSet(int, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatHashSet
Creates a new TFloatHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TFloatHashSet(int, float, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatHashSet
Creates a new TFloatHash instance with a prime value at or near the specified capacity and load factor.
TFloatHashSet(float[], TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatHashSet
Creates a new TFloatHashSet instance containing the elements of array.
TFloatHashSet.HashProcedure - Class in gnu.trove
 
TFloatHashSet.HashProcedure() - Constructor for class gnu.trove.TFloatHashSet.HashProcedure
 
TFloatHashSetDecorator - Class in gnu.trove.decorator
Wrapper class to make a TFloatHashSet conform to the java.util.Set API.
TFloatHashSetDecorator(TFloatHashSet) - Constructor for class gnu.trove.decorator.TFloatHashSetDecorator
Creates a wrapper that decorates the specified primitive set.
TFloatIntHashMap - Class in gnu.trove
An open addressed Map implementation for float keys and int values.
TFloatIntHashMap() - Constructor for class gnu.trove.TFloatIntHashMap
Creates a new TFloatIntHashMap instance with the default capacity and load factor.
TFloatIntHashMap(int) - Constructor for class gnu.trove.TFloatIntHashMap
Creates a new TFloatIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatIntHashMap(int, float) - Constructor for class gnu.trove.TFloatIntHashMap
Creates a new TFloatIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TFloatIntHashMap(TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatIntHashMap
Creates a new TFloatIntHashMap instance with the default capacity and load factor.
TFloatIntHashMap(int, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatIntHashMap
Creates a new TFloatIntHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TFloatIntHashMap(int, float, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatIntHashMap
Creates a new TFloatIntHashMap instance with a prime value at or near the specified capacity and load factor.
TFloatIntHashMap.EqProcedure - Class in gnu.trove
 
TFloatIntHashMap.EqProcedure(TFloatIntHashMap) - Constructor for class gnu.trove.TFloatIntHashMap.EqProcedure
 
TFloatIntHashMap.HashProcedure - Class in gnu.trove
 
TFloatIntHashMap.HashProcedure() - Constructor for class gnu.trove.TFloatIntHashMap.HashProcedure
 
TFloatIntHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TFloatIntHashMap conform to the java.util.Map API.
TFloatIntHashMapDecorator(TFloatIntHashMap) - Constructor for class gnu.trove.decorator.TFloatIntHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TFloatIntIterator - Class in gnu.trove
Iterator for maps of type float and int.
TFloatIntIterator(TFloatIntHashMap) - Constructor for class gnu.trove.TFloatIntIterator
Creates an iterator over the specified map
TFloatIntProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type float and int.
TFloatIterator - Class in gnu.trove
Iterator for float collections.
TFloatIterator(TFloatHash) - Constructor for class gnu.trove.TFloatIterator
Creates a TFloatIterator for the elements in the specified collection.
TFloatLongHashMap - Class in gnu.trove
An open addressed Map implementation for float keys and long values.
TFloatLongHashMap() - Constructor for class gnu.trove.TFloatLongHashMap
Creates a new TFloatLongHashMap instance with the default capacity and load factor.
TFloatLongHashMap(int) - Constructor for class gnu.trove.TFloatLongHashMap
Creates a new TFloatLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatLongHashMap(int, float) - Constructor for class gnu.trove.TFloatLongHashMap
Creates a new TFloatLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TFloatLongHashMap(TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatLongHashMap
Creates a new TFloatLongHashMap instance with the default capacity and load factor.
TFloatLongHashMap(int, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatLongHashMap
Creates a new TFloatLongHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TFloatLongHashMap(int, float, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatLongHashMap
Creates a new TFloatLongHashMap instance with a prime value at or near the specified capacity and load factor.
TFloatLongHashMap.EqProcedure - Class in gnu.trove
 
TFloatLongHashMap.EqProcedure(TFloatLongHashMap) - Constructor for class gnu.trove.TFloatLongHashMap.EqProcedure
 
TFloatLongHashMap.HashProcedure - Class in gnu.trove
 
TFloatLongHashMap.HashProcedure() - Constructor for class gnu.trove.TFloatLongHashMap.HashProcedure
 
TFloatLongHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TFloatLongHashMap conform to the java.util.Map API.
TFloatLongHashMapDecorator(TFloatLongHashMap) - Constructor for class gnu.trove.decorator.TFloatLongHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TFloatLongIterator - Class in gnu.trove
Iterator for maps of type float and long.
TFloatLongIterator(TFloatLongHashMap) - Constructor for class gnu.trove.TFloatLongIterator
Creates an iterator over the specified map
TFloatLongProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type float and long.
TFloatObjectHashMap - Class in gnu.trove
An open addressed Map implementation for float keys and Object values.
TFloatObjectHashMap() - Constructor for class gnu.trove.TFloatObjectHashMap
Creates a new TFloatObjectHashMap instance with the default capacity and load factor.
TFloatObjectHashMap(int) - Constructor for class gnu.trove.TFloatObjectHashMap
Creates a new TFloatObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatObjectHashMap(int, float) - Constructor for class gnu.trove.TFloatObjectHashMap
Creates a new TFloatObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TFloatObjectHashMap(TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatObjectHashMap
Creates a new TFloatObjectHashMap instance with the default capacity and load factor.
TFloatObjectHashMap(int, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatObjectHashMap
Creates a new TFloatObjectHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TFloatObjectHashMap(int, float, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatObjectHashMap
Creates a new TFloatObjectHashMap instance with a prime value at or near the specified capacity and load factor.
TFloatObjectHashMap.EqProcedure - Class in gnu.trove
 
TFloatObjectHashMap.EqProcedure(TFloatObjectHashMap) - Constructor for class gnu.trove.TFloatObjectHashMap.EqProcedure
 
TFloatObjectHashMap.HashProcedure - Class in gnu.trove
 
TFloatObjectHashMap.HashProcedure() - Constructor for class gnu.trove.TFloatObjectHashMap.HashProcedure
 
TFloatObjectHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TFloatObjectHashMap conform to the java.util.Map API.
TFloatObjectHashMapDecorator(TFloatObjectHashMap) - Constructor for class gnu.trove.decorator.TFloatObjectHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TFloatObjectIterator - Class in gnu.trove
Iterator for maps of type float and Object.
TFloatObjectIterator(TFloatObjectHashMap) - Constructor for class gnu.trove.TFloatObjectIterator
Creates an iterator over the specified map
TFloatObjectProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type float and Object.
TFloatProcedure - Interface in gnu.trove
Interface for procedures with one float paramater.
THash - Class in gnu.trove
Base class for hashtables that use open addressing to resolve collisions.
THash() - Constructor for class gnu.trove.THash
Creates a new THash instance with the default capacity and load factor.
THash(int) - Constructor for class gnu.trove.THash
Creates a new THash instance with a prime capacity at or near the specified capacity and with the default load factor.
THash(int, float) - Constructor for class gnu.trove.THash
Creates a new THash instance with a prime capacity at or near the minimum needed to hold initialCapacity elements with load factor loadFactor without triggering a rehash.
THashIterator - Class in gnu.trove
Implements all iterator functions for the hashed object set.
THashIterator(TObjectHash) - Constructor for class gnu.trove.THashIterator
Create an instance of THashIterator over the values of the TObjectHash
THashMap - Class in gnu.trove
An implementation of the Map interface which uses an open addressed hash table to store its contents.
THashMap() - Constructor for class gnu.trove.THashMap
Creates a new THashMap instance with the default capacity and load factor.
THashMap(TObjectHashingStrategy) - Constructor for class gnu.trove.THashMap
Creates a new THashMap instance with the default capacity and load factor.
THashMap(int) - Constructor for class gnu.trove.THashMap
Creates a new THashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
THashMap(int, TObjectHashingStrategy) - Constructor for class gnu.trove.THashMap
Creates a new THashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
THashMap(int, float) - Constructor for class gnu.trove.THashMap
Creates a new THashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
THashMap(int, float, TObjectHashingStrategy) - Constructor for class gnu.trove.THashMap
Creates a new THashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
THashMap(Map) - Constructor for class gnu.trove.THashMap
Creates a new THashMap instance which contains the key/value pairs in map.
THashMap(Map, TObjectHashingStrategy) - Constructor for class gnu.trove.THashMap
Creates a new THashMap instance which contains the key/value pairs in map.
THashMap.Entry - Class in gnu.trove
 
THashMap.Entry(Object, Object, int) - Constructor for class gnu.trove.THashMap.Entry
 
THashMap.EntryView - Class in gnu.trove
a view onto the entries of the map.
THashMap.EntryView() - Constructor for class gnu.trove.THashMap.EntryView
 
THashMap.EqProcedure - Class in gnu.trove
 
THashMap.EqProcedure(Map) - Constructor for class gnu.trove.THashMap.EqProcedure
 
THashMap.HashProcedure - Class in gnu.trove
 
THashMap.HashProcedure() - Constructor for class gnu.trove.THashMap.HashProcedure
 
THashMap.KeyView - Class in gnu.trove
a view onto the keys of the map.
THashMap.KeyView() - Constructor for class gnu.trove.THashMap.KeyView
 
THashMap.KeyView.EntryIterator - Class in gnu.trove
 
THashMap.KeyView.EntryIterator(THashMap) - Constructor for class gnu.trove.THashMap.KeyView.EntryIterator
 
THashMap.ValueView - Class in gnu.trove
a view onto the values of the map.
THashMap.ValueView() - Constructor for class gnu.trove.THashMap.ValueView
 
THashSet - Class in gnu.trove
An implementation of the Set interface that uses an open-addressed hash table to store its contents.
THashSet() - Constructor for class gnu.trove.THashSet
Creates a new THashSet instance with the default capacity and load factor.
THashSet(TObjectHashingStrategy) - Constructor for class gnu.trove.THashSet
Creates a new THashSet instance with the default capacity and load factor.
THashSet(int) - Constructor for class gnu.trove.THashSet
Creates a new THashSet instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
THashSet(int, TObjectHashingStrategy) - Constructor for class gnu.trove.THashSet
Creates a new THashSet instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
THashSet(int, float) - Constructor for class gnu.trove.THashSet
Creates a new THashSet instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
THashSet(int, float, TObjectHashingStrategy) - Constructor for class gnu.trove.THashSet
Creates a new THashSet instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
THashSet(Collection) - Constructor for class gnu.trove.THashSet
Creates a new THashSet instance containing the elements of collection.
THashSet(Collection, TObjectHashingStrategy) - Constructor for class gnu.trove.THashSet
Creates a new THashSet instance containing the elements of collection.
THashSet.HashProcedure - Class in gnu.trove
 
THashSet.HashProcedure() - Constructor for class gnu.trove.THashSet.HashProcedure
 
theirs() - Method in interface gnu.trove.benchmark.Operation
 
theirs() - Method in class gnu.trove.benchmark.Repeater
 
theirs - Variable in class gnu.trove.benchmark.Result
 
theirs() - Method in interface gnu.trove.benchmark.Timer
 
throwObjectContractViolation(Object, Object) - Method in class gnu.trove.TObjectHash
Convenience methods for subclasses to use in throwing exceptions about badly behaved user objects employed as keys.
Timer - Interface in gnu.trove.benchmark
 
TIntArrayList - Class in gnu.trove
A resizable, array-backed list of int primitives.
TIntArrayList() - Constructor for class gnu.trove.TIntArrayList
Creates a new TIntArrayList instance with the default capacity.
TIntArrayList(int) - Constructor for class gnu.trove.TIntArrayList
Creates a new TIntArrayList instance with the specified capacity.
TIntArrayList(int[]) - Constructor for class gnu.trove.TIntArrayList
Creates a new TIntArrayList instance whose capacity is the greater of the length of values and DEFAULT_CAPACITY and whose initial contents are the specified values.
TIntDoubleHashMap - Class in gnu.trove
An open addressed Map implementation for int keys and double values.
TIntDoubleHashMap() - Constructor for class gnu.trove.TIntDoubleHashMap
Creates a new TIntDoubleHashMap instance with the default capacity and load factor.
TIntDoubleHashMap(int) - Constructor for class gnu.trove.TIntDoubleHashMap
Creates a new TIntDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntDoubleHashMap(int, float) - Constructor for class gnu.trove.TIntDoubleHashMap
Creates a new TIntDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TIntDoubleHashMap(TIntHashingStrategy) - Constructor for class gnu.trove.TIntDoubleHashMap
Creates a new TIntDoubleHashMap instance with the default capacity and load factor.
TIntDoubleHashMap(int, TIntHashingStrategy) - Constructor for class gnu.trove.TIntDoubleHashMap
Creates a new TIntDoubleHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TIntDoubleHashMap(int, float, TIntHashingStrategy) - Constructor for class gnu.trove.TIntDoubleHashMap
Creates a new TIntDoubleHashMap instance with a prime value at or near the specified capacity and load factor.
TIntDoubleHashMap.EqProcedure - Class in gnu.trove
 
TIntDoubleHashMap.EqProcedure(TIntDoubleHashMap) - Constructor for class gnu.trove.TIntDoubleHashMap.EqProcedure
 
TIntDoubleHashMap.HashProcedure - Class in gnu.trove
 
TIntDoubleHashMap.HashProcedure() - Constructor for class gnu.trove.TIntDoubleHashMap.HashProcedure
 
TIntDoubleHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TIntDoubleHashMap conform to the java.util.Map API.
TIntDoubleHashMapDecorator(TIntDoubleHashMap) - Constructor for class gnu.trove.decorator.TIntDoubleHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TIntDoubleIterator - Class in gnu.trove
Iterator for maps of type int and double.
TIntDoubleIterator(TIntDoubleHashMap) - Constructor for class gnu.trove.TIntDoubleIterator
Creates an iterator over the specified map
TIntDoubleProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type int and double.
TIntFloatHashMap - Class in gnu.trove
An open addressed Map implementation for int keys and float values.
TIntFloatHashMap() - Constructor for class gnu.trove.TIntFloatHashMap
Creates a new TIntFloatHashMap instance with the default capacity and load factor.
TIntFloatHashMap(int) - Constructor for class gnu.trove.TIntFloatHashMap
Creates a new TIntFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntFloatHashMap(int, float) - Constructor for class gnu.trove.TIntFloatHashMap
Creates a new TIntFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TIntFloatHashMap(TIntHashingStrategy) - Constructor for class gnu.trove.TIntFloatHashMap
Creates a new TIntFloatHashMap instance with the default capacity and load factor.
TIntFloatHashMap(int, TIntHashingStrategy) - Constructor for class gnu.trove.TIntFloatHashMap
Creates a new TIntFloatHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TIntFloatHashMap(int, float, TIntHashingStrategy) - Constructor for class gnu.trove.TIntFloatHashMap
Creates a new TIntFloatHashMap instance with a prime value at or near the specified capacity and load factor.
TIntFloatHashMap.EqProcedure - Class in gnu.trove
 
TIntFloatHashMap.EqProcedure(TIntFloatHashMap) - Constructor for class gnu.trove.TIntFloatHashMap.EqProcedure
 
TIntFloatHashMap.HashProcedure - Class in gnu.trove
 
TIntFloatHashMap.HashProcedure() - Constructor for class gnu.trove.TIntFloatHashMap.HashProcedure
 
TIntFloatHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TIntFloatHashMap conform to the java.util.Map API.
TIntFloatHashMapDecorator(TIntFloatHashMap) - Constructor for class gnu.trove.decorator.TIntFloatHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TIntFloatIterator - Class in gnu.trove
Iterator for maps of type int and float.
TIntFloatIterator(TIntFloatHashMap) - Constructor for class gnu.trove.TIntFloatIterator
Creates an iterator over the specified map
TIntFloatProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type int and float.
TIntFunction - Interface in gnu.trove
Interface for functions that accept and return one int primitive.
TIntHash - Class in gnu.trove
An open addressed hashing implementation for int primitives.
TIntHash() - Constructor for class gnu.trove.TIntHash
Creates a new TIntHash instance with the default capacity and load factor.
TIntHash(int) - Constructor for class gnu.trove.TIntHash
Creates a new TIntHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TIntHash(int, float) - Constructor for class gnu.trove.TIntHash
Creates a new TIntHash instance with a prime value at or near the specified capacity and load factor.
TIntHash(TIntHashingStrategy) - Constructor for class gnu.trove.TIntHash
Creates a new TIntHash instance with the default capacity and load factor.
TIntHash(int, TIntHashingStrategy) - Constructor for class gnu.trove.TIntHash
Creates a new TIntHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TIntHash(int, float, TIntHashingStrategy) - Constructor for class gnu.trove.TIntHash
Creates a new TIntHash instance with a prime value at or near the specified capacity and load factor.
TIntHashingStrategy - Interface in gnu.trove
Interface to support pluggable hashing strategies in maps and sets.
TIntHashSet - Class in gnu.trove
An open addressed set implementation for int primitives.
TIntHashSet() - Constructor for class gnu.trove.TIntHashSet
Creates a new TIntHashSet instance with the default capacity and load factor.
TIntHashSet(int) - Constructor for class gnu.trove.TIntHashSet
Creates a new TIntHashSet instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntHashSet(int, float) - Constructor for class gnu.trove.TIntHashSet
Creates a new TIntHashSet instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TIntHashSet(int[]) - Constructor for class gnu.trove.TIntHashSet
Creates a new TIntHashSet instance containing the elements of array.
TIntHashSet(TIntHashingStrategy) - Constructor for class gnu.trove.TIntHashSet
Creates a new TIntHash instance with the default capacity and load factor.
TIntHashSet(int, TIntHashingStrategy) - Constructor for class gnu.trove.TIntHashSet
Creates a new TIntHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TIntHashSet(int, float, TIntHashingStrategy) - Constructor for class gnu.trove.TIntHashSet
Creates a new TIntHash instance with a prime value at or near the specified capacity and load factor.
TIntHashSet(int[], TIntHashingStrategy) - Constructor for class gnu.trove.TIntHashSet
Creates a new TIntHashSet instance containing the elements of array.
TIntHashSet.HashProcedure - Class in gnu.trove
 
TIntHashSet.HashProcedure() - Constructor for class gnu.trove.TIntHashSet.HashProcedure
 
TIntHashSetDecorator - Class in gnu.trove.decorator
Wrapper class to make a TIntHashSet conform to the java.util.Set API.
TIntHashSetDecorator(TIntHashSet) - Constructor for class gnu.trove.decorator.TIntHashSetDecorator
Creates a wrapper that decorates the specified primitive set.
TIntIntHashMap - Class in gnu.trove
An open addressed Map implementation for int keys and int values.
TIntIntHashMap() - Constructor for class gnu.trove.TIntIntHashMap
Creates a new TIntIntHashMap instance with the default capacity and load factor.
TIntIntHashMap(int) - Constructor for class gnu.trove.TIntIntHashMap
Creates a new TIntIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntIntHashMap(int, float) - Constructor for class gnu.trove.TIntIntHashMap
Creates a new TIntIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TIntIntHashMap(TIntHashingStrategy) - Constructor for class gnu.trove.TIntIntHashMap
Creates a new TIntIntHashMap instance with the default capacity and load factor.
TIntIntHashMap(int, TIntHashingStrategy) - Constructor for class gnu.trove.TIntIntHashMap
Creates a new TIntIntHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TIntIntHashMap(int, float, TIntHashingStrategy) - Constructor for class gnu.trove.TIntIntHashMap
Creates a new TIntIntHashMap instance with a prime value at or near the specified capacity and load factor.
TIntIntHashMap.EqProcedure - Class in gnu.trove
 
TIntIntHashMap.EqProcedure(TIntIntHashMap) - Constructor for class gnu.trove.TIntIntHashMap.EqProcedure
 
TIntIntHashMap.HashProcedure - Class in gnu.trove
 
TIntIntHashMap.HashProcedure() - Constructor for class gnu.trove.TIntIntHashMap.HashProcedure
 
TIntIntHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TIntIntHashMap conform to the java.util.Map API.
TIntIntHashMapDecorator(TIntIntHashMap) - Constructor for class gnu.trove.decorator.TIntIntHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TIntIntIterator - Class in gnu.trove
Iterator for maps of type int and int.
TIntIntIterator(TIntIntHashMap) - Constructor for class gnu.trove.TIntIntIterator
Creates an iterator over the specified map
TIntIntProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type int and int.
TIntIterator - Class in gnu.trove
Iterator for int collections.
TIntIterator(TIntHash) - Constructor for class gnu.trove.TIntIterator
Creates a TIntIterator for the elements in the specified collection.
TIntLongHashMap - Class in gnu.trove
An open addressed Map implementation for int keys and long values.
TIntLongHashMap() - Constructor for class gnu.trove.TIntLongHashMap
Creates a new TIntLongHashMap instance with the default capacity and load factor.
TIntLongHashMap(int) - Constructor for class gnu.trove.TIntLongHashMap
Creates a new TIntLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntLongHashMap(int, float) - Constructor for class gnu.trove.TIntLongHashMap
Creates a new TIntLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TIntLongHashMap(TIntHashingStrategy) - Constructor for class gnu.trove.TIntLongHashMap
Creates a new TIntLongHashMap instance with the default capacity and load factor.
TIntLongHashMap(int, TIntHashingStrategy) - Constructor for class gnu.trove.TIntLongHashMap
Creates a new TIntLongHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TIntLongHashMap(int, float, TIntHashingStrategy) - Constructor for class gnu.trove.TIntLongHashMap
Creates a new TIntLongHashMap instance with a prime value at or near the specified capacity and load factor.
TIntLongHashMap.EqProcedure - Class in gnu.trove
 
TIntLongHashMap.EqProcedure(TIntLongHashMap) - Constructor for class gnu.trove.TIntLongHashMap.EqProcedure
 
TIntLongHashMap.HashProcedure - Class in gnu.trove
 
TIntLongHashMap.HashProcedure() - Constructor for class gnu.trove.TIntLongHashMap.HashProcedure
 
TIntLongHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TIntLongHashMap conform to the java.util.Map API.
TIntLongHashMapDecorator(TIntLongHashMap) - Constructor for class gnu.trove.decorator.TIntLongHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TIntLongIterator - Class in gnu.trove
Iterator for maps of type int and long.
TIntLongIterator(TIntLongHashMap) - Constructor for class gnu.trove.TIntLongIterator
Creates an iterator over the specified map
TIntLongProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type int and long.
TIntObjectHashMap - Class in gnu.trove
An open addressed Map implementation for int keys and Object values.
TIntObjectHashMap() - Constructor for class gnu.trove.TIntObjectHashMap
Creates a new TIntObjectHashMap instance with the default capacity and load factor.
TIntObjectHashMap(int) - Constructor for class gnu.trove.TIntObjectHashMap
Creates a new TIntObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntObjectHashMap(int, float) - Constructor for class gnu.trove.TIntObjectHashMap
Creates a new TIntObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TIntObjectHashMap(TIntHashingStrategy) - Constructor for class gnu.trove.TIntObjectHashMap
Creates a new TIntObjectHashMap instance with the default capacity and load factor.
TIntObjectHashMap(int, TIntHashingStrategy) - Constructor for class gnu.trove.TIntObjectHashMap
Creates a new TIntObjectHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TIntObjectHashMap(int, float, TIntHashingStrategy) - Constructor for class gnu.trove.TIntObjectHashMap
Creates a new TIntObjectHashMap instance with a prime value at or near the specified capacity and load factor.
TIntObjectHashMap.EqProcedure - Class in gnu.trove
 
TIntObjectHashMap.EqProcedure(TIntObjectHashMap) - Constructor for class gnu.trove.TIntObjectHashMap.EqProcedure
 
TIntObjectHashMap.HashProcedure - Class in gnu.trove
 
TIntObjectHashMap.HashProcedure() - Constructor for class gnu.trove.TIntObjectHashMap.HashProcedure
 
TIntObjectHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TIntObjectHashMap conform to the java.util.Map API.
TIntObjectHashMapDecorator(TIntObjectHashMap) - Constructor for class gnu.trove.decorator.TIntObjectHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TIntObjectIterator - Class in gnu.trove
Iterator for maps of type int and Object.
TIntObjectIterator(TIntObjectHashMap) - Constructor for class gnu.trove.TIntObjectIterator
Creates an iterator over the specified map
TIntObjectProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type int and Object.
TIntProcedure - Interface in gnu.trove
Interface for procedures with one int paramater.
TIntStack - Class in gnu.trove
A stack of int primitives, backed by a TIntArrayList.
TIntStack() - Constructor for class gnu.trove.TIntStack
Creates a new TIntStack instance with the default capacity.
TIntStack(int) - Constructor for class gnu.trove.TIntStack
Creates a new TIntStack instance with the specified capacity.
TIterator - Class in gnu.trove
Abstract iterator class for THash implementations.
TIterator(THash) - Constructor for class gnu.trove.TIterator
Create an instance of TIterator over the specified THash.
TLinkable - Interface in gnu.trove
Interface for Objects which can be inserted into a TLinkedList.
TLinkableAdaptor - Class in gnu.trove
Adapter for TLinkable interface which implements the interface and can therefore be extended trivially to create TLinkable objects without having to implement the obvious.
TLinkableAdaptor() - Constructor for class gnu.trove.TLinkableAdaptor
 
TLinkedList - Class in gnu.trove
A LinkedList implementation which holds instances of type TLinkable.
TLinkedList() - Constructor for class gnu.trove.TLinkedList
Creates a new TLinkedList instance.
TLinkedList.IteratorImpl - Class in gnu.trove
A ListIterator that supports additions and deletions.
TLinkedList.IteratorImpl(int) - Constructor for class gnu.trove.TLinkedList.IteratorImpl
Creates a new Iterator instance positioned at index.
TLongArrayList - Class in gnu.trove
A resizable, array-backed list of long primitives.
TLongArrayList() - Constructor for class gnu.trove.TLongArrayList
Creates a new TLongArrayList instance with the default capacity.
TLongArrayList(int) - Constructor for class gnu.trove.TLongArrayList
Creates a new TLongArrayList instance with the specified capacity.
TLongArrayList(long[]) - Constructor for class gnu.trove.TLongArrayList
Creates a new TLongArrayList instance whose capacity is the greater of the length of values and DEFAULT_CAPACITY and whose initial contents are the specified values.
TLongDoubleHashMap - Class in gnu.trove
An open addressed Map implementation for long keys and double values.
TLongDoubleHashMap() - Constructor for class gnu.trove.TLongDoubleHashMap
Creates a new TLongDoubleHashMap instance with the default capacity and load factor.
TLongDoubleHashMap(int) - Constructor for class gnu.trove.TLongDoubleHashMap
Creates a new TLongDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongDoubleHashMap(int, float) - Constructor for class gnu.trove.TLongDoubleHashMap
Creates a new TLongDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TLongDoubleHashMap(TLongHashingStrategy) - Constructor for class gnu.trove.TLongDoubleHashMap
Creates a new TLongDoubleHashMap instance with the default capacity and load factor.
TLongDoubleHashMap(int, TLongHashingStrategy) - Constructor for class gnu.trove.TLongDoubleHashMap
Creates a new TLongDoubleHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TLongDoubleHashMap(int, float, TLongHashingStrategy) - Constructor for class gnu.trove.TLongDoubleHashMap
Creates a new TLongDoubleHashMap instance with a prime value at or near the specified capacity and load factor.
TLongDoubleHashMap.EqProcedure - Class in gnu.trove
 
TLongDoubleHashMap.EqProcedure(TLongDoubleHashMap) - Constructor for class gnu.trove.TLongDoubleHashMap.EqProcedure
 
TLongDoubleHashMap.HashProcedure - Class in gnu.trove
 
TLongDoubleHashMap.HashProcedure() - Constructor for class gnu.trove.TLongDoubleHashMap.HashProcedure
 
TLongDoubleHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TLongDoubleHashMap conform to the java.util.Map API.
TLongDoubleHashMapDecorator(TLongDoubleHashMap) - Constructor for class gnu.trove.decorator.TLongDoubleHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TLongDoubleIterator - Class in gnu.trove
Iterator for maps of type long and double.
TLongDoubleIterator(TLongDoubleHashMap) - Constructor for class gnu.trove.TLongDoubleIterator
Creates an iterator over the specified map
TLongDoubleProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type long and double.
TLongFloatHashMap - Class in gnu.trove
An open addressed Map implementation for long keys and float values.
TLongFloatHashMap() - Constructor for class gnu.trove.TLongFloatHashMap
Creates a new TLongFloatHashMap instance with the default capacity and load factor.
TLongFloatHashMap(int) - Constructor for class gnu.trove.TLongFloatHashMap
Creates a new TLongFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongFloatHashMap(int, float) - Constructor for class gnu.trove.TLongFloatHashMap
Creates a new TLongFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TLongFloatHashMap(TLongHashingStrategy) - Constructor for class gnu.trove.TLongFloatHashMap
Creates a new TLongFloatHashMap instance with the default capacity and load factor.
TLongFloatHashMap(int, TLongHashingStrategy) - Constructor for class gnu.trove.TLongFloatHashMap
Creates a new TLongFloatHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TLongFloatHashMap(int, float, TLongHashingStrategy) - Constructor for class gnu.trove.TLongFloatHashMap
Creates a new TLongFloatHashMap instance with a prime value at or near the specified capacity and load factor.
TLongFloatHashMap.EqProcedure - Class in gnu.trove
 
TLongFloatHashMap.EqProcedure(TLongFloatHashMap) - Constructor for class gnu.trove.TLongFloatHashMap.EqProcedure
 
TLongFloatHashMap.HashProcedure - Class in gnu.trove
 
TLongFloatHashMap.HashProcedure() - Constructor for class gnu.trove.TLongFloatHashMap.HashProcedure
 
TLongFloatHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TLongFloatHashMap conform to the java.util.Map API.
TLongFloatHashMapDecorator(TLongFloatHashMap) - Constructor for class gnu.trove.decorator.TLongFloatHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TLongFloatIterator - Class in gnu.trove
Iterator for maps of type long and float.
TLongFloatIterator(TLongFloatHashMap) - Constructor for class gnu.trove.TLongFloatIterator
Creates an iterator over the specified map
TLongFloatProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type long and float.
TLongFunction - Interface in gnu.trove
Interface for functions that accept and return one long primitive.
TLongHash - Class in gnu.trove
An open addressed hashing implementation for long primitives.
TLongHash() - Constructor for class gnu.trove.TLongHash
Creates a new TLongHash instance with the default capacity and load factor.
TLongHash(int) - Constructor for class gnu.trove.TLongHash
Creates a new TLongHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TLongHash(int, float) - Constructor for class gnu.trove.TLongHash
Creates a new TLongHash instance with a prime value at or near the specified capacity and load factor.
TLongHash(TLongHashingStrategy) - Constructor for class gnu.trove.TLongHash
Creates a new TLongHash instance with the default capacity and load factor.
TLongHash(int, TLongHashingStrategy) - Constructor for class gnu.trove.TLongHash
Creates a new TLongHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TLongHash(int, float, TLongHashingStrategy) - Constructor for class gnu.trove.TLongHash
Creates a new TLongHash instance with a prime value at or near the specified capacity and load factor.
TLongHashingStrategy - Interface in gnu.trove
Interface to support pluggable hashing strategies in maps and sets.
TLongHashSet - Class in gnu.trove
An open addressed set implementation for long primitives.
TLongHashSet() - Constructor for class gnu.trove.TLongHashSet
Creates a new TLongHashSet instance with the default capacity and load factor.
TLongHashSet(int) - Constructor for class gnu.trove.TLongHashSet
Creates a new TLongHashSet instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongHashSet(int, float) - Constructor for class gnu.trove.TLongHashSet
Creates a new TLongHashSet instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TLongHashSet(long[]) - Constructor for class gnu.trove.TLongHashSet
Creates a new TLongHashSet instance containing the elements of array.
TLongHashSet(TLongHashingStrategy) - Constructor for class gnu.trove.TLongHashSet
Creates a new TLongHash instance with the default capacity and load factor.
TLongHashSet(int, TLongHashingStrategy) - Constructor for class gnu.trove.TLongHashSet
Creates a new TLongHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TLongHashSet(int, float, TLongHashingStrategy) - Constructor for class gnu.trove.TLongHashSet
Creates a new TLongHash instance with a prime value at or near the specified capacity and load factor.
TLongHashSet(long[], TLongHashingStrategy) - Constructor for class gnu.trove.TLongHashSet
Creates a new TLongHashSet instance containing the elements of array.
TLongHashSet.HashProcedure - Class in gnu.trove
 
TLongHashSet.HashProcedure() - Constructor for class gnu.trove.TLongHashSet.HashProcedure
 
TLongHashSetDecorator - Class in gnu.trove.decorator
Wrapper class to make a TLongHashSet conform to the java.util.Set API.
TLongHashSetDecorator(TLongHashSet) - Constructor for class gnu.trove.decorator.TLongHashSetDecorator
Creates a wrapper that decorates the specified primitive set.
TLongIntHashMap - Class in gnu.trove
An open addressed Map implementation for long keys and int values.
TLongIntHashMap() - Constructor for class gnu.trove.TLongIntHashMap
Creates a new TLongIntHashMap instance with the default capacity and load factor.
TLongIntHashMap(int) - Constructor for class gnu.trove.TLongIntHashMap
Creates a new TLongIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongIntHashMap(int, float) - Constructor for class gnu.trove.TLongIntHashMap
Creates a new TLongIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TLongIntHashMap(TLongHashingStrategy) - Constructor for class gnu.trove.TLongIntHashMap
Creates a new TLongIntHashMap instance with the default capacity and load factor.
TLongIntHashMap(int, TLongHashingStrategy) - Constructor for class gnu.trove.TLongIntHashMap
Creates a new TLongIntHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TLongIntHashMap(int, float, TLongHashingStrategy) - Constructor for class gnu.trove.TLongIntHashMap
Creates a new TLongIntHashMap instance with a prime value at or near the specified capacity and load factor.
TLongIntHashMap.EqProcedure - Class in gnu.trove
 
TLongIntHashMap.EqProcedure(TLongIntHashMap) - Constructor for class gnu.trove.TLongIntHashMap.EqProcedure
 
TLongIntHashMap.HashProcedure - Class in gnu.trove
 
TLongIntHashMap.HashProcedure() - Constructor for class gnu.trove.TLongIntHashMap.HashProcedure
 
TLongIntHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TLongIntHashMap conform to the java.util.Map API.
TLongIntHashMapDecorator(TLongIntHashMap) - Constructor for class gnu.trove.decorator.TLongIntHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TLongIntIterator - Class in gnu.trove
Iterator for maps of type long and int.
TLongIntIterator(TLongIntHashMap) - Constructor for class gnu.trove.TLongIntIterator
Creates an iterator over the specified map
TLongIntProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type long and int.
TLongIterator - Class in gnu.trove
Iterator for long collections.
TLongIterator(TLongHash) - Constructor for class gnu.trove.TLongIterator
Creates a TLongIterator for the elements in the specified collection.
TLongLongHashMap - Class in gnu.trove
An open addressed Map implementation for long keys and long values.
TLongLongHashMap() - Constructor for class gnu.trove.TLongLongHashMap
Creates a new TLongLongHashMap instance with the default capacity and load factor.
TLongLongHashMap(int) - Constructor for class gnu.trove.TLongLongHashMap
Creates a new TLongLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongLongHashMap(int, float) - Constructor for class gnu.trove.TLongLongHashMap
Creates a new TLongLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TLongLongHashMap(TLongHashingStrategy) - Constructor for class gnu.trove.TLongLongHashMap
Creates a new TLongLongHashMap instance with the default capacity and load factor.
TLongLongHashMap(int, TLongHashingStrategy) - Constructor for class gnu.trove.TLongLongHashMap
Creates a new TLongLongHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TLongLongHashMap(int, float, TLongHashingStrategy) - Constructor for class gnu.trove.TLongLongHashMap
Creates a new TLongLongHashMap instance with a prime value at or near the specified capacity and load factor.
TLongLongHashMap.EqProcedure - Class in gnu.trove
 
TLongLongHashMap.EqProcedure(TLongLongHashMap) - Constructor for class gnu.trove.TLongLongHashMap.EqProcedure
 
TLongLongHashMap.HashProcedure - Class in gnu.trove
 
TLongLongHashMap.HashProcedure() - Constructor for class gnu.trove.TLongLongHashMap.HashProcedure
 
TLongLongHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TLongLongHashMap conform to the java.util.Map API.
TLongLongHashMapDecorator(TLongLongHashMap) - Constructor for class gnu.trove.decorator.TLongLongHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TLongLongIterator - Class in gnu.trove
Iterator for maps of type long and long.
TLongLongIterator(TLongLongHashMap) - Constructor for class gnu.trove.TLongLongIterator
Creates an iterator over the specified map
TLongLongProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type long and long.
TLongObjectHashMap - Class in gnu.trove
An open addressed Map implementation for long keys and Object values.
TLongObjectHashMap() - Constructor for class gnu.trove.TLongObjectHashMap
Creates a new TLongObjectHashMap instance with the default capacity and load factor.
TLongObjectHashMap(int) - Constructor for class gnu.trove.TLongObjectHashMap
Creates a new TLongObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongObjectHashMap(int, float) - Constructor for class gnu.trove.TLongObjectHashMap
Creates a new TLongObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TLongObjectHashMap(TLongHashingStrategy) - Constructor for class gnu.trove.TLongObjectHashMap
Creates a new TLongObjectHashMap instance with the default capacity and load factor.
TLongObjectHashMap(int, TLongHashingStrategy) - Constructor for class gnu.trove.TLongObjectHashMap
Creates a new TLongObjectHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TLongObjectHashMap(int, float, TLongHashingStrategy) - Constructor for class gnu.trove.TLongObjectHashMap
Creates a new TLongObjectHashMap instance with a prime value at or near the specified capacity and load factor.
TLongObjectHashMap.EqProcedure - Class in gnu.trove
 
TLongObjectHashMap.EqProcedure(TLongObjectHashMap) - Constructor for class gnu.trove.TLongObjectHashMap.EqProcedure
 
TLongObjectHashMap.HashProcedure - Class in gnu.trove
 
TLongObjectHashMap.HashProcedure() - Constructor for class gnu.trove.TLongObjectHashMap.HashProcedure
 
TLongObjectHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TLongObjectHashMap conform to the java.util.Map API.
TLongObjectHashMapDecorator(TLongObjectHashMap) - Constructor for class gnu.trove.decorator.TLongObjectHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TLongObjectIterator - Class in gnu.trove
Iterator for maps of type long and Object.
TLongObjectIterator(TLongObjectHashMap) - Constructor for class gnu.trove.TLongObjectIterator
Creates an iterator over the specified map
TLongObjectProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type long and Object.
TLongProcedure - Interface in gnu.trove
Interface for procedures with one long paramater.
toArray() - Method in class gnu.trove.TDoubleHashSet
Returns a new array containing the values in the set.
toArray() - Method in class gnu.trove.TFloatHashSet
Returns a new array containing the values in the set.
toArray() - Method in class gnu.trove.THashMap.KeyView
 
toArray(Object[]) - Method in class gnu.trove.THashMap.KeyView
 
toArray() - Method in class gnu.trove.THashSet
Returns a new array containing the objects in the set.
toArray(Object[]) - Method in class gnu.trove.THashSet
Returns a typed array of the objects in the set.
toArray() - Method in class gnu.trove.TIntHashSet
Returns a new array containing the values in the set.
toArray() - Method in class gnu.trove.TLinkedList
Copies the list's contents into a native array.
toArray() - Method in class gnu.trove.TLongHashSet
Returns a new array containing the values in the set.
TObjectDoubleHashMap - Class in gnu.trove
An open addressed Map implementation for Object keys and double values.
TObjectDoubleHashMap() - Constructor for class gnu.trove.TObjectDoubleHashMap
Creates a new TObjectDoubleHashMap instance with the default capacity and load factor.
TObjectDoubleHashMap(int) - Constructor for class gnu.trove.TObjectDoubleHashMap
Creates a new TObjectDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TObjectDoubleHashMap(int, float) - Constructor for class gnu.trove.TObjectDoubleHashMap
Creates a new TObjectDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TObjectDoubleHashMap(TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectDoubleHashMap
Creates a new TObjectDoubleHashMap instance with the default capacity and load factor.
TObjectDoubleHashMap(int, TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectDoubleHashMap
Creates a new TObjectDoubleHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TObjectDoubleHashMap(int, float, TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectDoubleHashMap
Creates a new TObjectDoubleHashMap instance with a prime value at or near the specified capacity and load factor.
TObjectDoubleHashMap.EqProcedure - Class in gnu.trove
 
TObjectDoubleHashMap.EqProcedure(TObjectDoubleHashMap) - Constructor for class gnu.trove.TObjectDoubleHashMap.EqProcedure
 
TObjectDoubleHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TObjectDoubleHashMap conform to the java.util.Map API.
TObjectDoubleHashMapDecorator(TObjectDoubleHashMap) - Constructor for class gnu.trove.decorator.TObjectDoubleHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TObjectDoubleIterator - Class in gnu.trove
Iterator for maps of type Object and double.
TObjectDoubleIterator(TObjectDoubleHashMap) - Constructor for class gnu.trove.TObjectDoubleIterator
 
TObjectDoubleProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type Object and double.
TObjectFloatHashMap - Class in gnu.trove
An open addressed Map implementation for Object keys and float values.
TObjectFloatHashMap() - Constructor for class gnu.trove.TObjectFloatHashMap
Creates a new TObjectFloatHashMap instance with the default capacity and load factor.
TObjectFloatHashMap(int) - Constructor for class gnu.trove.TObjectFloatHashMap
Creates a new TObjectFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TObjectFloatHashMap(int, float) - Constructor for class gnu.trove.TObjectFloatHashMap
Creates a new TObjectFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TObjectFloatHashMap(TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectFloatHashMap
Creates a new TObjectFloatHashMap instance with the default capacity and load factor.
TObjectFloatHashMap(int, TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectFloatHashMap
Creates a new TObjectFloatHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TObjectFloatHashMap(int, float, TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectFloatHashMap
Creates a new TObjectFloatHashMap instance with a prime value at or near the specified capacity and load factor.
TObjectFloatHashMap.EqProcedure - Class in gnu.trove
 
TObjectFloatHashMap.EqProcedure(TObjectFloatHashMap) - Constructor for class gnu.trove.TObjectFloatHashMap.EqProcedure
 
TObjectFloatHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TObjectFloatHashMap conform to the java.util.Map API.
TObjectFloatHashMapDecorator(TObjectFloatHashMap) - Constructor for class gnu.trove.decorator.TObjectFloatHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TObjectFloatIterator - Class in gnu.trove
Iterator for maps of type Object and float.
TObjectFloatIterator(TObjectFloatHashMap) - Constructor for class gnu.trove.TObjectFloatIterator
 
TObjectFloatProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type Object and float.
TObjectFunction - Interface in gnu.trove
Interface for functions that accept and return one Object reference.
TObjectHash - Class in gnu.trove
An open addressed hashing implementation for Object types.
TObjectHash() - Constructor for class gnu.trove.TObjectHash
Creates a new TObjectHash instance with the default capacity and load factor.
TObjectHash(TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectHash
Creates a new TObjectHash instance with the default capacity and load factor and a custom hashing strategy.
TObjectHash(int) - Constructor for class gnu.trove.TObjectHash
Creates a new TObjectHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TObjectHash(int, TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectHash
Creates a new TObjectHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TObjectHash(int, float) - Constructor for class gnu.trove.TObjectHash
Creates a new TObjectHash instance with a prime value at or near the specified capacity and load factor.
TObjectHash(int, float, TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectHash
Creates a new TObjectHash instance with a prime value at or near the specified capacity and load factor.
TObjectHashingStrategy - Interface in gnu.trove
Interface to support pluggable hashing strategies in maps and sets.
TObjectHashIterator - Class in gnu.trove
Created: Wed Nov 28 21:30:53 2001
TObjectHashIterator(TObjectHash) - Constructor for class gnu.trove.TObjectHashIterator
 
TObjectIdentityHashingStrategy - Class in gnu.trove
This object hashing strategy uses the System.identityHashCode method to provide identity hash codes.
TObjectIdentityHashingStrategy() - Constructor for class gnu.trove.TObjectIdentityHashingStrategy
 
TObjectIntHashMap - Class in gnu.trove
An open addressed Map implementation for Object keys and int values.
TObjectIntHashMap() - Constructor for class gnu.trove.TObjectIntHashMap
Creates a new TObjectIntHashMap instance with the default capacity and load factor.
TObjectIntHashMap(int) - Constructor for class gnu.trove.TObjectIntHashMap
Creates a new TObjectIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TObjectIntHashMap(int, float) - Constructor for class gnu.trove.TObjectIntHashMap
Creates a new TObjectIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TObjectIntHashMap(TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectIntHashMap
Creates a new TObjectIntHashMap instance with the default capacity and load factor.
TObjectIntHashMap(int, TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectIntHashMap
Creates a new TObjectIntHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TObjectIntHashMap(int, float, TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectIntHashMap
Creates a new TObjectIntHashMap instance with a prime value at or near the specified capacity and load factor.
TObjectIntHashMap.EqProcedure - Class in gnu.trove
 
TObjectIntHashMap.EqProcedure(TObjectIntHashMap) - Constructor for class gnu.trove.TObjectIntHashMap.EqProcedure
 
TObjectIntHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TObjectIntHashMap conform to the java.util.Map API.
TObjectIntHashMapDecorator(TObjectIntHashMap) - Constructor for class gnu.trove.decorator.TObjectIntHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TObjectIntIterator - Class in gnu.trove
Iterator for maps of type Object and int.
TObjectIntIterator(TObjectIntHashMap) - Constructor for class gnu.trove.TObjectIntIterator
 
TObjectIntProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type Object and int.
TObjectLongHashMap - Class in gnu.trove
An open addressed Map implementation for Object keys and long values.
TObjectLongHashMap() - Constructor for class gnu.trove.TObjectLongHashMap
Creates a new TObjectLongHashMap instance with the default capacity and load factor.
TObjectLongHashMap(int) - Constructor for class gnu.trove.TObjectLongHashMap
Creates a new TObjectLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TObjectLongHashMap(int, float) - Constructor for class gnu.trove.TObjectLongHashMap
Creates a new TObjectLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TObjectLongHashMap(TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectLongHashMap
Creates a new TObjectLongHashMap instance with the default capacity and load factor.
TObjectLongHashMap(int, TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectLongHashMap
Creates a new TObjectLongHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TObjectLongHashMap(int, float, TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectLongHashMap
Creates a new TObjectLongHashMap instance with a prime value at or near the specified capacity and load factor.
TObjectLongHashMap.EqProcedure - Class in gnu.trove
 
TObjectLongHashMap.EqProcedure(TObjectLongHashMap) - Constructor for class gnu.trove.TObjectLongHashMap.EqProcedure
 
TObjectLongHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TObjectLongHashMap conform to the java.util.Map API.
TObjectLongHashMapDecorator(TObjectLongHashMap) - Constructor for class gnu.trove.decorator.TObjectLongHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TObjectLongIterator - Class in gnu.trove
Iterator for maps of type Object and long.
TObjectLongIterator(TObjectLongHashMap) - Constructor for class gnu.trove.TObjectLongIterator
 
TObjectLongProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type Object and long.
TObjectObjectProcedure - Interface in gnu.trove
Interface for procedures that take two Object parameters.
TObjectProcedure - Interface in gnu.trove
Interface for procedures with one Object paramater.
toNativeArray() - Method in class gnu.trove.TDoubleArrayList
Copies the contents of the list into a native array.
toNativeArray(int, int) - Method in class gnu.trove.TDoubleArrayList
Copies a slice of the list into a native array.
toNativeArray(double[], int, int) - Method in class gnu.trove.TDoubleArrayList
Copies a slice of the list into a native array.
toNativeArray() - Method in class gnu.trove.TFloatArrayList
Copies the contents of the list into a native array.
toNativeArray(int, int) - Method in class gnu.trove.TFloatArrayList
Copies a slice of the list into a native array.
toNativeArray(float[], int, int) - Method in class gnu.trove.TFloatArrayList
Copies a slice of the list into a native array.
toNativeArray() - Method in class gnu.trove.TIntArrayList
Copies the contents of the list into a native array.
toNativeArray(int, int) - Method in class gnu.trove.TIntArrayList
Copies a slice of the list into a native array.
toNativeArray(int[], int, int) - Method in class gnu.trove.TIntArrayList
Copies a slice of the list into a native array.
toNativeArray() - Method in class gnu.trove.TLongArrayList
Copies the contents of the list into a native array.
toNativeArray(int, int) - Method in class gnu.trove.TLongArrayList
Copies a slice of the list into a native array.
toNativeArray(long[], int, int) - Method in class gnu.trove.TLongArrayList
Copies a slice of the list into a native array.
ToObjectArrayProcedure - Class in gnu.trove
A procedure which stores each value it receives into a target array.
ToObjectArrayProcedure(Object[]) - Constructor for class gnu.trove.ToObjectArrayProcedure
 
toString() - Method in class gnu.trove.benchmark.Result
 
toString() - Method in class gnu.trove.TDoubleArrayList
Returns a String representation of the list, front to back.
toString() - Method in class gnu.trove.TFloatArrayList
Returns a String representation of the list, front to back.
toString() - Method in class gnu.trove.TIntArrayList
Returns a String representation of the list, front to back.
toString() - Method in class gnu.trove.TLongArrayList
Returns a String representation of the list, front to back.
toUnlinkedArray() - Method in class gnu.trove.TLinkedList
Copies the list to a native array, destroying the next/previous links as the copy is made.
TPrimitiveHash - Class in gnu.trove
The base class for hashtables of primitive values.
TPrimitiveHash() - Constructor for class gnu.trove.TPrimitiveHash
Creates a new THash instance with the default capacity and load factor.
TPrimitiveHash(int) - Constructor for class gnu.trove.TPrimitiveHash
Creates a new TPrimitiveHash instance with a prime capacity at or near the specified capacity and with the default load factor.
TPrimitiveHash(int, float) - Constructor for class gnu.trove.TPrimitiveHash
Creates a new TPrimitiveHash instance with a prime capacity at or near the minimum needed to hold initialCapacity elements with load factor loadFactor without triggering a rehash.
TPrimitiveIterator - Class in gnu.trove
Implements all iterator functions for the hashed object set.
TPrimitiveIterator(TPrimitiveHash) - Constructor for class gnu.trove.TPrimitiveIterator
Creates a TPrimitiveIterator for the specified collection.
transformValues(TDoubleFunction) - Method in class gnu.trove.TDoubleArrayList
Transform each value in the list using the specified function.
transformValues(TDoubleFunction) - Method in class gnu.trove.TDoubleDoubleHashMap
Transform the values in this map using function.
transformValues(TFloatFunction) - Method in class gnu.trove.TDoubleFloatHashMap
Transform the values in this map using function.
transformValues(TIntFunction) - Method in class gnu.trove.TDoubleIntHashMap
Transform the values in this map using function.
transformValues(TLongFunction) - Method in class gnu.trove.TDoubleLongHashMap
Transform the values in this map using function.
transformValues(TObjectFunction) - Method in class gnu.trove.TDoubleObjectHashMap
Transform the values in this map using function.
transformValues(TFloatFunction) - Method in class gnu.trove.TFloatArrayList
Transform each value in the list using the specified function.
transformValues(TDoubleFunction) - Method in class gnu.trove.TFloatDoubleHashMap
Transform the values in this map using function.
transformValues(TFloatFunction) - Method in class gnu.trove.TFloatFloatHashMap
Transform the values in this map using function.
transformValues(TIntFunction) - Method in class gnu.trove.TFloatIntHashMap
Transform the values in this map using function.
transformValues(TLongFunction) - Method in class gnu.trove.TFloatLongHashMap
Transform the values in this map using function.
transformValues(TObjectFunction) - Method in class gnu.trove.TFloatObjectHashMap
Transform the values in this map using function.
transformValues(TObjectFunction) - Method in class gnu.trove.THashMap
Transform the values in this map using function.
transformValues(TIntFunction) - Method in class gnu.trove.TIntArrayList
Transform each value in the list using the specified function.
transformValues(TDoubleFunction) - Method in class gnu.trove.TIntDoubleHashMap
Transform the values in this map using function.
transformValues(TFloatFunction) - Method in class gnu.trove.TIntFloatHashMap
Transform the values in this map using function.
transformValues(TIntFunction) - Method in class gnu.trove.TIntIntHashMap
Transform the values in this map using function.
transformValues(TLongFunction) - Method in class gnu.trove.TIntLongHashMap
Transform the values in this map using function.
transformValues(TObjectFunction) - Method in class gnu.trove.TIntObjectHashMap
Transform the values in this map using function.
transformValues(TLongFunction) - Method in class gnu.trove.TLongArrayList
Transform each value in the list using the specified function.
transformValues(TDoubleFunction) - Method in class gnu.trove.TLongDoubleHashMap
Transform the values in this map using function.
transformValues(TFloatFunction) - Method in class gnu.trove.TLongFloatHashMap
Transform the values in this map using function.
transformValues(TIntFunction) - Method in class gnu.trove.TLongIntHashMap
Transform the values in this map using function.
transformValues(TLongFunction) - Method in class gnu.trove.TLongLongHashMap
Transform the values in this map using function.
transformValues(TObjectFunction) - Method in class gnu.trove.TLongObjectHashMap
Transform the values in this map using function.
transformValues(TDoubleFunction) - Method in class gnu.trove.TObjectDoubleHashMap
Transform the values in this map using function.
transformValues(TFloatFunction) - Method in class gnu.trove.TObjectFloatHashMap
Transform the values in this map using function.
transformValues(TIntFunction) - Method in class gnu.trove.TObjectIntHashMap
Transform the values in this map using function.
transformValues(TLongFunction) - Method in class gnu.trove.TObjectLongHashMap
Transform the values in this map using function.
trimToSize() - Method in class gnu.trove.TDoubleArrayList
Sheds any excess capacity above and beyond the current size of the list.
trimToSize() - Method in class gnu.trove.TFloatArrayList
Sheds any excess capacity above and beyond the current size of the list.
trimToSize() - Method in class gnu.trove.THash
This simply calls compact.
trimToSize() - Method in class gnu.trove.TIntArrayList
Sheds any excess capacity above and beyond the current size of the list.
trimToSize() - Method in class gnu.trove.TLongArrayList
Sheds any excess capacity above and beyond the current size of the list.
trove - Variable in class gnu.trove.benchmark.MemoryUsage.MemoryComparator
 

U

unwrap(Object) - Method in class gnu.trove.decorator.TDoubleHashSetDecorator
Unwraps a value
unwrap(Object) - Method in class gnu.trove.decorator.TFloatHashSetDecorator
Unwraps a value
unwrap(Object) - Method in class gnu.trove.decorator.TIntHashSetDecorator
Unwraps a value
unwrap(Object) - Method in class gnu.trove.decorator.TLongHashSetDecorator
Unwraps a value
unwrapKey(Object) - Method in class gnu.trove.decorator.TDoubleDoubleHashMapDecorator
Unwraps a key
unwrapKey(Object) - Method in class gnu.trove.decorator.TDoubleFloatHashMapDecorator
Unwraps a key
unwrapKey(Object) - Method in class gnu.trove.decorator.TDoubleIntHashMapDecorator
Unwraps a key
unwrapKey(Object) - Method in class gnu.trove.decorator.TDoubleLongHashMapDecorator
Unwraps a key
unwrapKey(Object) - Method in class gnu.trove.decorator.TDoubleObjectHashMapDecorator
Unwraps a key
unwrapKey(Object) - Method in class gnu.trove.decorator.TFloatDoubleHashMapDecorator
Unwraps a key
unwrapKey(Object) - Method in class gnu.trove.decorator.TFloatFloatHashMapDecorator
Unwraps a key
unwrapKey(Object) - Method in class gnu.trove.decorator.TFloatIntHashMapDecorator
Unwraps a key
unwrapKey(Object) - Method in class gnu.trove.decorator.TFloatLongHashMapDecorator
Unwraps a key
unwrapKey(Object) - Method in class gnu.trove.decorator.TFloatObjectHashMapDecorator
Unwraps a key
unwrapKey(Object) - Method in class gnu.trove.decorator.TIntDoubleHashMapDecorator
Unwraps a key
unwrapKey(Object) - Method in class gnu.trove.decorator.TIntFloatHashMapDecorator
Unwraps a key
unwrapKey(Object) - Method in class gnu.trove.decorator.TIntIntHashMapDecorator
Unwraps a key
unwrapKey(Object) - Method in class gnu.trove.decorator.TIntLongHashMapDecorator
Unwraps a key
unwrapKey(Object) - Method in class gnu.trove.decorator.TIntObjectHashMapDecorator
Unwraps a key
unwrapKey(Object) - Method in class gnu.trove.decorator.TLongDoubleHashMapDecorator
Unwraps a key
unwrapKey(Object) - Method in class gnu.trove.decorator.TLongFloatHashMapDecorator
Unwraps a key
unwrapKey(Object) - Method in class gnu.trove.decorator.TLongIntHashMapDecorator
Unwraps a key
unwrapKey(Object) - Method in class gnu.trove.decorator.TLongLongHashMapDecorator
Unwraps a key
unwrapKey(Object) - Method in class gnu.trove.decorator.TLongObjectHashMapDecorator
Unwraps a key
unwrapKey(Object) - Method in class gnu.trove.decorator.TObjectDoubleHashMapDecorator
Unwraps a key
unwrapKey(Object) - Method in class gnu.trove.decorator.TObjectFloatHashMapDecorator
Unwraps a key
unwrapKey(Object) - Method in class gnu.trove.decorator.TObjectIntHashMapDecorator
Unwraps a key
unwrapKey(Object) - Method in class gnu.trove.decorator.TObjectLongHashMapDecorator
Unwraps a key
unwrapValue(Object) - Method in class gnu.trove.decorator.TDoubleDoubleHashMapDecorator
Unwraps a value
unwrapValue(Object) - Method in class gnu.trove.decorator.TDoubleFloatHashMapDecorator
Unwraps a value
unwrapValue(Object) - Method in class gnu.trove.decorator.TDoubleIntHashMapDecorator
Unwraps a value
unwrapValue(Object) - Method in class gnu.trove.decorator.TDoubleLongHashMapDecorator
Unwraps a value
unwrapValue(Object) - Method in class gnu.trove.decorator.TDoubleObjectHashMapDecorator
Unwraps a value
unwrapValue(Object) - Method in class gnu.trove.decorator.TFloatDoubleHashMapDecorator
Unwraps a value
unwrapValue(Object) - Method in class gnu.trove.decorator.TFloatFloatHashMapDecorator
Unwraps a value
unwrapValue(Object) - Method in class gnu.trove.decorator.TFloatIntHashMapDecorator
Unwraps a value
unwrapValue(Object) - Method in class gnu.trove.decorator.TFloatLongHashMapDecorator
Unwraps a value
unwrapValue(Object) - Method in class gnu.trove.decorator.TFloatObjectHashMapDecorator
Unwraps a value
unwrapValue(Object) - Method in class gnu.trove.decorator.TIntDoubleHashMapDecorator
Unwraps a value
unwrapValue(Object) - Method in class gnu.trove.decorator.TIntFloatHashMapDecorator
Unwraps a value
unwrapValue(Object) - Method in class gnu.trove.decorator.TIntIntHashMapDecorator
Unwraps a value
unwrapValue(Object) - Method in class gnu.trove.decorator.TIntLongHashMapDecorator
Unwraps a value
unwrapValue(Object) - Method in class gnu.trove.decorator.TIntObjectHashMapDecorator
Unwraps a value
unwrapValue(Object) - Method in class gnu.trove.decorator.TLongDoubleHashMapDecorator
Unwraps a value
unwrapValue(Object) - Method in class gnu.trove.decorator.TLongFloatHashMapDecorator
Unwraps a value
unwrapValue(Object) - Method in class gnu.trove.decorator.TLongIntHashMapDecorator
Unwraps a value
unwrapValue(Object) - Method in class gnu.trove.decorator.TLongLongHashMapDecorator
Unwraps a value
unwrapValue(Object) - Method in class gnu.trove.decorator.TLongObjectHashMapDecorator
Unwraps a value
unwrapValue(Object) - Method in class gnu.trove.decorator.TObjectDoubleHashMapDecorator
Unwraps a value
unwrapValue(Object) - Method in class gnu.trove.decorator.TObjectFloatHashMapDecorator
Unwraps a value
unwrapValue(Object) - Method in class gnu.trove.decorator.TObjectIntHashMapDecorator
Unwraps a value
unwrapValue(Object) - Method in class gnu.trove.decorator.TObjectLongHashMapDecorator
Unwraps a value

V

val - Variable in class gnu.trove.THashMap.Entry
 
value() - Method in class gnu.trove.TDoubleDoubleIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in class gnu.trove.TDoubleFloatIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in class gnu.trove.TDoubleIntIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in class gnu.trove.TDoubleLongIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in class gnu.trove.TDoubleObjectIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in class gnu.trove.TFloatDoubleIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in class gnu.trove.TFloatFloatIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in class gnu.trove.TFloatIntIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in class gnu.trove.TFloatLongIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in class gnu.trove.TFloatObjectIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in class gnu.trove.TIntDoubleIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in class gnu.trove.TIntFloatIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in class gnu.trove.TIntIntIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in class gnu.trove.TIntLongIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in class gnu.trove.TIntObjectIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in class gnu.trove.TLongDoubleIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in class gnu.trove.TLongFloatIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in class gnu.trove.TLongIntIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in class gnu.trove.TLongLongIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in class gnu.trove.TLongObjectIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in class gnu.trove.TObjectDoubleIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in class gnu.trove.TObjectFloatIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in class gnu.trove.TObjectIntIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in class gnu.trove.TObjectLongIterator
Provides access to the value of the mapping at the iterator's position.
valueForEntry(Object) - Method in class gnu.trove.THashMap.EntryView
 
values() - Method in class gnu.trove.THashMap
Returns a view on the values of the map.

W

wrap(double) - Method in class gnu.trove.decorator.TDoubleHashSetDecorator
Wraps a value
wrap(float) - Method in class gnu.trove.decorator.TFloatHashSetDecorator
Wraps a value
wrap(int) - Method in class gnu.trove.decorator.TIntHashSetDecorator
Wraps a value
wrap(long) - Method in class gnu.trove.decorator.TLongHashSetDecorator
Wraps a value
wrapKey(double) - Method in class gnu.trove.decorator.TDoubleDoubleHashMapDecorator
Wraps a key
wrapKey(double) - Method in class gnu.trove.decorator.TDoubleFloatHashMapDecorator
Wraps a key
wrapKey(double) - Method in class gnu.trove.decorator.TDoubleIntHashMapDecorator
Wraps a key
wrapKey(double) - Method in class gnu.trove.decorator.TDoubleLongHashMapDecorator
Wraps a key
wrapKey(double) - Method in class gnu.trove.decorator.TDoubleObjectHashMapDecorator
Wraps a key
wrapKey(float) - Method in class gnu.trove.decorator.TFloatDoubleHashMapDecorator
Wraps a key
wrapKey(float) - Method in class gnu.trove.decorator.TFloatFloatHashMapDecorator
Wraps a key
wrapKey(float) - Method in class gnu.trove.decorator.TFloatIntHashMapDecorator
Wraps a key
wrapKey(float) - Method in class gnu.trove.decorator.TFloatLongHashMapDecorator
Wraps a key
wrapKey(float) - Method in class gnu.trove.decorator.TFloatObjectHashMapDecorator
Wraps a key
wrapKey(int) - Method in class gnu.trove.decorator.TIntDoubleHashMapDecorator
Wraps a key
wrapKey(int) - Method in class gnu.trove.decorator.TIntFloatHashMapDecorator
Wraps a key
wrapKey(int) - Method in class gnu.trove.decorator.TIntIntHashMapDecorator
Wraps a key
wrapKey(int) - Method in class gnu.trove.decorator.TIntLongHashMapDecorator
Wraps a key
wrapKey(int) - Method in class gnu.trove.decorator.TIntObjectHashMapDecorator
Wraps a key
wrapKey(long) - Method in class gnu.trove.decorator.TLongDoubleHashMapDecorator
Wraps a key
wrapKey(long) - Method in class gnu.trove.decorator.TLongFloatHashMapDecorator
Wraps a key
wrapKey(long) - Method in class gnu.trove.decorator.TLongIntHashMapDecorator
Wraps a key
wrapKey(long) - Method in class gnu.trove.decorator.TLongLongHashMapDecorator
Wraps a key
wrapKey(long) - Method in class gnu.trove.decorator.TLongObjectHashMapDecorator
Wraps a key
wrapKey(Object) - Method in class gnu.trove.decorator.TObjectDoubleHashMapDecorator
Wraps a key
wrapKey(Object) - Method in class gnu.trove.decorator.TObjectFloatHashMapDecorator
Wraps a key
wrapKey(Object) - Method in class gnu.trove.decorator.TObjectIntHashMapDecorator
Wraps a key
wrapKey(Object) - Method in class gnu.trove.decorator.TObjectLongHashMapDecorator
Wraps a key
wrapValue(double) - Method in class gnu.trove.decorator.TDoubleDoubleHashMapDecorator
Wraps a value
wrapValue(float) - Method in class gnu.trove.decorator.TDoubleFloatHashMapDecorator
Wraps a value
wrapValue(int) - Method in class gnu.trove.decorator.TDoubleIntHashMapDecorator
Wraps a value
wrapValue(long) - Method in class gnu.trove.decorator.TDoubleLongHashMapDecorator
Wraps a value
wrapValue(Object) - Method in class gnu.trove.decorator.TDoubleObjectHashMapDecorator
Wraps a value
wrapValue(double) - Method in class gnu.trove.decorator.TFloatDoubleHashMapDecorator
Wraps a value
wrapValue(float) - Method in class gnu.trove.decorator.TFloatFloatHashMapDecorator
Wraps a value
wrapValue(int) - Method in class gnu.trove.decorator.TFloatIntHashMapDecorator
Wraps a value
wrapValue(long) - Method in class gnu.trove.decorator.TFloatLongHashMapDecorator
Wraps a value
wrapValue(Object) - Method in class gnu.trove.decorator.TFloatObjectHashMapDecorator
Wraps a value
wrapValue(double) - Method in class gnu.trove.decorator.TIntDoubleHashMapDecorator
Wraps a value
wrapValue(float) - Method in class gnu.trove.decorator.TIntFloatHashMapDecorator
Wraps a value
wrapValue(int) - Method in class gnu.trove.decorator.TIntIntHashMapDecorator
Wraps a value
wrapValue(long) - Method in class gnu.trove.decorator.TIntLongHashMapDecorator
Wraps a value
wrapValue(Object) - Method in class gnu.trove.decorator.TIntObjectHashMapDecorator
Wraps a value
wrapValue(double) - Method in class gnu.trove.decorator.TLongDoubleHashMapDecorator
Wraps a value
wrapValue(float) - Method in class gnu.trove.decorator.TLongFloatHashMapDecorator
Wraps a value
wrapValue(int) - Method in class gnu.trove.decorator.TLongIntHashMapDecorator
Wraps a value
wrapValue(long) - Method in class gnu.trove.decorator.TLongLongHashMapDecorator
Wraps a value
wrapValue(Object) - Method in class gnu.trove.decorator.TLongObjectHashMapDecorator
Wraps a value
wrapValue(double) - Method in class gnu.trove.decorator.TObjectDoubleHashMapDecorator
Wraps a value
wrapValue(float) - Method in class gnu.trove.decorator.TObjectFloatHashMapDecorator
Wraps a value
wrapValue(int) - Method in class gnu.trove.decorator.TObjectIntHashMapDecorator
Wraps a value
wrapValue(long) - Method in class gnu.trove.decorator.TObjectLongHashMapDecorator
Wraps a value
writeObject(ObjectOutputStream) - Method in class gnu.trove.TDoubleDoubleHashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TDoubleFloatHashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TDoubleHashSet
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TDoubleIntHashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TDoubleLongHashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TDoubleObjectHashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TFloatDoubleHashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TFloatFloatHashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TFloatHashSet
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TFloatIntHashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TFloatLongHashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TFloatObjectHashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.THashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.THashSet
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TIntArrayList
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TIntDoubleHashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TIntFloatHashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TIntHashSet
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TIntIntHashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TIntLongHashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TIntObjectHashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TLongDoubleHashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TLongFloatHashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TLongHashSet
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TLongIntHashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TLongLongHashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TLongObjectHashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TObjectDoubleHashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TObjectFloatHashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TObjectIntHashMap
 
writeObject(ObjectOutputStream) - Method in class gnu.trove.TObjectLongHashMap
 

X

XMLReporter - Class in gnu.trove.benchmark
Created: Thu Nov 22 20:49:24 2001
XMLReporter() - Constructor for class gnu.trove.benchmark.XMLReporter
 
XMLReporter(PrintWriter) - Constructor for class gnu.trove.benchmark.XMLReporter
 

_

_count - Variable in class gnu.trove.benchmark.Repeater
 
_data - Variable in class gnu.trove.TDoubleArrayList
the data of the list
_data - Variable in class gnu.trove.TFloatArrayList
the data of the list
_data - Variable in class gnu.trove.TIntArrayList
the data of the list
_data - Variable in class gnu.trove.TLongArrayList
the data of the list
_expectedSize - Variable in class gnu.trove.TIterator
the number of elements this iterator believes are in the data structure it accesses.
_free - Variable in class gnu.trove.THash
the current number of free slots in the hash.
_hash - Variable in class gnu.trove.TDoubleIterator
the collection on which the iterator operates
_hash - Variable in class gnu.trove.TFloatIterator
the collection on which the iterator operates
_hash - Variable in class gnu.trove.THashIterator
 
_hash - Variable in class gnu.trove.TIntIterator
the collection on which the iterator operates
_hash - Variable in class gnu.trove.TIterator
the data structure this iterator traverses
_hash - Variable in class gnu.trove.TLongIterator
the collection on which the iterator operates
_hash - Variable in class gnu.trove.TPrimitiveIterator
the collection on which this iterator operates.
_hashingStrategy - Variable in class gnu.trove.TDoubleHash
strategy used to hash values in this collection
_hashingStrategy - Variable in class gnu.trove.TFloatHash
strategy used to hash values in this collection
_hashingStrategy - Variable in class gnu.trove.TIntHash
strategy used to hash values in this collection
_hashingStrategy - Variable in class gnu.trove.TLongHash
strategy used to hash values in this collection
_hashingStrategy - Variable in class gnu.trove.TObjectHash
the strategy used to hash objects in this collection.
_head - Variable in class gnu.trove.TLinkedList
the head of the list
_index - Variable in class gnu.trove.TIterator
the index used for iteration.
_lastReturned - Variable in class gnu.trove.TLinkedList.IteratorImpl
 
_list - Variable in class gnu.trove.TIntStack
the list used to hold the stack values.
_loadFactor - Variable in class gnu.trove.THash
Determines how full the internal table can become before rehashing is required.
_map - Variable in class gnu.trove.decorator.TDoubleDoubleHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.decorator.TDoubleFloatHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.decorator.TDoubleIntHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.decorator.TDoubleLongHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.decorator.TDoubleObjectHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.decorator.TFloatDoubleHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.decorator.TFloatFloatHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.decorator.TFloatIntHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.decorator.TFloatLongHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.decorator.TFloatObjectHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.decorator.TIntDoubleHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.decorator.TIntFloatHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.decorator.TIntIntHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.decorator.TIntLongHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.decorator.TIntObjectHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.decorator.TLongDoubleHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.decorator.TLongFloatHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.decorator.TLongIntHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.decorator.TLongLongHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.decorator.TLongObjectHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.decorator.TObjectDoubleHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.decorator.TObjectFloatHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.decorator.TObjectIntHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.decorator.TObjectLongHashMapDecorator
the wrapped primitive map
_map - Variable in class gnu.trove.TDoubleDoubleIterator
the collection being iterated over
_map - Variable in class gnu.trove.TDoubleFloatIterator
the collection being iterated over
_map - Variable in class gnu.trove.TDoubleIntIterator
the collection being iterated over
_map - Variable in class gnu.trove.TDoubleLongIterator
the collection being iterated over
_map - Variable in class gnu.trove.TDoubleObjectIterator
the collection being iterated over
_map - Variable in class gnu.trove.TFloatDoubleIterator
the collection being iterated over
_map - Variable in class gnu.trove.TFloatFloatIterator
the collection being iterated over
_map - Variable in class gnu.trove.TFloatIntIterator
the collection being iterated over
_map - Variable in class gnu.trove.TFloatLongIterator
the collection being iterated over
_map - Variable in class gnu.trove.TFloatObjectIterator
the collection being iterated over
_map - Variable in class gnu.trove.TIntDoubleIterator
the collection being iterated over
_map - Variable in class gnu.trove.TIntFloatIterator
the collection being iterated over
_map - Variable in class gnu.trove.TIntIntIterator
the collection being iterated over
_map - Variable in class gnu.trove.TIntLongIterator
the collection being iterated over
_map - Variable in class gnu.trove.TIntObjectIterator
the collection being iterated over
_map - Variable in class gnu.trove.TLongDoubleIterator
the collection being iterated over
_map - Variable in class gnu.trove.TLongFloatIterator
the collection being iterated over
_map - Variable in class gnu.trove.TLongIntIterator
the collection being iterated over
_map - Variable in class gnu.trove.TLongLongIterator
the collection being iterated over
_map - Variable in class gnu.trove.TLongObjectIterator
the collection being iterated over
_map - Variable in class gnu.trove.TObjectDoubleIterator
 
_map - Variable in class gnu.trove.TObjectFloatIterator
 
_map - Variable in class gnu.trove.TObjectIntIterator
 
_map - Variable in class gnu.trove.TObjectLongIterator
 
_maxSize - Variable in class gnu.trove.THash
The maximum number of elements allowed without allocating more space.
_next - Variable in class gnu.trove.TLinkableAdaptor
 
_next - Variable in class gnu.trove.TLinkedList.IteratorImpl
 
_nextIndex - Variable in class gnu.trove.TLinkedList.IteratorImpl
 
_objectHash - Variable in class gnu.trove.TObjectHashIterator
 
_operation - Variable in class gnu.trove.benchmark.Repeater
 
_otherMap - Variable in class gnu.trove.TDoubleDoubleHashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.TDoubleFloatHashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.TDoubleIntHashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.TDoubleLongHashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.TDoubleObjectHashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.TFloatDoubleHashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.TFloatFloatHashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.TFloatIntHashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.TFloatLongHashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.TFloatObjectHashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.THashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.TIntDoubleHashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.TIntFloatHashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.TIntIntHashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.TIntLongHashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.TIntObjectHashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.TLongDoubleHashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.TLongFloatHashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.TLongIntHashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.TLongLongHashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.TLongObjectHashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.TObjectDoubleHashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.TObjectFloatHashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.TObjectIntHashMap.EqProcedure
 
_otherMap - Variable in class gnu.trove.TObjectLongHashMap.EqProcedure
 
_pos - Variable in class gnu.trove.TDoubleArrayList
the index after the last entry in the list
_pos - Variable in class gnu.trove.TFloatArrayList
the index after the last entry in the list
_pos - Variable in class gnu.trove.TIntArrayList
the index after the last entry in the list
_pos - Variable in class gnu.trove.TLongArrayList
the index after the last entry in the list
_previous - Variable in class gnu.trove.TLinkableAdaptor
 
_set - Variable in class gnu.trove.decorator.TDoubleHashSetDecorator
the wrapped primitive set
_set - Variable in class gnu.trove.decorator.TFloatHashSetDecorator
the wrapped primitive set
_set - Variable in class gnu.trove.decorator.TIntHashSetDecorator
the wrapped primitive set
_set - Variable in class gnu.trove.decorator.TLongHashSetDecorator
the wrapped primitive set
_set - Variable in class gnu.trove.TDoubleHash
the set of doubles
_set - Variable in class gnu.trove.TFloatHash
the set of floats
_set - Variable in class gnu.trove.TIntHash
the set of ints
_set - Variable in class gnu.trove.TLongHash
the set of longs
_set - Variable in class gnu.trove.TObjectHash
the set of Objects
_size - Variable in class gnu.trove.THash
the current number of occupied slots in the hash.
_size - Variable in class gnu.trove.TLinkedList
the number of elements in the list
_states - Variable in class gnu.trove.TPrimitiveHash
flags indicating whether each position in the hash is FREE, FULL, or REMOVED
_tail - Variable in class gnu.trove.TLinkedList
the tail of the list
_values - Variable in class gnu.trove.TDoubleDoubleHashMap
the values of the map
_values - Variable in class gnu.trove.TDoubleFloatHashMap
the values of the map
_values - Variable in class gnu.trove.TDoubleIntHashMap
the values of the map
_values - Variable in class gnu.trove.TDoubleLongHashMap
the values of the map
_values - Variable in class gnu.trove.TDoubleObjectHashMap
the values of the map
_values - Variable in class gnu.trove.TFloatDoubleHashMap
the values of the map
_values - Variable in class gnu.trove.TFloatFloatHashMap
the values of the map
_values - Variable in class gnu.trove.TFloatIntHashMap
the values of the map
_values - Variable in class gnu.trove.TFloatLongHashMap
the values of the map
_values - Variable in class gnu.trove.TFloatObjectHashMap
the values of the map
_values - Variable in class gnu.trove.THashMap
the values of the map
_values - Variable in class gnu.trove.TIntDoubleHashMap
the values of the map
_values - Variable in class gnu.trove.TIntFloatHashMap
the values of the map
_values - Variable in class gnu.trove.TIntIntHashMap
the values of the map
_values - Variable in class gnu.trove.TIntLongHashMap
the values of the map
_values - Variable in class gnu.trove.TIntObjectHashMap
the values of the map
_values - Variable in class gnu.trove.TLongDoubleHashMap
the values of the map
_values - Variable in class gnu.trove.TLongFloatHashMap
the values of the map
_values - Variable in class gnu.trove.TLongIntHashMap
the values of the map
_values - Variable in class gnu.trove.TLongLongHashMap
the values of the map
_values - Variable in class gnu.trove.TLongObjectHashMap
the values of the map
_values - Variable in class gnu.trove.TObjectDoubleHashMap
the values of the map
_values - Variable in class gnu.trove.TObjectFloatHashMap
the values of the map
_values - Variable in class gnu.trove.TObjectIntHashMap
the values of the map
_values - Variable in class gnu.trove.TObjectLongHashMap
the values of the map

A B C D E F G H I J K L M N O P R S T U V W X _