Skip navigation links
A B C D E F G H I J K L M N P R S T V _ 

A

add(byte) - Method in class gnu.trove.TByteArrayList
Deprecated.
Adds val to the end of the list, growing as needed.
add(byte[]) - Method in class gnu.trove.TByteArrayList
Deprecated.
Adds the values in the array vals to the end of the list, in order.
add(byte[], int, int) - Method in class gnu.trove.TByteArrayList
Deprecated.
Adds a subset of the values in the array vals to the end of the list, in order.
add(E) - Method in class gnu.trove.THashSet
Deprecated.
Inserts a value into the set.
add(int) - Method in class gnu.trove.TIntArrayList
Deprecated.
Adds val to the end of the list, growing as needed.
add(int[]) - Method in class gnu.trove.TIntArrayList
Deprecated.
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
Deprecated.
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
Deprecated.
Inserts a value into the set.
add(long) - Method in class gnu.trove.TLongArrayList
Deprecated.
Adds val to the end of the list, growing as needed.
add(long[]) - Method in class gnu.trove.TLongArrayList
Deprecated.
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
Deprecated.
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
Deprecated.
Inserts a value into the set.
addAll(Collection<? extends E>) - Method in class gnu.trove.THashSet
Deprecated.
Adds all of the elements in collection to the set.
addAll(int[]) - Method in class gnu.trove.TIntHashSet
Deprecated.
Adds all of the elements in array to the set.
addAll(long[]) - Method in class gnu.trove.TLongHashSet
Deprecated.
Adds all of the elements in array to the set.
adjustValue(int, int) - Method in class gnu.trove.TIntIntHashMap
Deprecated.
Adjusts the primitive value mapped to key.
adjustValue(int, long) - Method in class gnu.trove.TIntLongHashMap
Deprecated.
Adjusts the primitive value mapped to key.
adjustValue(long, int) - Method in class gnu.trove.TLongIntHashMap
Deprecated.
Adjusts the primitive value mapped to key.
adjustValue(K, int) - Method in class gnu.trove.TObjectIntHashMap
Deprecated.
Adjusts the primitive value mapped to key.
adjustValue(K, long) - Method in class gnu.trove.TObjectLongHashMap
Deprecated.
Adjusts the primitive value mapped to key.
advance() - Method in class gnu.trove.TIntIntIterator
Deprecated.
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.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(byte) - Method in class gnu.trove.TByteArrayList
Deprecated.
Performs a binary search for value in the entire list.
binarySearch(byte, int, int) - Method in class gnu.trove.TByteArrayList
Deprecated.
Performs a binary search for value in the specified range.
binarySearch(int) - Method in class gnu.trove.TIntArrayList
Deprecated.
Performs a binary search for value in the entire list.
binarySearch(int, int, int) - Method in class gnu.trove.TIntArrayList
Deprecated.
Performs a binary search for value in the specified range.
binarySearch(long) - Method in class gnu.trove.TLongArrayList
Deprecated.
Performs a binary search for value in the entire list.
binarySearch(long, int, int) - Method in class gnu.trove.TLongArrayList
Deprecated.
Performs a binary search for value in the specified range.

C

calculateGrownCapacity() - Method in class gnu.trove.THash
 
CANONICAL - Static variable in interface gnu.trove.Equality
 
CANONICAL - Static variable in interface gnu.trove.TObjectHashingStrategy
Deprecated.
capacity() - Method in class gnu.trove.THash
 
capacity() - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
Returns the capacity of the hash table.
capacity() - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
Returns the capacity of the hash table.
capacity() - Method in class gnu.trove.TObjectHash
 
capacity() - Method in class gnu.trove.TPrimitiveHash
Deprecated.
Returns the capacity of the hash table.
clear() - Method in class gnu.trove.TByteArrayList
Deprecated.
Flushes the internal state of the list, resetting the capacity to the default.
clear(int) - Method in class gnu.trove.TByteArrayList
Deprecated.
Flushes the internal state of the list, setting the capacity of the empty list to capacity.
clear() - Method in class gnu.trove.THash
Empties the collection.
clear() - Method in class gnu.trove.THashMap
Deprecated.
Empties the map.
clear() - Method in class gnu.trove.THashSet
Deprecated.
Empties the set.
clear() - Method in class gnu.trove.TIntArrayList
Deprecated.
Flushes the internal state of the list, resetting the capacity to the default.
clear(int) - Method in class gnu.trove.TIntArrayList
Deprecated.
Flushes the internal state of the list, setting the capacity of the empty list to capacity.
clear() - Method in class gnu.trove.TIntHashSet
Deprecated.
Empties the set.
clear() - Method in class gnu.trove.TIntIntHashMap
Deprecated.
Empties the map.
clear() - Method in class gnu.trove.TIntLongHashMap
Deprecated.
Empties the map.
clear() - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
Empties the map.
clear() - Method in class gnu.trove.TIntStack
Deprecated.
Clears the stack, reseting its capacity to the default.
clear() - Method in class gnu.trove.TLongArrayList
Deprecated.
Flushes the internal state of the list, resetting the capacity to the default.
clear(int) - Method in class gnu.trove.TLongArrayList
Deprecated.
Flushes the internal state of the list, setting the capacity of the empty list to capacity.
clear() - Method in class gnu.trove.TLongHashSet
Deprecated.
Empties the set.
clear() - Method in class gnu.trove.TLongIntHashMap
Deprecated.
Empties the map.
clear() - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
Empties the map.
clear() - Method in class gnu.trove.TObjectIntHashMap
Deprecated.
Empties the map.
clear() - Method in class gnu.trove.TObjectLongHashMap
Deprecated.
Empties the map.
clone() - Method in class gnu.trove.TByteArrayList
Deprecated.
Returns a clone of this list.
clone() - Method in class gnu.trove.THash
 
clone() - Method in class gnu.trove.THashMap
Deprecated.
 
clone() - Method in class gnu.trove.TIntArrayList
Deprecated.
Returns a clone of this list.
clone() - Method in class gnu.trove.TIntHash
 
clone() - Method in class gnu.trove.TIntIntHashMap
Deprecated.
 
clone() - Method in class gnu.trove.TIntLongHashMap
Deprecated.
 
clone() - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
 
clone() - Method in class gnu.trove.TLongArrayList
Deprecated.
Returns a clone of this list.
clone() - Method in class gnu.trove.TLongHash
 
clone() - Method in class gnu.trove.TLongIntHashMap
Deprecated.
 
clone() - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
 
clone() - Method in class gnu.trove.TObjectHash
 
