- 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.
- 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.
- 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
-
- 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
-
- 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
-
- 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.