clone() - Method in class gnu.trove.TPrimitiveHash
Deprecated.
 
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.
computeHashCode(byte) - Method in interface gnu.trove.TByteHashingStrategy
Computes a hash code for the specified byte.
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(int) - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
Default implementation of TIntHashingStrategy: delegates hashing to HashFunctions.hash(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(long) - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
Default implementation of TLongHashingStrategy: delegates hashing to HashFunctions.hash(long).
computeHashCode(T) - Method in class gnu.trove.TObjectHash
This is the default implementation of TObjectHashingStrategy: it delegates hashing to the Object's hashCode method.
computeHashCode(T) - Method in interface gnu.trove.TObjectHashingStrategy
Computes a hash code for the specified object.
contains(byte) - Method in class gnu.trove.TByteArrayList
Deprecated.
Searches the list for value
contains(int) - Method in class gnu.trove.TIntArrayList
Deprecated.
Searches the list for value
contains(int) - Method in class gnu.trove.TIntHash
Searches the set for val
contains(int) - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
Searches the set for val
contains(long) - Method in class gnu.trove.TLongArrayList
Deprecated.
Searches the list for value
contains(long) - Method in class gnu.trove.TLongHash
Searches the set for val
contains(long) - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
Searches the set for val
contains(Object) - Method in class gnu.trove.TObjectHash
Searches the set for obj
containsAll(Collection<?>) - Method in class gnu.trove.THashSet
Deprecated.
Tests the set to determine if all of the elements in collection are present.
containsAll(int[]) - Method in class gnu.trove.TIntHashSet
Deprecated.
Tests the set to determine if all of the elements in array are present.
containsAll(long[]) - Method in class gnu.trove.TLongHashSet
Deprecated.
Tests the set to determine if all of the elements in array are present.
containsElement(Map.Entry<K, V>) - Method in class gnu.trove.THashMap.EntryView
Deprecated.
 
containsElement(K) - Method in class gnu.trove.THashMap.KeyView
Deprecated.
 
containsElement(V) - Method in class gnu.trove.THashMap.ValueView
Deprecated.
 
containsKey(Object) - Method in class gnu.trove.THashMap
Deprecated.
checks for the present of key in the keys of the map.
containsKey(int) - Method in class gnu.trove.TIntIntHashMap
Deprecated.
checks for the present of key in the keys of the map.
containsKey(int) - Method in class gnu.trove.TIntLongHashMap
Deprecated.
checks for the present of key in the keys of the map.
containsKey(int) - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
checks for the present of key in the keys of the map.
containsKey(long) - Method in class gnu.trove.TLongIntHashMap
Deprecated.
checks for the present of key in the keys of the map.
containsKey(long) - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
checks for the present of key in the keys of the map.
containsKey(K) - Method in class gnu.trove.TObjectIntHashMap
Deprecated.
checks for the present of key in the keys of the map.
containsKey(K) - Method in class gnu.trove.TObjectLongHashMap
Deprecated.
checks for the present of key in the keys of the map.
containsValue(Object) - Method in class gnu.trove.THashMap
Deprecated.
checks for the presence of val in the values of the map.
containsValue(int) - Method in class gnu.trove.TIntIntHashMap
Deprecated.
checks for the presence of val in the values of the map.
containsValue(long) - Method in class gnu.trove.TIntLongHashMap
Deprecated.
checks for the presence of val in the values of the map.
containsValue(V) - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
checks for the presence of val in the values of the map.
containsValue(int) - Method in class gnu.trove.TLongIntHashMap
Deprecated.
checks for the presence of val in the values of the map.
containsValue(V) - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
checks for the presence of val in the values of the map.
containsValue(int) - Method in class gnu.trove.TObjectIntHashMap
Deprecated.
checks for the presence of val in the values of the map.
containsValue(long) - Method in class gnu.trove.TObjectLongHashMap
Deprecated.
checks for the presence of val in the values of the map.

D

DEFAULT_CAPACITY - Static variable in class gnu.trove.TByteArrayList
Deprecated.
the default capacity for new lists
DEFAULT_CAPACITY - Static variable in class gnu.trove.TIntStack
Deprecated.
 
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.

E

EMPTY_OBJECT_ARRAY - Static variable in class gnu.trove.THash
 
ensureCapacity(int) - Method in class gnu.trove.TByteArrayList
Deprecated.
Grow the internal array as needed to accommodate 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
Deprecated.
Grow the internal array as needed to accommodate the specified number of elements.
ensureCapacity(int) - Method in class gnu.trove.TLongArrayList
Deprecated.
Grow the internal array as needed to accommodate the specified number of elements.
entrySet() - Method in class gnu.trove.THashMap
Deprecated.
Returns a Set view on the entries of the map.
Equality<T> - Interface in gnu.trove
 
equals(T, T) - Method in interface gnu.trove.Equality
 
equals(Object) - Method in class gnu.trove.TByteArrayList
Deprecated.
Compares this list to another list, value by value.
equals(Object) - Method in class gnu.trove.THashMap
Deprecated.
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.THashSet
Deprecated.
 
equals(Object) - Method in class gnu.trove.TIntArrayList
Deprecated.
Compares this list to another list, value by value.
equals(Object) - Method in class gnu.trove.TIntHashSet
Deprecated.
Compares this set with another set for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TIntIntHashMap
Deprecated.
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TIntLongHashMap
Deprecated.
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TIntStack
Deprecated.
 
equals(Object) - Method in class gnu.trove.TLongArrayList
Deprecated.
Compares this list to another list, value by value.
equals(Object) - Method in class gnu.trove.TLongHashSet
Deprecated.
Compares this set with another set for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TLongIntHashMap
Deprecated.
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
Compares this map with another map for equality of their stored entries.
equals(T, T) - 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(T, T) - Method in interface gnu.trove.TObjectHashingStrategy
Compares o1 and o2 for equality.
equals(Object) - Method in class gnu.trove.TObjectIntHashMap
Deprecated.
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.TObjectLongHashMap
Deprecated.
Compares this map with another map for equality of their stored entries.
execute(byte) - Method in interface gnu.trove.TByteFunction
Execute this function with value
execute(byte) - Method in interface gnu.trove.TByteProcedure
Executes this procedure.
execute(int) - Method in interface gnu.trove.TIntFunction
Execute this function with value
execute(int, int) - Method in interface gnu.trove.TIntIntProcedure
Executes this procedure.
execute(int, long) - Method in interface gnu.trove.TIntLongProcedure
Executes this procedure.
execute(int, V) - Method in interface gnu.trove.TIntObjectProcedure
Executes this procedure.
execute(int) - Method in interface gnu.trove.TIntProcedure
Executes this procedure.
execute(long) - Method in interface gnu.trove.TLongFunction
Execute this function with value
execute(long, int) - Method in interface gnu.trove.TLongIntProcedure
Executes this procedure.
execute(long, V) - Method in interface gnu.trove.TLongObjectProcedure
Executes this procedure.
execute(long) - Method in interface gnu.trove.TLongProcedure
Executes this procedure.
execute(T) - Method in interface gnu.trove.TObjectFunction
Execute this function with value
execute(K, int) - Method in interface gnu.trove.TObjectIntProcedure
Executes this procedure.
execute(K, long) - Method in interface gnu.trove.TObjectLongProcedure
Executes this procedure.
execute(K, V) - Method in interface gnu.trove.TObjectObjectProcedure
Executes this procedure.
execute(T) - Method in interface gnu.trove.TObjectProcedure
Executes this procedure.

F

fill(byte) - Method in class gnu.trove.TByteArrayList
Deprecated.
Fills every slot in the list with the specified value.
fill(int, int, byte) - Method in class gnu.trove.TByteArrayList
Deprecated.
Fills a range in the list with the specified value.
fill(int) - Method in class gnu.trove.TIntArrayList
Deprecated.
Fills every slot in the list with the specified value.
fill(int, int, int) - Method in class gnu.trove.TIntArrayList
Deprecated.
Fills a range in the list with the specified value.
fill(long) - Method in class gnu.trove.TLongArrayList
Deprecated.
Fills every slot in the list with the specified value.
fill(int, int, long) - Method in class gnu.trove.TLongArrayList
Deprecated.
Fills a range in the list with the specified value.
forEach(TByteProcedure) - Method in class gnu.trove.TByteArrayList
Deprecated.
Applies the procedure to each value in the list in ascending (front to back) order.
forEach(TIntProcedure) - Method in class gnu.trove.TIntArrayList
Deprecated.
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(TIntProcedure) - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
Executes procedure for each element in the set.
forEach(TLongProcedure) - Method in class gnu.trove.TLongArrayList
Deprecated.
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(TLongProcedure) - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
Executes procedure for each element in the set.
forEach(TObjectProcedure<T>) - Method in class gnu.trove.TObjectHash
Executes procedure for each element in the set.
forEachDescending(TByteProcedure) - Method in class gnu.trove.TByteArrayList
Deprecated.
Applies the procedure to each value in the list in descending (back to front) order.
forEachDescending(TIntProcedure) - Method in class gnu.trove.TIntArrayList
Deprecated.
Applies the procedure to each value in the list in descending (back to front) order.
forEachDescending(TLongProcedure) - Method in class gnu.trove.TLongArrayList
Deprecated.
Applies the procedure to each value in the list in descending (back to front) order.
forEachEntry(TObjectObjectProcedure<K, V>) - Method in class gnu.trove.THashMap
Deprecated.
Executes procedure for each key/value entry in the map.
forEachEntry(TIntIntProcedure) - Method in class gnu.trove.TIntIntHashMap
Deprecated.
Executes procedure for each key/value entry in the map.
forEachEntry(TIntLongProcedure) - Method in class gnu.trove.TIntLongHashMap
Deprecated.
Executes procedure for each key/value entry in the map.
forEachEntry(TIntObjectProcedure<V>) - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
Executes procedure for each key/value entry in the map.
forEachEntry(TLongIntProcedure) - Method in class gnu.trove.TLongIntHashMap
Deprecated.
Executes procedure for each key/value entry in the map.
forEachEntry(TLongObjectProcedure<V>) - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
Executes procedure for each key/value entry in the map.
forEachEntry(TObjectIntProcedure<K>) - Method in class gnu.trove.TObjectIntHashMap
Deprecated.
Executes procedure for each key/value entry in the map.
forEachEntry(TObjectLongProcedure<K>) - Method in class gnu.trove.TObjectLongHashMap
Deprecated.
Executes procedure for each key/value entry in the map.
forEachKey(TIntProcedure) - Method in class gnu.trove.TIntIntHashMap
Deprecated.
Executes procedure for each key in the map.
forEachKey(TLongProcedure) - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
Executes procedure for each key in the map.
forEachKey(TObjectProcedure<K>) - Method in class gnu.trove.TObjectIntHashMap
Deprecated.
Executes procedure for each key in the map.
forEachKey(TObjectProcedure<K>) - Method in class gnu.trove.TObjectLongHashMap
Deprecated.
Executes procedure for each key in the map.
forEachValue(TObjectProcedure<V>) - Method in class gnu.trove.THashMap
Deprecated.
Executes procedure for each value in the map.
forEachValue(TIntProcedure) - Method in class gnu.trove.TIntIntHashMap
Deprecated.
Executes procedure for each value in the map.
forEachValue(TLongProcedure) - Method in class gnu.trove.TIntLongHashMap
Deprecated.
Executes procedure for each value in the map.
forEachValue(TObjectProcedure<V>) - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
Executes procedure for each value in the map.
forEachValue(TIntProcedure) - Method in class gnu.trove.TLongIntHashMap
Deprecated.
Executes procedure for each value in the map.
forEachValue(TObjectProcedure<V>) - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
Executes procedure for each value in the map.
forEachValue(TIntProcedure) - Method in class gnu.trove.TObjectIntHashMap
Deprecated.
Executes procedure for each value in the map.
forEachValue(TLongProcedure) - Method in class gnu.trove.TObjectLongHashMap
Deprecated.
Executes procedure for each value in the map.
FREE - Static variable in class gnu.trove.TPrimitiveHash
Deprecated.
flag indicating that a slot in the hashtable is available
FULL - Static variable in class gnu.trove.TPrimitiveHash
Deprecated.
flag indicating that a slot in the hashtable is occupied

G

get(int) - Method in class gnu.trove.TByteArrayList
Deprecated.
Returns the value at the specified offset.
get(Object) - Method in class gnu.trove.THashMap
Deprecated.
retrieves the value for key
get(int) - Method in class gnu.trove.TIntArrayList
Deprecated.
Returns the value at the specified offset.
get(int) - Method in class gnu.trove.TIntIntHashMap
Deprecated.
retrieves the value for key
get(int) - Method in class gnu.trove.TIntLongHashMap
Deprecated.
retrieves the value for key
get(int) - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
retrieves the value for key
get(int) - Method in class gnu.trove.TLongArrayList
Deprecated.
Returns the value at the specified offset.
get(long) - Method in class gnu.trove.TLongIntHashMap
Deprecated.
retrieves the value for key
get(long) - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
retrieves the value for key
get(K) - Method in class gnu.trove.TObjectIntHashMap
Deprecated.
retrieves the value for key
get(K) - Method in class gnu.trove.TObjectLongHashMap
Deprecated.
retrieves the value for key
getQuick(int) - Method in class gnu.trove.TByteArrayList
Deprecated.
Returns the value at the specified offset without doing any bounds checking.
getQuick(int) - Method in class gnu.trove.TIntArrayList
Deprecated.
Returns the value at the specified offset without doing any bounds checking.
getQuick(int) - Method in class gnu.trove.TLongArrayList
Deprecated.
Returns the value at the specified offset without doing any bounds checking.
getSet(int, byte) - Method in class gnu.trove.TByteArrayList
Deprecated.
Sets the value at the specified offset and returns the previously stored value.
getSet(int, int) - Method in class gnu.trove.TIntArrayList
Deprecated.
Sets the value at the specified offset and returns the previously stored value.
getSet(int, long) - Method in class gnu.trove.TLongArrayList
Deprecated.
Sets the value at the specified offset and returns the previously stored value.
getValues() - Method in class gnu.trove.TIntIntHashMap
Deprecated.
Returns the values of the map.
getValues() - Method in class gnu.trove.TIntLongHashMap
Deprecated.
Returns the values of the map.
getValues() - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
Returns the values of the map.
getValues() - Method in class gnu.trove.TLongIntHashMap
Deprecated.
Returns the values of the map.
getValues() - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
Returns the values of the map.
getValues() - Method in class gnu.trove.TObjectIntHashMap
Deprecated.
Returns the values of the map.
getValues() - Method in class gnu.trove.TObjectLongHashMap
Deprecated.
Returns the values of the map.
gnu.trove - package gnu.trove
 
grep(TByteProcedure) - Method in class gnu.trove.TByteArrayList
Deprecated.
Searches the list for values satisfying condition in the manner of the *nix grep utility.
grep(TIntProcedure) - Method in class gnu.trove.TIntArrayList
Deprecated.
Searches the list for values satisfying condition in the manner of the *nix grep utility.
grep(TLongProcedure) - Method in class gnu.trove.TLongArrayList
Deprecated.
Searches the list for values satisfying condition in the manner of the *nix grep utility.

H

hashCode() - Method in class gnu.trove.TByteArrayList
Deprecated.
 
hashCode() - Method in class gnu.trove.THashMap
Deprecated.
 
hashCode() - Method in class gnu.trove.THashSet
Deprecated.
 
hashCode() - Method in class gnu.trove.TIntArrayList
Deprecated.
 
hashCode() - Method in class gnu.trove.TIntHashSet
Deprecated.
 
hashCode() - Method in class gnu.trove.TIntIntHashMap
Deprecated.
 
hashCode() - Method in class gnu.trove.TIntLongHashMap
Deprecated.
 
hashCode() - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
 
hashCode() - Method in class gnu.trove.TIntStack
Deprecated.
 
hashCode() - Method in class gnu.trove.TLongArrayList
Deprecated.
 
hashCode() - Method in class gnu.trove.TLongHashSet
Deprecated.
 
hashCode() - Method in class gnu.trove.TLongIntHashMap
Deprecated.
 
hashCode() - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
 
hashCode() - Method in class gnu.trove.TObjectIntHashMap
Deprecated.
 
hashCode() - Method in class gnu.trove.TObjectLongHashMap
Deprecated.
 

I

IDENTITY - Static variable in interface gnu.trove.Equality
 
increment(int) - Method in class gnu.trove.TIntIntHashMap
Deprecated.
Increments the primitive value mapped to key by 1
increment(int) - Method in class gnu.trove.TIntLongHashMap
Deprecated.
Increments the primitive value mapped to key by 1
increment(long) - Method in class gnu.trove.TLongIntHashMap
Deprecated.
Increments the primitive value mapped to key by 1
increment(K) - Method in class gnu.trove.TObjectIntHashMap
Deprecated.
Increments the primitive value mapped to key by 1
increment(K) - Method in class gnu.trove.TObjectLongHashMap
Deprecated.
Increments the primitive value mapped to key by 1
index(int) - Method in class gnu.trove.TIntHash
Locates the index of val.
index(int) - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
Locates the index of val.
index(long) - Method in class gnu.trove.TLongHash
Locates the index of val.
index(T) - Method in class gnu.trove.TObjectHash
Locates the index of obj.
indexOf(byte) - Method in class gnu.trove.TByteArrayList
Deprecated.
Searches the list front to back for the index of value.
indexOf(int, byte) - Method in class gnu.trove.TByteArrayList
Deprecated.
Searches the list front to back for the index of value, starting at offset.
indexOf(int) - Method in class gnu.trove.TIntArrayList
Deprecated.
Searches the list front to back for the index of value.
indexOf(int, int) - Method in class gnu.trove.TIntArrayList
Deprecated.
Searches the list front to back for the index of value, starting at offset.
indexOf(long) - Method in class gnu.trove.TLongArrayList
Deprecated.
Searches the list front to back for the index of value.
indexOf(int, long) - Method in class gnu.trove.TLongArrayList
Deprecated.
Searches the list front to back for the index of value, starting at offset.
insert(int, byte) - Method in class gnu.trove.TByteArrayList
Deprecated.
Inserts value into the list at offset.
insert(int, byte[]) - Method in class gnu.trove.TByteArrayList
Deprecated.
Inserts the array of values into the list at offset.
insert(int, byte[], int, int) - Method in class gnu.trove.TByteArrayList
Deprecated.
Inserts a slice of the array of values into the list at offset.
insert(int, int) - Method in class gnu.trove.TIntArrayList
Deprecated.
Inserts value into the list at offset.
insert(int, int[]) - Method in class gnu.trove.TIntArrayList
Deprecated.
Inserts the array of values into the list at offset.
insert(int, int[], int, int) - Method in class gnu.trove.TIntArrayList
Deprecated.
Inserts a slice of the array of values into the list at offset.
insert(int, long) - Method in class gnu.trove.TLongArrayList
Deprecated.
Inserts value into the list at offset.
insert(int, long[]) - Method in class gnu.trove.TLongArrayList
Deprecated.
Inserts the array of values into the list at offset.
insert(int, long[], int, int) - Method in class gnu.trove.TLongArrayList
Deprecated.
Inserts a slice of the array of values into the list at offset.
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(T) - Method in class gnu.trove.TObjectHash
Locates the index at which obj can be inserted.
inverseGrep(TByteProcedure) - Method in class gnu.trove.TByteArrayList
Deprecated.
Searches the list for values which do not satisfy condition.
inverseGrep(TIntProcedure) - Method in class gnu.trove.TIntArrayList
Deprecated.
Searches the list for values which do not satisfy condition.
inverseGrep(TLongProcedure) - Method in class gnu.trove.TLongArrayList
Deprecated.
Searches the list for values which do not satisfy condition.
isEmpty() - Method in class gnu.trove.TByteArrayList
Deprecated.
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.TIntArrayList
Deprecated.
Tests whether this list contains any values.
isEmpty() - Method in class gnu.trove.TLongArrayList
Deprecated.
Tests whether this list contains any values.
iterator() - Method in class gnu.trove.THashMap.EntryView
Deprecated.
 
iterator() - Method in class gnu.trove.THashMap.KeyView
Deprecated.
 
iterator() - Method in class gnu.trove.THashMap.ValueView
Deprecated.
 
iterator() - Method in class gnu.trove.THashSet
Deprecated.
Creates an iterator over the values of the set.
iterator() - Method in class gnu.trove.TIntHashSet
Deprecated.
 
iterator() - Method in class gnu.trove.TIntIntHashMap
Deprecated.
 
iterator() - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
 
iterator() - Method in class gnu.trove.TObjectIntHashMap
Deprecated.
 
iterator() - Method in class gnu.trove.TObjectLongHashMap
Deprecated.
 

J

JUST_CREATED_CAPACITY - Static variable in class gnu.trove.THash
 

K

key() - Method in class gnu.trove.TIntIntIterator
Deprecated.
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.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(Map.Entry<K, V>) - Method in class gnu.trove.THashMap.EntryView
Deprecated.
 
keys() - Method in class gnu.trove.TIntIntHashMap
Deprecated.
returns the keys of the map.
keys() - Method in class gnu.trove.TIntLongHashMap
Deprecated.
returns the keys of the map.
keys() - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
returns the keys of the map.
keys() - Method in class gnu.trove.TLongIntHashMap
Deprecated.
returns the keys of the map.
keys() - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
returns the keys of the map.
keys() - Method in class gnu.trove.TObjectIntHashMap
Deprecated.
returns the keys of the map.
keys() - Method in class gnu.trove.TObjectLongHashMap
Deprecated.
returns the keys of the map.
keySet() - Method in class gnu.trove.THashMap
Deprecated.
returns a Set view on the keys of the map.

L

lastIndexOf(byte) - Method in class gnu.trove.TByteArrayList
Deprecated.
Searches the list back to front for the last index of value.
lastIndexOf(int, byte) - Method in class gnu.trove.TByteArrayList
Deprecated.
Searches the list back to front for the last index of value, starting at offset.
lastIndexOf(int) - Method in class gnu.trove.TIntArrayList
Deprecated.
Searches the list back to front for the last index of value.
lastIndexOf(int, int) - Method in class gnu.trove.TIntArrayList
Deprecated.
Searches the list back to front for the last index of value, starting at offset.
lastIndexOf(long) - Method in class gnu.trove.TLongArrayList
Deprecated.
Searches the list back to front for the last index of value.
lastIndexOf(int, long) - Method in class gnu.trove.TLongArrayList
Deprecated.
Searches the list back to front for the last index of value, starting at offset.

M

max() - Method in class gnu.trove.TByteArrayList
Deprecated.
Finds the maximum value in the list.
max() - Method in class gnu.trove.TIntArrayList
Deprecated.
Finds the maximum value in the list.
max() - Method in class gnu.trove.TLongArrayList
Deprecated.
Finds the maximum value in the list.
min() - Method in class gnu.trove.TByteArrayList
Deprecated.
Finds the minimum value in the list.
min() - Method in class gnu.trove.TIntArrayList
Deprecated.
Finds the minimum value in the list.
min() - Method in class gnu.trove.TLongArrayList
Deprecated.
Finds the minimum value in the list.

N

next() - Method in class gnu.trove.TIntIterator
Deprecated.
Advances the iterator to the next element in the underlying collection and returns it.
nextIndex() - Method in class gnu.trove.TIntObjectIterator
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.
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).
NULL - Static variable in class gnu.trove.TObjectHash
 

P

peek() - Method in class gnu.trove.TIntStack
Deprecated.
Returns the value at the top of the stack.
pop() - Method in class gnu.trove.TIntStack
Deprecated.
Removes and returns the value at the top of the stack.
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.
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
Deprecated.
Pushes the value onto the top of the stack.
put(K, V) - Method in class gnu.trove.THashMap
Deprecated.
Inserts a key/value pair into the map.
put(int, int) - Method in class gnu.trove.TIntIntHashMap
Deprecated.
Inserts a key/value pair into the map.
put(int, long) - Method in class gnu.trove.TIntLongHashMap
Deprecated.
Inserts a key/value pair into the map.
put(int, V) - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
Inserts a key/value pair into the map.
put(long, int) - Method in class gnu.trove.TLongIntHashMap
Deprecated.
Inserts a key/value pair into the map.
put(long, V) - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
Inserts a key/value pair into the map.
put(K, int) - Method in class gnu.trove.TObjectIntHashMap
Deprecated.
Inserts a key/value pair into the map.
put(K, long) - Method in class gnu.trove.TObjectLongHashMap
Deprecated.
Inserts a key/value pair into the map.
putAll(Map<? extends K, ? extends V>) - Method in class gnu.trove.THashMap
Deprecated.
copies the key/value mappings in map into this map.

R

rehash(int) - Method in class gnu.trove.THash
Rehashes the set.
rehash(int) - Method in class gnu.trove.THashMap
Deprecated.
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.THashSet
Deprecated.
Expands the set to accomodate new values.
rehash(int) - Method in class gnu.trove.TIntHashSet
Deprecated.
Expands the set to accommodate new values.
rehash(int) - Method in class gnu.trove.TIntIntHashMap
Deprecated.
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TIntLongHashMap
Deprecated.
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TLongHashSet
Deprecated.
Expands the set to accommodate new values.
rehash(int) - Method in class gnu.trove.TLongIntHashMap
Deprecated.
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TObjectIntHashMap
Deprecated.
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.TObjectLongHashMap
Deprecated.
rehashes the map to the new capacity.
remove(int) - Method in class gnu.trove.TByteArrayList
Deprecated.
Removes the value at offset from the list.
remove(int, int) - Method in class gnu.trove.TByteArrayList
Deprecated.
Removes length values from the list, starting at offset
remove(Object) - Method in class gnu.trove.THashMap
Deprecated.
Deletes a key/value pair from the map.
remove(Object) - Method in class gnu.trove.THashSet
Deprecated.
Removes obj from the set.
remove(int) - Method in class gnu.trove.TIntArrayList
Deprecated.
Removes the value at offset from the list.
remove(int, int) - Method in class gnu.trove.TIntArrayList
Deprecated.
Removes length values from the list, starting at offset
remove(int) - Method in class gnu.trove.TIntHashSet
Deprecated.
Removes val from the set.
remove(int) - Method in class gnu.trove.TIntIntHashMap
Deprecated.
Deletes a key/value pair from the map.
remove(int) - Method in class gnu.trove.TIntLongHashMap
Deprecated.
Deletes a key/value pair from the map.
remove(int) - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
Deletes a key/value pair from the map.
remove(int) - Method in class gnu.trove.TLongArrayList
Deprecated.
Removes the value at offset from the list.
remove(int, int) - Method in class gnu.trove.TLongArrayList
Deprecated.
Removes length values from the list, starting at offset
remove(long) - Method in class gnu.trove.TLongHashSet
Deprecated.
Removes val from the set.
remove(long) - Method in class gnu.trove.TLongIntHashMap
Deprecated.
Deletes a key/value pair from the map.
remove(long) - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
Deletes a key/value pair from the map.
remove(K) - Method in class gnu.trove.TObjectIntHashMap
Deprecated.
Deletes a key/value pair from the map.
remove(K) - Method in class gnu.trove.TObjectLongHashMap
Deprecated.
Deletes a key/value pair from the map.
removeAll(Collection<?>) - Method in class gnu.trove.THashSet
Deprecated.
Removes all of the elements in collection from the set.
removeAll(int[]) - Method in class gnu.trove.TIntHashSet
Deprecated.
Removes all of the elements in array from the set.
removeAll(long[]) - Method in class gnu.trove.TLongHashSet
Deprecated.
Removes all of the elements in array from the set.
removeAt(int) - Method in class gnu.trove.THash
Delete the record at index.
removeAt(int) - Method in class gnu.trove.THashMap
Deprecated.
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
Deprecated.
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TIntLongHashMap
Deprecated.
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
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
Deprecated.
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TObjectHash
 
removeAt(int) - Method in class gnu.trove.TObjectIntHashMap
Deprecated.
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TObjectLongHashMap
Deprecated.
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.TPrimitiveHash
Deprecated.
Delete the record at index.
REMOVED - Static variable in class gnu.trove.TObjectHash
 
REMOVED - Static variable in class gnu.trove.TPrimitiveHash
Deprecated.
flag indicating that the value of a slot in the hashtable was deleted
removeElement(Map.Entry<K, V>) - Method in class gnu.trove.THashMap.EntryView
Deprecated.
 
removeElement(K) - Method in class gnu.trove.THashMap.KeyView
Deprecated.
 
removeElement(V) - Method in class gnu.trove.THashMap.ValueView
Deprecated.
 
reset() - Method in class gnu.trove.TByteArrayList
Deprecated.
Sets the size of the list to 0, but does not change its capacity.
reset() - Method in class gnu.trove.TIntArrayList
Deprecated.
Sets the size of the list to 0, but does not change its capacity.
reset() - Method in class gnu.trove.TIntStack
Deprecated.
Clears the stack without releasing its internal capacity allocation.
reset() - Method in class gnu.trove.TLongArrayList
Deprecated.
Sets the size of the list to 0, but does not change its capacity.
resetQuick() - Method in class gnu.trove.TByteArrayList
Deprecated.
Sets the size of the list to 0, but does not change its capacity.
resetQuick() - Method in class gnu.trove.TIntArrayList
Deprecated.
Sets the size of the list to 0, but does not change its capacity.
resetQuick() - Method in class gnu.trove.TLongArrayList
Deprecated.
Sets the size of the list to 0, but does not change its capacity.
retainAll(Collection<?>) - Method in class gnu.trove.THashSet
Deprecated.
Removes any values in the set which are not contained in collection.
retainAll(int[]) - Method in class gnu.trove.TIntHashSet
Deprecated.
Removes any values in the set which are not contained in array.
retainAll(long[]) - Method in class gnu.trove.TLongHashSet
Deprecated.
Removes any values in the set which are not contained in array.
retainEntries(TObjectObjectProcedure<K, V>) - Method in class gnu.trove.THashMap
Deprecated.
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TIntIntProcedure) - Method in class gnu.trove.TIntIntHashMap
Deprecated.
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TIntLongProcedure) - Method in class gnu.trove.TIntLongHashMap
Deprecated.
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TIntObjectProcedure<V>) - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TLongIntProcedure) - Method in class gnu.trove.TLongIntHashMap
Deprecated.
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TLongObjectProcedure<V>) - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TObjectIntProcedure<K>) - Method in class gnu.trove.TObjectIntHashMap
Deprecated.
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TObjectLongProcedure<K>) - Method in class gnu.trove.TObjectLongHashMap
Deprecated.
Retains only those entries in the map for which the procedure returns a true value.
reverse() - Method in class gnu.trove.TByteArrayList
Deprecated.
Reverse the order of the elements in the list.
reverse(int, int) - Method in class gnu.trove.TByteArrayList
Deprecated.
Reverse the order of the elements in the range of the list.
reverse() - Method in class gnu.trove.TIntArrayList
Deprecated.
Reverse the order of the elements in the list.
reverse(int, int) - Method in class gnu.trove.TIntArrayList
Deprecated.
Reverse the order of the elements in the range of the list.
reverse() - Method in class gnu.trove.TLongArrayList
Deprecated.
Reverse the order of the elements in the list.
reverse(int, int) - Method in class gnu.trove.TLongArrayList
Deprecated.
Reverse the order of the elements in the range of the list.

S

set(int, byte) - Method in class gnu.trove.TByteArrayList
Deprecated.
Sets the value at the specified offset.
set(int, byte[]) - Method in class gnu.trove.TByteArrayList
Deprecated.
Replace the values in the list starting at offset with the contents of the values array.
set(int, byte[], int, int) - Method in class gnu.trove.TByteArrayList
Deprecated.
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
Deprecated.
Sets the value at the specified offset.
set(int, int[]) - Method in class gnu.trove.TIntArrayList
Deprecated.
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
Deprecated.
Replace the values in the list starting at offset with length values from the values array, starting at valOffset.
set(int, long) - Method in class gnu.trove.TLongArrayList
Deprecated.
Sets the value at the specified offset.
set(int, long[]) - Method in class gnu.trove.TLongArrayList
Deprecated.
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
Deprecated.
Replace the values in the list starting at offset with length values from the values array, starting at valOffset.
setQuick(int, byte) - Method in class gnu.trove.TByteArrayList
Deprecated.
Sets the value at the specified offset without doing any bounds checking.
setQuick(int, int) - Method in class gnu.trove.TIntArrayList
Deprecated.
Sets the value at the specified offset without doing any bounds checking.
setQuick(int, long) - Method in class gnu.trove.TLongArrayList
Deprecated.
Sets the value at the specified offset without doing any bounds checking.
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
Deprecated.
initialize the value array of the map.
setUp(int) - Method in class gnu.trove.TIntHash
initializes the hash table to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TIntIntHashMap
Deprecated.
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TIntLongHashMap
Deprecated.
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TLongHash
initializes the hash table to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TLongIntHashMap
Deprecated.
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
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
Deprecated.
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TObjectLongHashMap
Deprecated.
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.TPrimitiveHash
Deprecated.
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setValue(int) - Method in class gnu.trove.TIntIntIterator
Deprecated.
Replace the value of the mapping at the iterator's position with the specified value.
setValue(V) - Method in class gnu.trove.TIntObjectIterator
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.TByteArrayList
Deprecated.
Shuffle the elements of the list using the specified random number generator.
shuffle(Random) - Method in class gnu.trove.TIntArrayList
Deprecated.
Shuffle the elements of the list using the specified random number generator.
shuffle(Random) - Method in class gnu.trove.TLongArrayList
Deprecated.
Shuffle the elements of the list using the specified random number generator.
size() - Method in class gnu.trove.TByteArrayList
Deprecated.
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.TIntArrayList
Deprecated.
Returns the number of values in the list.
size() - Method in class gnu.trove.TIntStack
Deprecated.
Returns the current depth of the stack.
size() - Method in class gnu.trove.TLongArrayList
Deprecated.
Returns the number of values in the list.
sort() - Method in class gnu.trove.TByteArrayList
Deprecated.
Sort the values in the list (ascending) using the Sun quicksort implementation.
sort(int, int) - Method in class gnu.trove.TByteArrayList
Deprecated.
Sort a slice of the list (ascending) using the Sun quicksort implementation.
sort() - Method in class gnu.trove.TIntArrayList
Deprecated.
Sort the values in the list (ascending) using the Sun quicksort implementation.
sort(int, int) - Method in class gnu.trove.TIntArrayList
Deprecated.
Sort a slice of the list (ascending) using the Sun quicksort implementation.
sort() - Method in class gnu.trove.TLongArrayList
Deprecated.
Sort the values in the list (ascending) using the Sun quicksort implementation.
sort(int, int) - Method in class gnu.trove.TLongArrayList
Deprecated.
Sort a slice of the list (ascending) using the Sun quicksort implementation.
startCompactingOnRemove(boolean) - Method in class gnu.trove.THash
 
stopCompactingOnRemove() - Method in class gnu.trove.THash
 

T

TByteArrayList - Class in gnu.trove
Deprecated.
TByteArrayList() - Constructor for class gnu.trove.TByteArrayList
Deprecated.
Creates a new TByteArrayList instance with the default capacity.
TByteArrayList(int) - Constructor for class gnu.trove.TByteArrayList
Deprecated.
Creates a new TByteArrayList instance with the specified capacity.
TByteArrayList(byte[]) - Constructor for class gnu.trove.TByteArrayList
Deprecated.
Creates a new TByteArrayList instance whose capacity is the greater of the length of values and DEFAULT_CAPACITY and whose initial contents are the specified values.
TByteFunction - Interface in gnu.trove
Interface for functions that accept and return one byte primitive.
TByteHashingStrategy - Interface in gnu.trove
Interface to support pluggable hashing strategies in maps and sets.
TByteProcedure - Interface in gnu.trove
Interface for procedures with one byte parameter.
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.
THashMap<K,V> - Class in gnu.trove
Deprecated.
THashMap() - Constructor for class gnu.trove.THashMap
Deprecated.
Creates a new THashMap instance with the default capacity and load factor.
THashMap(TObjectHashingStrategy<K>) - Constructor for class gnu.trove.THashMap
Deprecated.
Creates a new THashMap instance with the default capacity and load factor.
THashMap(int) - Constructor for class gnu.trove.THashMap
Deprecated.
Creates a new THashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
THashMap(int, TObjectHashingStrategy<K>) - Constructor for class gnu.trove.THashMap
Deprecated.
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
Deprecated.
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<K>) - Constructor for class gnu.trove.THashMap
Deprecated.
Creates a new THashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
THashMap(Map<K, V>) - Constructor for class gnu.trove.THashMap
Deprecated.
Creates a new THashMap instance which contains the key/value pairs in map.
THashMap(Map<K, V>, TObjectHashingStrategy<K>) - Constructor for class gnu.trove.THashMap
Deprecated.
Creates a new THashMap instance which contains the key/value pairs in map.
THashMap.EntryView - Class in gnu.trove
Deprecated.
a view onto the entries of the map.
THashMap.KeyView - Class in gnu.trove
Deprecated.
a view onto the keys of the map.
THashMap.ValueView - Class in gnu.trove
Deprecated.
a view onto the values of the map.
THashSet<E> - Class in gnu.trove
Deprecated.
THashSet() - Constructor for class gnu.trove.THashSet
Deprecated.
Creates a new THashSet instance with the default capacity and load factor.
THashSet(TObjectHashingStrategy<E>) - Constructor for class gnu.trove.THashSet
Deprecated.
Creates a new THashSet instance with the default capacity and load factor.
THashSet(int) - Constructor for class gnu.trove.THashSet
Deprecated.
Creates a new THashSet instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
THashSet(int, TObjectHashingStrategy<E>) - Constructor for class gnu.trove.THashSet
Deprecated.
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
Deprecated.
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<E>) - Constructor for class gnu.trove.THashSet
Deprecated.
Creates a new THashSet instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
THashSet(Collection<? extends E>) - Constructor for class gnu.trove.THashSet
Deprecated.
Creates a new THashSet instance containing the elements of collection.
THashSet(Collection<? extends E>, TObjectHashingStrategy<E>) - Constructor for class gnu.trove.THashSet
Deprecated.
Creates a new THashSet instance containing the elements of collection.
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.
TIntArrayList - Class in gnu.trove
Deprecated.
TIntArrayList() - Constructor for class gnu.trove.TIntArrayList
Deprecated.
Creates a new TIntArrayList instance with the default capacity.
TIntArrayList(int) - Constructor for class gnu.trove.TIntArrayList
Deprecated.
Creates a new TIntArrayList instance with the specified capacity.
TIntArrayList(int[]) - Constructor for class gnu.trove.TIntArrayList
Deprecated.
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.
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
Deprecated.
TIntHashSet() - Constructor for class gnu.trove.TIntHashSet
Deprecated.
Creates a new TIntHashSet instance with the default capacity and load factor.
TIntHashSet(int) - Constructor for class gnu.trove.TIntHashSet
Deprecated.
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
Deprecated.
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
Deprecated.
Creates a new TIntHashSet instance containing the elements of array.
TIntHashSet(TIntHashingStrategy) - Constructor for class gnu.trove.TIntHashSet
Deprecated.
Creates a new TIntHash instance with the default capacity and load factor.
TIntHashSet(int, TIntHashingStrategy) - Constructor for class gnu.trove.TIntHashSet
Deprecated.
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
Deprecated.
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
Deprecated.
Creates a new TIntHashSet instance containing the elements of array.
TIntIntHashMap - Class in gnu.trove
Deprecated.
TIntIntHashMap() - Constructor for class gnu.trove.TIntIntHashMap
Deprecated.
Creates a new TIntIntHashMap instance with the default capacity and load factor.
TIntIntHashMap(int) - Constructor for class gnu.trove.TIntIntHashMap
Deprecated.
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
Deprecated.
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
Deprecated.
Creates a new TIntIntHashMap instance with the default capacity and load factor.
TIntIntHashMap(int, TIntHashingStrategy) - Constructor for class gnu.trove.TIntIntHashMap
Deprecated.
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
Deprecated.
Creates a new TIntIntHashMap instance with a prime value at or near the specified capacity and load factor.
TIntIntIterator - Class in gnu.trove
Deprecated.
TIntIntIterator(TIntIntHashMap) - Constructor for class gnu.trove.TIntIntIterator
Deprecated.
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
Deprecated.
TIntIterator(TIntHash) - Constructor for class gnu.trove.TIntIterator
Deprecated.
Creates a TIntIterator for the elements in the specified collection.
TIntLongHashMap - Class in gnu.trove
Deprecated.
TIntLongHashMap() - Constructor for class gnu.trove.TIntLongHashMap
Deprecated.
Creates a new TIntLongHashMap instance with the default capacity and load factor.
TIntLongHashMap(int) - Constructor for class gnu.trove.TIntLongHashMap
Deprecated.
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
Deprecated.
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
Deprecated.
Creates a new TIntLongHashMap instance with the default capacity and load factor.
TIntLongHashMap(int, TIntHashingStrategy) - Constructor for class gnu.trove.TIntLongHashMap
Deprecated.
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
Deprecated.
Creates a new TIntLongHashMap instance with a prime value at or near the specified capacity and load factor.
TIntLongProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type int and long.
TIntObjectHashMap<V> - Class in gnu.trove
Deprecated.
TIntObjectHashMap() - Constructor for class gnu.trove.TIntObjectHashMap
Deprecated.
Creates a new TIntObjectHashMap instance with the default capacity and load factor.
TIntObjectHashMap(int) - Constructor for class gnu.trove.TIntObjectHashMap
Deprecated.
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
Deprecated.
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
Deprecated.
Creates a new TIntObjectHashMap instance with the default capacity and load factor.
TIntObjectHashMap(int, TIntHashingStrategy) - Constructor for class gnu.trove.TIntObjectHashMap
Deprecated.
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
Deprecated.
Creates a new TIntObjectHashMap instance with a prime value at or near the specified capacity and load factor.
TIntObjectIterator<V> - Class in gnu.trove
Iterator for maps of type int and Object.
TIntObjectIterator(TIntObjectHashMap<V>) - Constructor for class gnu.trove.TIntObjectIterator
Creates an iterator over the specified map
TIntObjectProcedure<V> - 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 parameter.
TIntStack - Class in gnu.trove
Deprecated.
Use it.unimi.dsi.fastutil.ints.IntArrayList
TIntStack() - Constructor for class gnu.trove.TIntStack
Deprecated.
Creates a new TIntStack instance with the default capacity.
TIntStack(TIntStack) - Constructor for class gnu.trove.TIntStack
Deprecated.
Copy constructor.
TIntStack(int) - Constructor for class gnu.trove.TIntStack
Deprecated.
Creates a new TIntStack instance with the specified capacity.
TLongArrayList - Class in gnu.trove
Deprecated.
TLongArrayList() - Constructor for class gnu.trove.TLongArrayList
Deprecated.
Creates a new TLongArrayList instance with the default capacity.
TLongArrayList(int) - Constructor for class gnu.trove.TLongArrayList
Deprecated.
Creates a new TLongArrayList instance with the specified capacity.
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
Deprecated.
TLongHashSet() - Constructor for class gnu.trove.TLongHashSet
Deprecated.
Creates a new TLongHashSet instance with the default capacity and load factor.
TLongHashSet(int) - Constructor for class gnu.trove.TLongHashSet
Deprecated.
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
Deprecated.
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
Deprecated.
Creates a new TLongHashSet instance containing the elements of array.
TLongHashSet(TLongHashingStrategy) - Constructor for class gnu.trove.TLongHashSet
Deprecated.
Creates a new TLongHash instance with the default capacity and load factor.
TLongHashSet(int, TLongHashingStrategy) - Constructor for class gnu.trove.TLongHashSet
Deprecated.
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
Deprecated.
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
Deprecated.
Creates a new TLongHashSet instance containing the elements of array.
TLongIntHashMap - Class in gnu.trove
Deprecated.
TLongIntHashMap() - Constructor for class gnu.trove.TLongIntHashMap
Deprecated.
Creates a new TLongIntHashMap instance with the default capacity and load factor.
TLongIntHashMap(int) - Constructor for class gnu.trove.TLongIntHashMap
Deprecated.
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
Deprecated.
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
Deprecated.
Creates a new TLongIntHashMap instance with the default capacity and load factor.
TLongIntHashMap(int, TLongHashingStrategy) - Constructor for class gnu.trove.TLongIntHashMap
Deprecated.
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
Deprecated.
Creates a new TLongIntHashMap instance with a prime value at or near the specified capacity and load factor.
TLongIntProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type long and int.
TLongObjectHashMap<V> - Class in gnu.trove
Deprecated.
TLongObjectHashMap() - Constructor for class gnu.trove.TLongObjectHashMap
Deprecated.
Creates a new TLongObjectHashMap instance with the default capacity and load factor.
TLongObjectHashMap(int) - Constructor for class gnu.trove.TLongObjectHashMap
Deprecated.
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
Deprecated.
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
Deprecated.
Creates a new TLongObjectHashMap instance with the default capacity and load factor.
TLongObjectHashMap(int, TLongHashingStrategy) - Constructor for class gnu.trove.TLongObjectHashMap
Deprecated.
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
Deprecated.
Creates a new TLongObjectHashMap instance with a prime value at or near the specified capacity and load factor.
TLongObjectProcedure<V> - 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 parameter.
toArray() - Method in class gnu.trove.THashSet
Deprecated.
Returns a new array containing the objects in the set.
toArray(T[]) - Method in class gnu.trove.THashSet
Deprecated.
Returns a typed array of the objects in the set.
toArray() - Method in class gnu.trove.TIntHashSet
Deprecated.
Returns a new array containing the values in the set.
toArray() - Method in class gnu.trove.TLongHashSet
Deprecated.
Returns a new array containing the values in the set.
TObjectFunction<T,R> - Interface in gnu.trove
Interface for functions that accept and return one Object reference.
TObjectHash<T> - 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<T>) - 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<T>) - 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<T>) - 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<T> - Interface in gnu.trove
Interface to support pluggable hashing strategies in maps and sets.
TObjectIntHashMap<K> - Class in gnu.trove
Deprecated.
TObjectIntHashMap() - Constructor for class gnu.trove.TObjectIntHashMap
Deprecated.
Creates a new TObjectIntHashMap instance with the default capacity and load factor.
TObjectIntHashMap(int) - Constructor for class gnu.trove.TObjectIntHashMap
Deprecated.
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
Deprecated.
Creates a new TObjectIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TObjectIntHashMap(TObjectHashingStrategy<K>) - Constructor for class gnu.trove.TObjectIntHashMap
Deprecated.
Creates a new TObjectIntHashMap instance with the default capacity and load factor.
TObjectIntHashMap(int, TObjectHashingStrategy<K>) - Constructor for class gnu.trove.TObjectIntHashMap
Deprecated.
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<K>) - Constructor for class gnu.trove.TObjectIntHashMap
Deprecated.
Creates a new TObjectIntHashMap instance with a prime value at or near the specified capacity and load factor.
TObjectIntIterator<K> - Class in gnu.trove
Iterator for maps of type Object and int.
TObjectIntIterator(TObjectIntHashMap<K>) - Constructor for class gnu.trove.TObjectIntIterator
 
TObjectIntProcedure<K> - Interface in gnu.trove
Interface for procedures that take two parameters of type Object and int.
TObjectLongHashMap<K> - Class in gnu.trove
Deprecated.
TObjectLongHashMap() - Constructor for class gnu.trove.TObjectLongHashMap
Deprecated.
Creates a new TObjectLongHashMap instance with the default capacity and load factor.
TObjectLongHashMap(int) - Constructor for class gnu.trove.TObjectLongHashMap
Deprecated.
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
Deprecated.
Creates a new TObjectLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TObjectLongHashMap(TObjectHashingStrategy<K>) - Constructor for class gnu.trove.TObjectLongHashMap
Deprecated.
Creates a new TObjectLongHashMap instance with the default capacity and load factor.
TObjectLongHashMap(int, TObjectHashingStrategy<K>) - Constructor for class gnu.trove.TObjectLongHashMap
Deprecated.
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<K>) - Constructor for class gnu.trove.TObjectLongHashMap
Deprecated.
Creates a new TObjectLongHashMap instance with a prime value at or near the specified capacity and load factor.
TObjectLongIterator<K> - Class in gnu.trove
Iterator for maps of type Object and long.
TObjectLongIterator(TObjectLongHashMap<K>) - Constructor for class gnu.trove.TObjectLongIterator
 
TObjectLongProcedure<K> - Interface in gnu.trove
Interface for procedures that take two parameters of type Object and long.
TObjectObjectProcedure<K,V> - Interface in gnu.trove
Interface for procedures that take two Object parameters.
TObjectProcedure<T> - Interface in gnu.trove
Interface for procedures with one Object parameter.
toNativeArray() - Method in class gnu.trove.TByteArrayList
Deprecated.
Copies the contents of the list into a native array.
toNativeArray(int, int) - Method in class gnu.trove.TByteArrayList
Deprecated.
Copies a slice of the list into a native array.
toNativeArray(byte[], int, int) - Method in class gnu.trove.TByteArrayList
Deprecated.
Copies a slice of the list into a native array.
toNativeArray() - Method in class gnu.trove.TIntArrayList
Deprecated.
Copies the contents of the list into a native array.
toNativeArray(int, int) - Method in class gnu.trove.TIntArrayList
Deprecated.
Copies a slice of the list into a native array.
toNativeArray(int[], int, int) - Method in class gnu.trove.TIntArrayList
Deprecated.
Copies a slice of the list into a native array.
toNativeArray() - Method in class gnu.trove.TLongArrayList
Deprecated.
Copies the contents of the list into a native array.
toNativeArray(int, int) - Method in class gnu.trove.TLongArrayList
Deprecated.
Copies a slice of the list into a native array.
toNativeArray(long[], int, int) - Method in class gnu.trove.TLongArrayList
Deprecated.
Copies a slice of the list into a native array.
toString() - Method in class gnu.trove.TByteArrayList
Deprecated.
Returns a String representation of the list, front to back.
toString() - Method in class gnu.trove.THashMap
Deprecated.
 
toString() - Method in class gnu.trove.THashSet
Deprecated.
 
toString() - Method in class gnu.trove.TIntArrayList
Deprecated.
Returns a String representation of the list, front to back.
toString() - Method in class gnu.trove.TIntHashSet
Deprecated.
 
toString() - Method in class gnu.trove.TIntIntHashMap
Deprecated.
 
toString() - Method in class gnu.trove.TIntLongHashMap
Deprecated.
 
toString() - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
 
toString() - Method in class gnu.trove.TLongArrayList
Deprecated.
Returns a String representation of the list, front to back.
toString() - Method in class gnu.trove.TLongHashSet
Deprecated.
 
toString() - Method in class gnu.trove.TLongIntHashMap
Deprecated.
 
toString() - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
 
toString() - Method in class gnu.trove.TObjectIntHashMap
Deprecated.
 
toString() - Method in class gnu.trove.TObjectLongHashMap
Deprecated.
 
TPrimitiveHash - Class in gnu.trove
Deprecated.
TPrimitiveHash() - Constructor for class gnu.trove.TPrimitiveHash
Deprecated.
Creates a new THash instance with the default capacity and load factor.
TPrimitiveHash(int) - Constructor for class gnu.trove.TPrimitiveHash
Deprecated.
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
Deprecated.
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.
transformValues(TByteFunction) - Method in class gnu.trove.TByteArrayList
Deprecated.
Transform each value in the list using the specified function.
transformValues(TObjectFunction<V, V>) - Method in class gnu.trove.THashMap
Deprecated.
Transform the values in this map using function.
transformValues(TIntFunction) - Method in class gnu.trove.TIntArrayList
Deprecated.
Transform each value in the list using the specified function.
transformValues(TIntFunction) - Method in class gnu.trove.TIntIntHashMap
Deprecated.
Transform the values in this map using function.
transformValues(TLongFunction) - Method in class gnu.trove.TIntLongHashMap
Deprecated.
Transform the values in this map using function.
transformValues(TObjectFunction<V, V>) - Method in class gnu.trove.TIntObjectHashMap
Deprecated.
Transform the values in this map using function.
transformValues(TLongFunction) - Method in class gnu.trove.TLongArrayList
Deprecated.
Transform each value in the list using the specified function.
transformValues(TIntFunction) - Method in class gnu.trove.TLongIntHashMap
Deprecated.
Transform the values in this map using function.
transformValues(TObjectFunction<V, V>) - Method in class gnu.trove.TLongObjectHashMap
Deprecated.
Transform the values in this map using function.
transformValues(TIntFunction) - Method in class gnu.trove.TObjectIntHashMap
Deprecated.
Transform the values in this map using function.
transformValues(TLongFunction) - Method in class gnu.trove.TObjectLongHashMap
Deprecated.
Transform the values in this map using function.
trimToSize() - Method in class gnu.trove.TByteArrayList
Deprecated.
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
Deprecated.
Sheds any excess capacity above and beyond the current size of the list.
trimToSize() - Method in class gnu.trove.TLongArrayList
Deprecated.
Sheds any excess capacity above and beyond the current size of the list.

V

value() - Method in class gnu.trove.TIntIntIterator
Deprecated.
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.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(Map.Entry<K, V>) - Method in class gnu.trove.THashMap.EntryView
Deprecated.
 
values() - Method in class gnu.trove.THashMap
Deprecated.
Returns a view on the values of the map.
ValueView() - Constructor for class gnu.trove.THashMap.ValueView
Deprecated.
 

_

_data - Variable in class gnu.trove.TByteArrayList
Deprecated.
the data of the list
_deadkeys - Variable in class gnu.trove.THash
Number of entries marked REMOVED (by either TObjectHash or TPrimitiveHash)
_free - Variable in class gnu.trove.THash
the current number of free slots in the hash.
_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.
_loadFactor - Variable in class gnu.trove.THash
Determines how full the internal table can become before rehashing is required.
_maxSize - Variable in class gnu.trove.THash
The maximum number of elements allowed without allocating more space.
_pos - Variable in class gnu.trove.TByteArrayList
Deprecated.
the index after the last entry in the list
_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.
_states - Variable in class gnu.trove.TPrimitiveHash
Deprecated.
flags indicating whether each position in the hash is FREE, FULL, or REMOVED
_values - Variable in class gnu.trove.THashMap
Deprecated.
the values of the map
_values - Variable in class gnu.trove.TIntIntHashMap
Deprecated.
the values of the map
_values - Variable in class gnu.trove.TIntLongHashMap
Deprecated.
the values of the map
_values - Variable in class gnu.trove.TIntObjectHashMap
Deprecated.
the values of the map
_values - Variable in class gnu.trove.TLongIntHashMap
Deprecated.
the values of the map
_values - Variable in class gnu.trove.TObjectIntHashMap
Deprecated.
the values of the map
_values - Variable in class gnu.trove.TObjectLongHashMap
Deprecated.
the values of the map
A B C D E F G H I J K L M N P R S T V _