Alphabetical Index: T

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

T

T get(int) - method in class gnu.trove.TLinkedList<T,extends,TLinkable>
T[] getValues(T[]) - method in class gnu.trove.TByteObjectHashMap<V>
Return the values of the map; the runtime type of the returned array is that of the specified array.
T[] getValues(T[]) - method in class gnu.trove.TDoubleObjectHashMap<V>
Return the values of the map; the runtime type of the returned array is that of the specified array.
T[] getValues(T[]) - method in class gnu.trove.TFloatObjectHashMap<V>
Return the values of the map; the runtime type of the returned array is that of the specified array.
T[] getValues(T[]) - method in class gnu.trove.TIntObjectHashMap<V>
Return the values of the map; the runtime type of the returned array is that of the specified array.
T[] getValues(T[]) - method in class gnu.trove.TLongObjectHashMap<V>
Return the values of the map; the runtime type of the returned array is that of the specified array.
T[] getValues(T[]) - method in class gnu.trove.TShortObjectHashMap<V>
Return the values of the map; the runtime type of the returned array is that of the specified array.
T[] toArray(T[]) - method in class gnu.trove.THashSet<E>
Returns a typed array of the objects in the set.
TByteArrayList - class gnu.trove.TByteArrayList
A resizable, array-backed list of byte primitives.
TByteArrayList() - constructor for class gnu.trove.TByteArrayList
Creates a new TByteArrayList instance with the default capacity.
TByteArrayList(byte[]) - constructor for class gnu.trove.TByteArrayList
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.
TByteArrayList(int) - constructor for class gnu.trove.TByteArrayList
Creates a new TByteArrayList instance with the specified capacity.
An open addressed Map implementation for byte keys and byte values.
TByteByteHashMap() - constructor for class gnu.trove.TByteByteHashMap
Creates a new TByteByteHashMap instance with the default capacity and load factor.
TByteByteHashMap(int) - constructor for class gnu.trove.TByteByteHashMap
Creates a new TByteByteHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TByteByteHashMap(int,float) - constructor for class gnu.trove.TByteByteHashMap
Creates a new TByteByteHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TByteByteHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TByteByteHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TByteByteHashMap instance with the default capacity and load factor.
Wrapper class to make a TByteByteHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type byte and byte.
TByteByteIterator(TByteByteHashMap) - constructor for class gnu.trove.TByteByteIterator
Creates an iterator over the specified map
Interface for procedures that take two parameters of type byte and byte.
An open addressed Map implementation for byte keys and double values.
TByteDoubleHashMap() - constructor for class gnu.trove.TByteDoubleHashMap
Creates a new TByteDoubleHashMap instance with the default capacity and load factor.
TByteDoubleHashMap(int) - constructor for class gnu.trove.TByteDoubleHashMap
Creates a new TByteDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TByteDoubleHashMap(int,float) - constructor for class gnu.trove.TByteDoubleHashMap
Creates a new TByteDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TByteDoubleHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TByteDoubleHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TByteDoubleHashMap instance with the default capacity and load factor.
Wrapper class to make a TByteDoubleHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type byte and double.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type byte and double.
An open addressed Map implementation for byte keys and float values.
TByteFloatHashMap() - constructor for class gnu.trove.TByteFloatHashMap
Creates a new TByteFloatHashMap instance with the default capacity and load factor.
TByteFloatHashMap(int) - constructor for class gnu.trove.TByteFloatHashMap
Creates a new TByteFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TByteFloatHashMap(int,float) - constructor for class gnu.trove.TByteFloatHashMap
Creates a new TByteFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TByteFloatHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TByteFloatHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TByteFloatHashMap instance with the default capacity and load factor.
Wrapper class to make a TByteFloatHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type byte and float.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type byte and float.
TByteFunction - interface gnu.trove.TByteFunction
Interface for functions that accept and return one byte primitive.
TByteHash - class gnu.trove.TByteHash
An open addressed hashing implementation for byte primitives.
TByteHash() - constructor for class gnu.trove.TByteHash
Creates a new TByteHash instance with the default capacity and load factor.
TByteHash(int) - constructor for class gnu.trove.TByteHash
Creates a new TByteHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TByteHash(int,float) - constructor for class gnu.trove.TByteHash
Creates a new TByteHash instance with a prime value at or near the specified capacity and load factor.
TByteHash(int,float,TByteHashingStrategy) - constructor for class gnu.trove.TByteHash
Creates a new TByteHash instance with a prime value at or near the specified capacity and load factor.
TByteHash(int,TByteHashingStrategy) - constructor for class gnu.trove.TByteHash
Creates a new TByteHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TByteHash(TByteHashingStrategy) - constructor for class gnu.trove.TByteHash
Creates a new TByteHash instance with the default capacity and load factor.
Interface to support pluggable hashing strategies in maps and sets.
TByteHashSet - class gnu.trove.TByteHashSet
An open addressed set implementation for byte primitives.
TByteHashSet() - constructor for class gnu.trove.TByteHashSet
Creates a new TByteHashSet instance with the default capacity and load factor.
TByteHashSet(byte[]) - constructor for class gnu.trove.TByteHashSet
Creates a new TByteHashSet instance containing the elements of array.
Creates a new TByteHashSet instance containing the elements of array.
TByteHashSet(int) - constructor for class gnu.trove.TByteHashSet
Creates a new TByteHashSet instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TByteHashSet(int,float) - constructor for class gnu.trove.TByteHashSet
Creates a new TByteHashSet instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TByteHash instance with a prime value at or near the specified capacity and load factor.
TByteHashSet(int,TByteHashingStrategy) - constructor for class gnu.trove.TByteHashSet
Creates a new TByteHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TByteHashSet(TByteHashingStrategy) - constructor for class gnu.trove.TByteHashSet
Creates a new TByteHash instance with the default capacity and load factor.
TByteHashSetDecorator - class gnu.trove.decorator.TByteHashSetDecorator
Wrapper class to make a TByteHashSet conform to the java.util.Set API.
TByteHashSetDecorator(TByteHashSet) - constructor for class gnu.trove.decorator.TByteHashSetDecorator
Creates a wrapper that decorates the specified primitive set.
An open addressed Map implementation for byte keys and int values.
TByteIntHashMap() - constructor for class gnu.trove.TByteIntHashMap
Creates a new TByteIntHashMap instance with the default capacity and load factor.
TByteIntHashMap(int) - constructor for class gnu.trove.TByteIntHashMap
Creates a new TByteIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TByteIntHashMap(int,float) - constructor for class gnu.trove.TByteIntHashMap
Creates a new TByteIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TByteIntHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TByteIntHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TByteIntHashMap(TByteHashingStrategy) - constructor for class gnu.trove.TByteIntHashMap
Creates a new TByteIntHashMap instance with the default capacity and load factor.
Wrapper class to make a TByteIntHashMap conform to the java.util.Map API.
TByteIntHashMapDecorator(TByteIntHashMap) - constructor for class gnu.trove.decorator.TByteIntHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type byte and int.
TByteIntIterator(TByteIntHashMap) - constructor for class gnu.trove.TByteIntIterator
Creates an iterator over the specified map
TByteIntProcedure - interface gnu.trove.TByteIntProcedure
Interface for procedures that take two parameters of type byte and int.
TByteIterator - class gnu.trove.TByteIterator
Iterator for byte collections.
TByteIterator(TByteHash) - constructor for class gnu.trove.TByteIterator
Creates a TByteIterator for the elements in the specified collection.
An open addressed Map implementation for byte keys and long values.
TByteLongHashMap() - constructor for class gnu.trove.TByteLongHashMap
Creates a new TByteLongHashMap instance with the default capacity and load factor.
TByteLongHashMap(int) - constructor for class gnu.trove.TByteLongHashMap
Creates a new TByteLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TByteLongHashMap(int,float) - constructor for class gnu.trove.TByteLongHashMap
Creates a new TByteLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TByteLongHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TByteLongHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TByteLongHashMap instance with the default capacity and load factor.
Wrapper class to make a TByteLongHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type byte and long.
TByteLongIterator(TByteLongHashMap) - constructor for class gnu.trove.TByteLongIterator
Creates an iterator over the specified map
Interface for procedures that take two parameters of type byte and long.
An open addressed Map implementation for byte keys and Object values.
TByteObjectHashMap() - constructor for class gnu.trove.TByteObjectHashMap<V>
Creates a new TByteObjectHashMap instance with the default capacity and load factor.
TByteObjectHashMap(int) - constructor for class gnu.trove.TByteObjectHashMap<V>
Creates a new TByteObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TByteObjectHashMap(int,float) - constructor for class gnu.trove.TByteObjectHashMap<V>
Creates a new TByteObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TByteObjectHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TByteObjectHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TByteObjectHashMap instance with the default capacity and load factor.
Wrapper class to make a TByteObjectHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type byte and Object.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type byte and Object.
TByteProcedure - interface gnu.trove.TByteProcedure
Interface for procedures with one byte paramater.
An open addressed Map implementation for byte keys and short values.
TByteShortHashMap() - constructor for class gnu.trove.TByteShortHashMap
Creates a new TByteShortHashMap instance with the default capacity and load factor.
TByteShortHashMap(int) - constructor for class gnu.trove.TByteShortHashMap
Creates a new TByteShortHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TByteShortHashMap(int,float) - constructor for class gnu.trove.TByteShortHashMap
Creates a new TByteShortHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TByteShortHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TByteShortHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TByteShortHashMap instance with the default capacity and load factor.
Wrapper class to make a TByteShortHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type byte and short.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type byte and short.
TByteStack - class gnu.trove.TByteStack
A stack of byte primitives, backed by a TByteArrayList.
TByteStack() - constructor for class gnu.trove.TByteStack
Creates a new TByteStack instance with the default capacity.
TByteStack(int) - constructor for class gnu.trove.TByteStack
Creates a new TByteStack instance with the specified capacity.
A resizable, array-backed list of double primitives.
TDoubleArrayList() - constructor for class gnu.trove.TDoubleArrayList
Creates a new TDoubleArrayList instance with the default capacity.
TDoubleArrayList(double[]) - constructor for class gnu.trove.TDoubleArrayList
Creates a new TDoubleArrayList instance whose capacity is the greater of the length of values and DEFAULT_CAPACITY and whose initial contents are the specified values.
TDoubleArrayList(int) - constructor for class gnu.trove.TDoubleArrayList
Creates a new TDoubleArrayList instance with the specified capacity.
An open addressed Map implementation for double keys and byte values.
TDoubleByteHashMap() - constructor for class gnu.trove.TDoubleByteHashMap
Creates a new TDoubleByteHashMap instance with the default capacity and load factor.
TDoubleByteHashMap(int) - constructor for class gnu.trove.TDoubleByteHashMap
Creates a new TDoubleByteHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TDoubleByteHashMap(int,float) - constructor for class gnu.trove.TDoubleByteHashMap
Creates a new TDoubleByteHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TDoubleByteHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TDoubleByteHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TDoubleByteHashMap instance with the default capacity and load factor.
Wrapper class to make a TDoubleByteHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type double and byte.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type double and byte.
An open addressed Map implementation for double keys and double values.
TDoubleDoubleHashMap() - constructor for class gnu.trove.TDoubleDoubleHashMap
Creates a new TDoubleDoubleHashMap instance with the default capacity and load factor.
TDoubleDoubleHashMap(int) - constructor for class gnu.trove.TDoubleDoubleHashMap
Creates a new TDoubleDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TDoubleDoubleHashMap(int,float) - constructor for class gnu.trove.TDoubleDoubleHashMap
Creates a new TDoubleDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TDoubleDoubleHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TDoubleDoubleHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TDoubleDoubleHashMap instance with the default capacity and load factor.
Wrapper class to make a TDoubleDoubleHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type double and double.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type double and double.
An open addressed Map implementation for double keys and float values.
TDoubleFloatHashMap() - constructor for class gnu.trove.TDoubleFloatHashMap
Creates a new TDoubleFloatHashMap instance with the default capacity and load factor.
TDoubleFloatHashMap(int) - constructor for class gnu.trove.TDoubleFloatHashMap
Creates a new TDoubleFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TDoubleFloatHashMap(int,float) - constructor for class gnu.trove.TDoubleFloatHashMap
Creates a new TDoubleFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TDoubleFloatHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TDoubleFloatHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TDoubleFloatHashMap instance with the default capacity and load factor.
Wrapper class to make a TDoubleFloatHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type double and float.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type double and float.
TDoubleFunction - interface gnu.trove.TDoubleFunction
Interface for functions that accept and return one double primitive.
TDoubleHash - class gnu.trove.TDoubleHash
An open addressed hashing implementation for double primitives.
TDoubleHash() - constructor for class gnu.trove.TDoubleHash
Creates a new TDoubleHash instance with the default capacity and load factor.
TDoubleHash(int) - constructor for class gnu.trove.TDoubleHash
Creates a new TDoubleHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TDoubleHash(int,float) - constructor for class gnu.trove.TDoubleHash
Creates a new TDoubleHash instance with a prime value at or near the specified capacity and load factor.
Creates a new TDoubleHash instance with a prime value at or near the specified capacity and load factor.
TDoubleHash(int,TDoubleHashingStrategy) - constructor for class gnu.trove.TDoubleHash
Creates a new TDoubleHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TDoubleHash(TDoubleHashingStrategy) - constructor for class gnu.trove.TDoubleHash
Creates a new TDoubleHash instance with the default capacity and load factor.
Interface to support pluggable hashing strategies in maps and sets.
TDoubleHashSet - class gnu.trove.TDoubleHashSet
An open addressed set implementation for double primitives.
TDoubleHashSet() - constructor for class gnu.trove.TDoubleHashSet
Creates a new TDoubleHashSet instance with the default capacity and load factor.
TDoubleHashSet(double[]) - constructor for class gnu.trove.TDoubleHashSet
Creates a new TDoubleHashSet instance containing the elements of array.
Creates a new TDoubleHashSet instance containing the elements of array.
TDoubleHashSet(int) - constructor for class gnu.trove.TDoubleHashSet
Creates a new TDoubleHashSet instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TDoubleHashSet(int,float) - constructor for class gnu.trove.TDoubleHashSet
Creates a new TDoubleHashSet instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TDoubleHash instance with a prime value at or near the specified capacity and load factor.
Creates a new TDoubleHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TDoubleHashSet(TDoubleHashingStrategy) - constructor for class gnu.trove.TDoubleHashSet
Creates a new TDoubleHash instance with the default capacity and load factor.
Wrapper class to make a TDoubleHashSet conform to the java.util.Set API.
TDoubleHashSetDecorator(TDoubleHashSet) - constructor for class gnu.trove.decorator.TDoubleHashSetDecorator
Creates a wrapper that decorates the specified primitive set.
An open addressed Map implementation for double keys and int values.
TDoubleIntHashMap() - constructor for class gnu.trove.TDoubleIntHashMap
Creates a new TDoubleIntHashMap instance with the default capacity and load factor.
TDoubleIntHashMap(int) - constructor for class gnu.trove.TDoubleIntHashMap
Creates a new TDoubleIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TDoubleIntHashMap(int,float) - constructor for class gnu.trove.TDoubleIntHashMap
Creates a new TDoubleIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TDoubleIntHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TDoubleIntHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TDoubleIntHashMap instance with the default capacity and load factor.
Wrapper class to make a TDoubleIntHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type double and int.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type double and int.
Iterator for double collections.
TDoubleIterator(TDoubleHash) - constructor for class gnu.trove.TDoubleIterator
Creates a TDoubleIterator for the elements in the specified collection.
An open addressed Map implementation for double keys and long values.
TDoubleLongHashMap() - constructor for class gnu.trove.TDoubleLongHashMap
Creates a new TDoubleLongHashMap instance with the default capacity and load factor.
TDoubleLongHashMap(int) - constructor for class gnu.trove.TDoubleLongHashMap
Creates a new TDoubleLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TDoubleLongHashMap(int,float) - constructor for class gnu.trove.TDoubleLongHashMap
Creates a new TDoubleLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TDoubleLongHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TDoubleLongHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TDoubleLongHashMap instance with the default capacity and load factor.
Wrapper class to make a TDoubleLongHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type double and long.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type double and long.
An open addressed Map implementation for double keys and Object values.
TDoubleObjectHashMap() - constructor for class gnu.trove.TDoubleObjectHashMap<V>
Creates a new TDoubleObjectHashMap instance with the default capacity and load factor.
TDoubleObjectHashMap(int) - constructor for class gnu.trove.TDoubleObjectHashMap<V>
Creates a new TDoubleObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
Creates a new TDoubleObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TDoubleObjectHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TDoubleObjectHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TDoubleObjectHashMap instance with the default capacity and load factor.
Wrapper class to make a TDoubleObjectHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type double and Object.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type double and Object.
TDoubleProcedure - interface gnu.trove.TDoubleProcedure
Interface for procedures with one double paramater.
An open addressed Map implementation for double keys and short values.
TDoubleShortHashMap() - constructor for class gnu.trove.TDoubleShortHashMap
Creates a new TDoubleShortHashMap instance with the default capacity and load factor.
TDoubleShortHashMap(int) - constructor for class gnu.trove.TDoubleShortHashMap
Creates a new TDoubleShortHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TDoubleShortHashMap(int,float) - constructor for class gnu.trove.TDoubleShortHashMap
Creates a new TDoubleShortHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TDoubleShortHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TDoubleShortHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TDoubleShortHashMap instance with the default capacity and load factor.
Wrapper class to make a TDoubleShortHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type double and short.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type double and short.
TDoubleStack - class gnu.trove.TDoubleStack
A stack of double primitives, backed by a TDoubleArrayList.
TDoubleStack() - constructor for class gnu.trove.TDoubleStack
Creates a new TDoubleStack instance with the default capacity.
TDoubleStack(int) - constructor for class gnu.trove.TDoubleStack
Creates a new TDoubleStack instance with the specified capacity.
tempDisableAutoCompaction() - method in class gnu.trove.THash
Temporarily disables auto-compaction.
A resizable, array-backed list of float primitives.
TFloatArrayList() - constructor for class gnu.trove.TFloatArrayList
Creates a new TFloatArrayList instance with the default capacity.
TFloatArrayList(float[]) - constructor for class gnu.trove.TFloatArrayList
Creates a new TFloatArrayList instance whose capacity is the greater of the length of values and DEFAULT_CAPACITY and whose initial contents are the specified values.
TFloatArrayList(int) - constructor for class gnu.trove.TFloatArrayList
Creates a new TFloatArrayList instance with the specified capacity.
An open addressed Map implementation for float keys and byte values.
TFloatByteHashMap() - constructor for class gnu.trove.TFloatByteHashMap
Creates a new TFloatByteHashMap instance with the default capacity and load factor.
TFloatByteHashMap(int) - constructor for class gnu.trove.TFloatByteHashMap
Creates a new TFloatByteHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatByteHashMap(int,float) - constructor for class gnu.trove.TFloatByteHashMap
Creates a new TFloatByteHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TFloatByteHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TFloatByteHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TFloatByteHashMap instance with the default capacity and load factor.
Wrapper class to make a TFloatByteHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type float and byte.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type float and byte.
An open addressed Map implementation for float keys and double values.
TFloatDoubleHashMap() - constructor for class gnu.trove.TFloatDoubleHashMap
Creates a new TFloatDoubleHashMap instance with the default capacity and load factor.
TFloatDoubleHashMap(int) - constructor for class gnu.trove.TFloatDoubleHashMap
Creates a new TFloatDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatDoubleHashMap(int,float) - constructor for class gnu.trove.TFloatDoubleHashMap
Creates a new TFloatDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TFloatDoubleHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TFloatDoubleHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TFloatDoubleHashMap instance with the default capacity and load factor.
Wrapper class to make a TFloatDoubleHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type float and double.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type float and double.
An open addressed Map implementation for float keys and float values.
TFloatFloatHashMap() - constructor for class gnu.trove.TFloatFloatHashMap
Creates a new TFloatFloatHashMap instance with the default capacity and load factor.
TFloatFloatHashMap(int) - constructor for class gnu.trove.TFloatFloatHashMap
Creates a new TFloatFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatFloatHashMap(int,float) - constructor for class gnu.trove.TFloatFloatHashMap
Creates a new TFloatFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TFloatFloatHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TFloatFloatHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TFloatFloatHashMap instance with the default capacity and load factor.
Wrapper class to make a TFloatFloatHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type float and float.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type float and float.
TFloatFunction - interface gnu.trove.TFloatFunction
Interface for functions that accept and return one float primitive.
TFloatHash - class gnu.trove.TFloatHash
An open addressed hashing implementation for float primitives.
TFloatHash() - constructor for class gnu.trove.TFloatHash
Creates a new TFloatHash instance with the default capacity and load factor.
TFloatHash(int) - constructor for class gnu.trove.TFloatHash
Creates a new TFloatHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TFloatHash(int,float) - constructor for class gnu.trove.TFloatHash
Creates a new TFloatHash instance with a prime value at or near the specified capacity and load factor.
Creates a new TFloatHash instance with a prime value at or near the specified capacity and load factor.
TFloatHash(int,TFloatHashingStrategy) - constructor for class gnu.trove.TFloatHash
Creates a new TFloatHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TFloatHash(TFloatHashingStrategy) - constructor for class gnu.trove.TFloatHash
Creates a new TFloatHash instance with the default capacity and load factor.
Interface to support pluggable hashing strategies in maps and sets.
TFloatHashSet - class gnu.trove.TFloatHashSet
An open addressed set implementation for float primitives.
TFloatHashSet() - constructor for class gnu.trove.TFloatHashSet
Creates a new TFloatHashSet instance with the default capacity and load factor.
TFloatHashSet(float[]) - constructor for class gnu.trove.TFloatHashSet
Creates a new TFloatHashSet instance containing the elements of array.
Creates a new TFloatHashSet instance containing the elements of array.
TFloatHashSet(int) - constructor for class gnu.trove.TFloatHashSet
Creates a new TFloatHashSet instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatHashSet(int,float) - constructor for class gnu.trove.TFloatHashSet
Creates a new TFloatHashSet instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TFloatHash instance with a prime value at or near the specified capacity and load factor.
Creates a new TFloatHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TFloatHashSet(TFloatHashingStrategy) - constructor for class gnu.trove.TFloatHashSet
Creates a new TFloatHash instance with the default capacity and load factor.
Wrapper class to make a TFloatHashSet conform to the java.util.Set API.
TFloatHashSetDecorator(TFloatHashSet) - constructor for class gnu.trove.decorator.TFloatHashSetDecorator
Creates a wrapper that decorates the specified primitive set.
An open addressed Map implementation for float keys and int values.
TFloatIntHashMap() - constructor for class gnu.trove.TFloatIntHashMap
Creates a new TFloatIntHashMap instance with the default capacity and load factor.
TFloatIntHashMap(int) - constructor for class gnu.trove.TFloatIntHashMap
Creates a new TFloatIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatIntHashMap(int,float) - constructor for class gnu.trove.TFloatIntHashMap
Creates a new TFloatIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TFloatIntHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TFloatIntHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TFloatIntHashMap instance with the default capacity and load factor.
Wrapper class to make a TFloatIntHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type float and int.
TFloatIntIterator(TFloatIntHashMap) - constructor for class gnu.trove.TFloatIntIterator
Creates an iterator over the specified map
Interface for procedures that take two parameters of type float and int.
TFloatIterator - class gnu.trove.TFloatIterator
Iterator for float collections.
TFloatIterator(TFloatHash) - constructor for class gnu.trove.TFloatIterator
Creates a TFloatIterator for the elements in the specified collection.
An open addressed Map implementation for float keys and long values.
TFloatLongHashMap() - constructor for class gnu.trove.TFloatLongHashMap
Creates a new TFloatLongHashMap instance with the default capacity and load factor.
TFloatLongHashMap(int) - constructor for class gnu.trove.TFloatLongHashMap
Creates a new TFloatLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatLongHashMap(int,float) - constructor for class gnu.trove.TFloatLongHashMap
Creates a new TFloatLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TFloatLongHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TFloatLongHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TFloatLongHashMap instance with the default capacity and load factor.
Wrapper class to make a TFloatLongHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type float and long.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type float and long.
An open addressed Map implementation for float keys and Object values.
TFloatObjectHashMap() - constructor for class gnu.trove.TFloatObjectHashMap<V>
Creates a new TFloatObjectHashMap instance with the default capacity and load factor.
TFloatObjectHashMap(int) - constructor for class gnu.trove.TFloatObjectHashMap<V>
Creates a new TFloatObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatObjectHashMap(int,float) - constructor for class gnu.trove.TFloatObjectHashMap<V>
Creates a new TFloatObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TFloatObjectHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TFloatObjectHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TFloatObjectHashMap instance with the default capacity and load factor.
Wrapper class to make a TFloatObjectHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type float and Object.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type float and Object.
TFloatProcedure - interface gnu.trove.TFloatProcedure
Interface for procedures with one float paramater.
An open addressed Map implementation for float keys and short values.
TFloatShortHashMap() - constructor for class gnu.trove.TFloatShortHashMap
Creates a new TFloatShortHashMap instance with the default capacity and load factor.
TFloatShortHashMap(int) - constructor for class gnu.trove.TFloatShortHashMap
Creates a new TFloatShortHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatShortHashMap(int,float) - constructor for class gnu.trove.TFloatShortHashMap
Creates a new TFloatShortHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TFloatShortHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TFloatShortHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TFloatShortHashMap instance with the default capacity and load factor.
Wrapper class to make a TFloatShortHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type float and short.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type float and short.
TFloatStack - class gnu.trove.TFloatStack
A stack of float primitives, backed by a TFloatArrayList.
TFloatStack() - constructor for class gnu.trove.TFloatStack
Creates a new TFloatStack instance with the default capacity.
TFloatStack(int) - constructor for class gnu.trove.TFloatStack
Creates a new TFloatStack instance with the specified capacity.
THash - class gnu.trove.THash
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.
Implements all iterator functions for the hashed object set.
THashIterator(TObjectHash) - constructor for class gnu.trove.THashIterator<V>
Create an instance of THashIterator over the values of the TObjectHash
THashMap<K,V> - class gnu.trove.THashMap<K,V>
An implementation of the Map interface which uses an open addressed hash table to store its contents.
THashMap() - constructor for class gnu.trove.THashMap<K,V>
Creates a new THashMap instance with the default capacity and load factor.
THashMap(int) - constructor for class gnu.trove.THashMap<K,V>
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<K,V>
Creates a new THashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new THashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
THashMap(int,TObjectHashingStrategy) - constructor for class gnu.trove.THashMap<K,V>
Creates a new THashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
THashMap(Map) - constructor for class gnu.trove.THashMap<K,V>
Creates a new THashMap instance which contains the key/value pairs in map.
THashMap(Map,TObjectHashingStrategy) - constructor for class gnu.trove.THashMap<K,V>
Creates a new THashMap instance which contains the key/value pairs in map.
THashMap(TObjectHashingStrategy) - constructor for class gnu.trove.THashMap<K,V>
Creates a new THashMap instance with the default capacity and load factor.
THashSet<E> - class gnu.trove.THashSet<E>
An implementation of the Set interface that uses an open-addressed hash table to store its contents.
THashSet() - constructor for class gnu.trove.THashSet<E>
Creates a new THashSet instance with the default capacity and load factor.
THashSet(E>) - constructor for class gnu.trove.THashSet<E>
Creates a new THashSet instance containing the elements of collection.
THashSet(E>,TObjectHashingStrategy) - constructor for class gnu.trove.THashSet<E>
Creates a new THashSet instance containing the elements of collection.
THashSet(int) - constructor for class gnu.trove.THashSet<E>
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<E>
Creates a new THashSet instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new THashSet instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
THashSet(int,TObjectHashingStrategy) - constructor for class gnu.trove.THashSet<E>
Creates a new THashSet instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
THashSet(TObjectHashingStrategy) - constructor for class gnu.trove.THashSet<E>
Creates a new THashSet instance with the default capacity and load factor.
Convenience methods for subclasses to use in throwing exceptions about badly behaved user objects employed as keys.
TIntArrayList - class gnu.trove.TIntArrayList
A resizable, array-backed list of int primitives.
TIntArrayList() - constructor for class gnu.trove.TIntArrayList
Creates a new TIntArrayList instance with the default capacity.
TIntArrayList(int) - constructor for class gnu.trove.TIntArrayList
Creates a new TIntArrayList instance with the specified capacity.
TIntArrayList(int[]) - constructor for class gnu.trove.TIntArrayList
Creates a new TIntArrayList instance whose capacity is the greater of the length of values and DEFAULT_CAPACITY and whose initial contents are the specified values.
An open addressed Map implementation for int keys and byte values.
TIntByteHashMap() - constructor for class gnu.trove.TIntByteHashMap
Creates a new TIntByteHashMap instance with the default capacity and load factor.
TIntByteHashMap(int) - constructor for class gnu.trove.TIntByteHashMap
Creates a new TIntByteHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntByteHashMap(int,float) - constructor for class gnu.trove.TIntByteHashMap
Creates a new TIntByteHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TIntByteHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TIntByteHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TIntByteHashMap(TIntHashingStrategy) - constructor for class gnu.trove.TIntByteHashMap
Creates a new TIntByteHashMap instance with the default capacity and load factor.
Wrapper class to make a TIntByteHashMap conform to the java.util.Map API.
TIntByteHashMapDecorator(TIntByteHashMap) - constructor for class gnu.trove.decorator.TIntByteHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type int and byte.
TIntByteIterator(TIntByteHashMap) - constructor for class gnu.trove.TIntByteIterator
Creates an iterator over the specified map
TIntByteProcedure - interface gnu.trove.TIntByteProcedure
Interface for procedures that take two parameters of type int and byte.
An open addressed Map implementation for int keys and double values.
TIntDoubleHashMap() - constructor for class gnu.trove.TIntDoubleHashMap
Creates a new TIntDoubleHashMap instance with the default capacity and load factor.
TIntDoubleHashMap(int) - constructor for class gnu.trove.TIntDoubleHashMap
Creates a new TIntDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntDoubleHashMap(int,float) - constructor for class gnu.trove.TIntDoubleHashMap
Creates a new TIntDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TIntDoubleHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TIntDoubleHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TIntDoubleHashMap instance with the default capacity and load factor.
Wrapper class to make a TIntDoubleHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type int and double.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type int and double.
An open addressed Map implementation for int keys and float values.
TIntFloatHashMap() - constructor for class gnu.trove.TIntFloatHashMap
Creates a new TIntFloatHashMap instance with the default capacity and load factor.
TIntFloatHashMap(int) - constructor for class gnu.trove.TIntFloatHashMap
Creates a new TIntFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntFloatHashMap(int,float) - constructor for class gnu.trove.TIntFloatHashMap
Creates a new TIntFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TIntFloatHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TIntFloatHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TIntFloatHashMap instance with the default capacity and load factor.
Wrapper class to make a TIntFloatHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type int and float.
TIntFloatIterator(TIntFloatHashMap) - constructor for class gnu.trove.TIntFloatIterator
Creates an iterator over the specified map
Interface for procedures that take two parameters of type int and float.
TIntFunction - interface gnu.trove.TIntFunction
Interface for functions that accept and return one int primitive.
TIntHash - class gnu.trove.TIntHash
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(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.
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(TIntHashingStrategy) - constructor for class gnu.trove.TIntHash
Creates a new TIntHash instance with the default capacity and load factor.
Interface to support pluggable hashing strategies in maps and sets.
TIntHashSet - class gnu.trove.TIntHashSet
An open addressed set implementation for int primitives.
TIntHashSet() - constructor for class gnu.trove.TIntHashSet
Creates a new TIntHashSet instance with the default capacity and load factor.
TIntHashSet(int) - constructor for class gnu.trove.TIntHashSet
Creates a new TIntHashSet instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntHashSet(int,float) - constructor for class gnu.trove.TIntHashSet
Creates a new TIntHashSet instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TIntHash instance with a prime value at or near the specified capacity and load factor.
TIntHashSet(int,TIntHashingStrategy) - constructor for class gnu.trove.TIntHashSet
Creates a new TIntHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TIntHashSet(int[]) - constructor for class gnu.trove.TIntHashSet
Creates a new TIntHashSet instance containing the elements of array.
TIntHashSet(int[],TIntHashingStrategy) - constructor for class gnu.trove.TIntHashSet
Creates a new TIntHashSet instance containing the elements of array.
TIntHashSet(TIntHashingStrategy) - constructor for class gnu.trove.TIntHashSet
Creates a new TIntHash instance with the default capacity and load factor.
TIntHashSetDecorator - class gnu.trove.decorator.TIntHashSetDecorator
Wrapper class to make a TIntHashSet conform to the java.util.Set API.
TIntHashSetDecorator(TIntHashSet) - constructor for class gnu.trove.decorator.TIntHashSetDecorator
Creates a wrapper that decorates the specified primitive set.
TIntIntHashMap - class gnu.trove.TIntIntHashMap
An open addressed Map implementation for int keys and int values.
TIntIntHashMap() - constructor for class gnu.trove.TIntIntHashMap
Creates a new TIntIntHashMap instance with the default capacity and load factor.
TIntIntHashMap(int) - constructor for class gnu.trove.TIntIntHashMap
Creates a new TIntIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntIntHashMap(int,float) - constructor for class gnu.trove.TIntIntHashMap
Creates a new TIntIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TIntIntHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TIntIntHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TIntIntHashMap(TIntHashingStrategy) - constructor for class gnu.trove.TIntIntHashMap
Creates a new TIntIntHashMap instance with the default capacity and load factor.
Wrapper class to make a TIntIntHashMap conform to the java.util.Map API.
TIntIntHashMapDecorator(TIntIntHashMap) - constructor for class gnu.trove.decorator.TIntIntHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type int and int.
TIntIntIterator(TIntIntHashMap) - constructor for class gnu.trove.TIntIntIterator
Creates an iterator over the specified map
TIntIntProcedure - interface gnu.trove.TIntIntProcedure
Interface for procedures that take two parameters of type int and int.
TIntIterator - class gnu.trove.TIntIterator
Iterator for int collections.
TIntIterator(TIntHash) - constructor for class gnu.trove.TIntIterator
Creates a TIntIterator for the elements in the specified collection.
An open addressed Map implementation for int keys and long values.
TIntLongHashMap() - constructor for class gnu.trove.TIntLongHashMap
Creates a new TIntLongHashMap instance with the default capacity and load factor.
TIntLongHashMap(int) - constructor for class gnu.trove.TIntLongHashMap
Creates a new TIntLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntLongHashMap(int,float) - constructor for class gnu.trove.TIntLongHashMap
Creates a new TIntLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TIntLongHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TIntLongHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TIntLongHashMap(TIntHashingStrategy) - constructor for class gnu.trove.TIntLongHashMap
Creates a new TIntLongHashMap instance with the default capacity and load factor.
Wrapper class to make a TIntLongHashMap conform to the java.util.Map API.
TIntLongHashMapDecorator(TIntLongHashMap) - constructor for class gnu.trove.decorator.TIntLongHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type int and long.
TIntLongIterator(TIntLongHashMap) - constructor for class gnu.trove.TIntLongIterator
Creates an iterator over the specified map
TIntLongProcedure - interface gnu.trove.TIntLongProcedure
Interface for procedures that take two parameters of type int and long.
An open addressed Map implementation for int keys and Object values.
TIntObjectHashMap() - constructor for class gnu.trove.TIntObjectHashMap<V>
Creates a new TIntObjectHashMap instance with the default capacity and load factor.
TIntObjectHashMap(int) - constructor for class gnu.trove.TIntObjectHashMap<V>
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<V>
Creates a new TIntObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TIntObjectHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TIntObjectHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TIntObjectHashMap instance with the default capacity and load factor.
Wrapper class to make a TIntObjectHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type int and Object.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type int and Object.
TIntProcedure - interface gnu.trove.TIntProcedure
Interface for procedures with one int paramater.
An open addressed Map implementation for int keys and short values.
TIntShortHashMap() - constructor for class gnu.trove.TIntShortHashMap
Creates a new TIntShortHashMap instance with the default capacity and load factor.
TIntShortHashMap(int) - constructor for class gnu.trove.TIntShortHashMap
Creates a new TIntShortHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntShortHashMap(int,float) - constructor for class gnu.trove.TIntShortHashMap
Creates a new TIntShortHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TIntShortHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TIntShortHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TIntShortHashMap instance with the default capacity and load factor.
Wrapper class to make a TIntShortHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type int and short.
TIntShortIterator(TIntShortHashMap) - constructor for class gnu.trove.TIntShortIterator
Creates an iterator over the specified map
Interface for procedures that take two parameters of type int and short.
TIntStack - class gnu.trove.TIntStack
A stack of int primitives, backed by a TIntArrayList.
TIntStack() - constructor for class gnu.trove.TIntStack
Creates a new TIntStack instance with the default capacity.
TIntStack(int) - constructor for class gnu.trove.TIntStack
Creates a new TIntStack instance with the specified capacity.
TIterator - class gnu.trove.TIterator
Abstract iterator class for THash implementations.
TIterator(THash) - constructor for class gnu.trove.TIterator
Create an instance of TIterator over the specified THash.
TLinkable - interface gnu.trove.TLinkable
Interface for Objects which can be inserted into a TLinkedList.
Adapter for TLinkable interface which implements the interface and can therefore be extended trivially to create TLinkable objects without having to implement the obvious.
A LinkedList implementation which holds instances of type TLinkable.
TLinkedList() - constructor for class gnu.trove.TLinkedList<T,extends,TLinkable>
Creates a new TLinkedList instance.
TLongArrayList - class gnu.trove.TLongArrayList
A resizable, array-backed list of long primitives.
TLongArrayList() - constructor for class gnu.trove.TLongArrayList
Creates a new TLongArrayList instance with the default capacity.
TLongArrayList(int) - constructor for class gnu.trove.TLongArrayList
Creates a new TLongArrayList instance with the specified capacity.
TLongArrayList(long[]) - constructor for class gnu.trove.TLongArrayList
Creates a new TLongArrayList instance whose capacity is the greater of the length of values and DEFAULT_CAPACITY and whose initial contents are the specified values.
An open addressed Map implementation for long keys and byte values.
TLongByteHashMap() - constructor for class gnu.trove.TLongByteHashMap
Creates a new TLongByteHashMap instance with the default capacity and load factor.
TLongByteHashMap(int) - constructor for class gnu.trove.TLongByteHashMap
Creates a new TLongByteHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongByteHashMap(int,float) - constructor for class gnu.trove.TLongByteHashMap
Creates a new TLongByteHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TLongByteHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TLongByteHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TLongByteHashMap instance with the default capacity and load factor.
Wrapper class to make a TLongByteHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type long and byte.
TLongByteIterator(TLongByteHashMap) - constructor for class gnu.trove.TLongByteIterator
Creates an iterator over the specified map
Interface for procedures that take two parameters of type long and byte.
An open addressed Map implementation for long keys and double values.
TLongDoubleHashMap() - constructor for class gnu.trove.TLongDoubleHashMap
Creates a new TLongDoubleHashMap instance with the default capacity and load factor.
TLongDoubleHashMap(int) - constructor for class gnu.trove.TLongDoubleHashMap
Creates a new TLongDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongDoubleHashMap(int,float) - constructor for class gnu.trove.TLongDoubleHashMap
Creates a new TLongDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TLongDoubleHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TLongDoubleHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TLongDoubleHashMap instance with the default capacity and load factor.
Wrapper class to make a TLongDoubleHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type long and double.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type long and double.
An open addressed Map implementation for long keys and float values.
TLongFloatHashMap() - constructor for class gnu.trove.TLongFloatHashMap
Creates a new TLongFloatHashMap instance with the default capacity and load factor.
TLongFloatHashMap(int) - constructor for class gnu.trove.TLongFloatHashMap
Creates a new TLongFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongFloatHashMap(int,float) - constructor for class gnu.trove.TLongFloatHashMap
Creates a new TLongFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TLongFloatHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TLongFloatHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TLongFloatHashMap instance with the default capacity and load factor.
Wrapper class to make a TLongFloatHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type long and float.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type long and float.
TLongFunction - interface gnu.trove.TLongFunction
Interface for functions that accept and return one long primitive.
TLongHash - class gnu.trove.TLongHash
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(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.
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(TLongHashingStrategy) - constructor for class gnu.trove.TLongHash
Creates a new TLongHash instance with the default capacity and load factor.
Interface to support pluggable hashing strategies in maps and sets.
TLongHashSet - class gnu.trove.TLongHashSet
An open addressed set implementation for long primitives.
TLongHashSet() - constructor for class gnu.trove.TLongHashSet
Creates a new TLongHashSet instance with the default capacity and load factor.
TLongHashSet(int) - constructor for class gnu.trove.TLongHashSet
Creates a new TLongHashSet instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongHashSet(int,float) - constructor for class gnu.trove.TLongHashSet
Creates a new TLongHashSet instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TLongHash instance with a prime value at or near the specified capacity and load factor.
TLongHashSet(int,TLongHashingStrategy) - constructor for class gnu.trove.TLongHashSet
Creates a new TLongHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TLongHashSet(long[]) - constructor for class gnu.trove.TLongHashSet
Creates a new TLongHashSet instance containing the elements of array.
Creates a new TLongHashSet instance containing the elements of array.
TLongHashSet(TLongHashingStrategy) - constructor for class gnu.trove.TLongHashSet
Creates a new TLongHash instance with the default capacity and load factor.
TLongHashSetDecorator - class gnu.trove.decorator.TLongHashSetDecorator
Wrapper class to make a TLongHashSet conform to the java.util.Set API.
TLongHashSetDecorator(TLongHashSet) - constructor for class gnu.trove.decorator.TLongHashSetDecorator
Creates a wrapper that decorates the specified primitive set.
An open addressed Map implementation for long keys and int values.
TLongIntHashMap() - constructor for class gnu.trove.TLongIntHashMap
Creates a new TLongIntHashMap instance with the default capacity and load factor.
TLongIntHashMap(int) - constructor for class gnu.trove.TLongIntHashMap
Creates a new TLongIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongIntHashMap(int,float) - constructor for class gnu.trove.TLongIntHashMap
Creates a new TLongIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TLongIntHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TLongIntHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TLongIntHashMap(TLongHashingStrategy) - constructor for class gnu.trove.TLongIntHashMap
Creates a new TLongIntHashMap instance with the default capacity and load factor.
Wrapper class to make a TLongIntHashMap conform to the java.util.Map API.
TLongIntHashMapDecorator(TLongIntHashMap) - constructor for class gnu.trove.decorator.TLongIntHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type long and int.
TLongIntIterator(TLongIntHashMap) - constructor for class gnu.trove.TLongIntIterator
Creates an iterator over the specified map
TLongIntProcedure - interface gnu.trove.TLongIntProcedure
Interface for procedures that take two parameters of type long and int.
TLongIterator - class gnu.trove.TLongIterator
Iterator for long collections.
TLongIterator(TLongHash) - constructor for class gnu.trove.TLongIterator
Creates a TLongIterator for the elements in the specified collection.
An open addressed Map implementation for long keys and long values.
TLongLongHashMap() - constructor for class gnu.trove.TLongLongHashMap
Creates a new TLongLongHashMap instance with the default capacity and load factor.
TLongLongHashMap(int) - constructor for class gnu.trove.TLongLongHashMap
Creates a new TLongLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongLongHashMap(int,float) - constructor for class gnu.trove.TLongLongHashMap
Creates a new TLongLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TLongLongHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TLongLongHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TLongLongHashMap instance with the default capacity and load factor.
Wrapper class to make a TLongLongHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type long and long.
TLongLongIterator(TLongLongHashMap) - constructor for class gnu.trove.TLongLongIterator
Creates an iterator over the specified map
Interface for procedures that take two parameters of type long and long.
An open addressed Map implementation for long keys and Object values.
TLongObjectHashMap() - constructor for class gnu.trove.TLongObjectHashMap<V>
Creates a new TLongObjectHashMap instance with the default capacity and load factor.
TLongObjectHashMap(int) - constructor for class gnu.trove.TLongObjectHashMap<V>
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<V>
Creates a new TLongObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TLongObjectHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TLongObjectHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TLongObjectHashMap instance with the default capacity and load factor.
Wrapper class to make a TLongObjectHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type long and Object.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type long and Object.
TLongProcedure - interface gnu.trove.TLongProcedure
Interface for procedures with one long paramater.
An open addressed Map implementation for long keys and short values.
TLongShortHashMap() - constructor for class gnu.trove.TLongShortHashMap
Creates a new TLongShortHashMap instance with the default capacity and load factor.
TLongShortHashMap(int) - constructor for class gnu.trove.TLongShortHashMap
Creates a new TLongShortHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongShortHashMap(int,float) - constructor for class gnu.trove.TLongShortHashMap
Creates a new TLongShortHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TLongShortHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TLongShortHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TLongShortHashMap instance with the default capacity and load factor.
Wrapper class to make a TLongShortHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type long and short.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type long and short.
TLongStack - class gnu.trove.TLongStack
A stack of long primitives, backed by a TLongArrayList.
TLongStack() - constructor for class gnu.trove.TLongStack
Creates a new TLongStack instance with the default capacity.
TLongStack(int) - constructor for class gnu.trove.TLongStack
Creates a new TLongStack instance with the specified capacity.
toArray() - method in class gnu.trove.TByteHashSet
Returns a new array containing the values in the set.
toArray() - method in class gnu.trove.TDoubleHashSet
Returns a new array containing the values in the set.
toArray() - method in class gnu.trove.TFloatHashSet
Returns a new array containing the values in the set.
toArray() - method in class gnu.trove.THashSet<E>
Returns a new array containing the objects in the set.
toArray() - method in class gnu.trove.TIntHashSet
Returns a new array containing the values in the set.
toArray() - method in class gnu.trove.TLinkedList<T,extends,TLinkable>
Copies the list's contents into a native array.
toArray() - method in class gnu.trove.TLongHashSet
Returns a new array containing the values in the set.
toArray() - method in class gnu.trove.TShortHashSet
Returns a new array containing the values in the set.
An open addressed Map implementation for Object keys and byte values.
TObjectByteHashMap() - constructor for class gnu.trove.TObjectByteHashMap<K>
Creates a new TObjectByteHashMap instance with the default capacity and load factor.
TObjectByteHashMap(int) - constructor for class gnu.trove.TObjectByteHashMap<K>
Creates a new TObjectByteHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TObjectByteHashMap(int,float) - constructor for class gnu.trove.TObjectByteHashMap<K>
Creates a new TObjectByteHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TObjectByteHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TObjectByteHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TObjectByteHashMap instance with the default capacity and load factor.
Wrapper class to make a TObjectByteHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type Object and byte.
Interface for procedures that take two parameters of type Object and byte.
An open addressed Map implementation for Object keys and double values.
TObjectDoubleHashMap() - constructor for class gnu.trove.TObjectDoubleHashMap<K>
Creates a new TObjectDoubleHashMap instance with the default capacity and load factor.
TObjectDoubleHashMap(int) - constructor for class gnu.trove.TObjectDoubleHashMap<K>
Creates a new TObjectDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
Creates a new TObjectDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TObjectDoubleHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TObjectDoubleHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TObjectDoubleHashMap instance with the default capacity and load factor.
Wrapper class to make a TObjectDoubleHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type Object and double.
Interface for procedures that take two parameters of type Object and double.
An open addressed Map implementation for Object keys and float values.
TObjectFloatHashMap() - constructor for class gnu.trove.TObjectFloatHashMap<K>
Creates a new TObjectFloatHashMap instance with the default capacity and load factor.
TObjectFloatHashMap(int) - constructor for class gnu.trove.TObjectFloatHashMap<K>
Creates a new TObjectFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TObjectFloatHashMap(int,float) - constructor for class gnu.trove.TObjectFloatHashMap<K>
Creates a new TObjectFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TObjectFloatHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TObjectFloatHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TObjectFloatHashMap instance with the default capacity and load factor.
Wrapper class to make a TObjectFloatHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type Object and float.
Interface for procedures that take two parameters of type Object and float.
Interface for functions that accept and return one Object reference.
TObjectHash<T> - class gnu.trove.TObjectHash<T>
An open addressed hashing implementation for Object types.
TObjectHash() - constructor for class gnu.trove.TObjectHash<T>
Creates a new TObjectHash instance with the default capacity and load factor.
TObjectHash(int) - constructor for class gnu.trove.TObjectHash<T>
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<T>
Creates a new TObjectHash instance with a prime value at or near the specified capacity and load factor.
Creates a new TObjectHash instance with a prime value at or near the specified capacity and load factor.
Creates a new TObjectHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TObjectHash(TObjectHashingStrategy) - constructor for class gnu.trove.TObjectHash<T>
Creates a new TObjectHash instance with the default capacity and load factor and a custom hashing strategy.
Interface to support pluggable hashing strategies in maps and sets.
Created: Wed Nov 28 21:30:53 2001
This object hashing strategy uses the System.identityHashCode method to provide identity hash codes.
An open addressed Map implementation for Object keys and int values.
TObjectIntHashMap() - constructor for class gnu.trove.TObjectIntHashMap<K>
Creates a new TObjectIntHashMap instance with the default capacity and load factor.
TObjectIntHashMap(int) - constructor for class gnu.trove.TObjectIntHashMap<K>
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<K>
Creates a new TObjectIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TObjectIntHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TObjectIntHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TObjectIntHashMap instance with the default capacity and load factor.
Wrapper class to make a TObjectIntHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type Object and int.
Interface for procedures that take two parameters of type Object and int.
An open addressed Map implementation for Object keys and long values.
TObjectLongHashMap() - constructor for class gnu.trove.TObjectLongHashMap<K>
Creates a new TObjectLongHashMap instance with the default capacity and load factor.
TObjectLongHashMap(int) - constructor for class gnu.trove.TObjectLongHashMap<K>
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<K>
Creates a new TObjectLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TObjectLongHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TObjectLongHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TObjectLongHashMap instance with the default capacity and load factor.
Wrapper class to make a TObjectLongHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type Object and long.
Interface for procedures that take two parameters of type Object and long.
Interface for procedures that take two Object parameters.
Interface for procedures with one Object paramater.
An open addressed Map implementation for Object keys and short values.
TObjectShortHashMap() - constructor for class gnu.trove.TObjectShortHashMap<K>
Creates a new TObjectShortHashMap instance with the default capacity and load factor.
TObjectShortHashMap(int) - constructor for class gnu.trove.TObjectShortHashMap<K>
Creates a new TObjectShortHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TObjectShortHashMap(int,float) - constructor for class gnu.trove.TObjectShortHashMap<K>
Creates a new TObjectShortHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TObjectShortHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TObjectShortHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TObjectShortHashMap instance with the default capacity and load factor.
Wrapper class to make a TObjectShortHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type Object and short.
Interface for procedures that take two parameters of type Object and short.
toNativeArray() - method in class gnu.trove.TByteArrayList
Copies the contents of the list into a native array.
toNativeArray() - method in class gnu.trove.TByteStack
Copies the contents of the stack into a native array.
toNativeArray() - method in class gnu.trove.TDoubleArrayList
Copies the contents of the list into a native array.
toNativeArray() - method in class gnu.trove.TDoubleStack
Copies the contents of the stack into a native array.
toNativeArray() - method in class gnu.trove.TFloatArrayList
Copies the contents of the list into a native array.
toNativeArray() - method in class gnu.trove.TFloatStack
Copies the contents of the stack into a native array.
toNativeArray() - method in class gnu.trove.TIntArrayList
Copies the contents of the list into a native array.
toNativeArray() - method in class gnu.trove.TIntStack
Copies the contents of the stack into a native array.
toNativeArray() - method in class gnu.trove.TLongArrayList
Copies the contents of the list into a native array.
toNativeArray() - method in class gnu.trove.TLongStack
Copies the contents of the stack into a native array.
toNativeArray() - method in class gnu.trove.TShortArrayList
Copies the contents of the list into a native array.
toNativeArray() - method in class gnu.trove.TShortStack
Copies the contents of the stack into a native array.
toNativeArray(byte[]) - method in class gnu.trove.TByteStack
Copies a slice of the list into a native array.
toNativeArray(byte[],int,int) - method in class gnu.trove.TByteArrayList
Copies a slice of the list into a native array.
toNativeArray(double[]) - method in class gnu.trove.TDoubleStack
Copies a slice of the list into a native array.
Copies a slice of the list into a native array.
toNativeArray(float[]) - method in class gnu.trove.TFloatStack
Copies a slice of the list into a native array.
Copies a slice of the list into a native array.
toNativeArray(int,int) - method in class gnu.trove.TByteArrayList
Copies a slice of the list into a native array.
toNativeArray(int,int) - method in class gnu.trove.TDoubleArrayList
Copies a slice of the list into a native array.
toNativeArray(int,int) - method in class gnu.trove.TFloatArrayList
Copies a slice of the list into a native array.
toNativeArray(int,int) - method in class gnu.trove.TIntArrayList
Copies a slice of the list into a native array.
toNativeArray(int,int) - method in class gnu.trove.TLongArrayList
Copies a slice of the list into a native array.
toNativeArray(int,int) - method in class gnu.trove.TShortArrayList
Copies a slice of the list into a native array.
toNativeArray(int[]) - method in class gnu.trove.TIntStack
Copies a slice of the list into a native array.
toNativeArray(int[],int,int) - method in class gnu.trove.TIntArrayList
Copies a slice of the list into a native array.
toNativeArray(long[]) - method in class gnu.trove.TLongStack
Copies a slice of the list into a native array.
toNativeArray(long[],int,int) - method in class gnu.trove.TLongArrayList
Copies a slice of the list into a native array.
toNativeArray(short[]) - method in class gnu.trove.TShortStack
Copies a slice of the list into a native array.
Copies a slice of the list into a native array.
A procedure which stores each value it receives into a target array.
ToObjectArrayProcedure(T[]) - constructor for class gnu.trove.ToObjectArrayProcedure<T>
toString() - method in class gnu.trove.TByteArrayList
Returns a String representation of the list, front to back.
toString() - method in class gnu.trove.TDoubleArrayList
Returns a String representation of the list, front to back.
toString() - method in class gnu.trove.TFloatArrayList
Returns a String representation of the list, front to back.
toString() - method in class gnu.trove.THashMap<K,V>
toString() - method in class gnu.trove.TIntArrayList
Returns a String representation of the list, front to back.
toString() - method in class gnu.trove.TLongArrayList
Returns a String representation of the list, front to back.
toString() - method in class gnu.trove.TShortArrayList
Returns a String representation of the list, front to back.
Copies the list to a native array, destroying the next/previous links as the copy is made.
TPrimitiveHash - class gnu.trove.TPrimitiveHash
The base class for hashtables of primitive values.
TPrimitiveHash() - constructor for class gnu.trove.TPrimitiveHash
Creates a new THash instance with the default capacity and load factor.
TPrimitiveHash(int) - constructor for class gnu.trove.TPrimitiveHash
Creates a new TPrimitiveHash instance with a prime capacity at or near the specified capacity and with the default load factor.
TPrimitiveHash(int,float) - constructor for class gnu.trove.TPrimitiveHash
Creates a new TPrimitiveHash instance with a prime capacity at or near the minimum needed to hold initialCapacity elements with load factor loadFactor without triggering a rehash.
Implements all iterator functions for the hashed object set.
TPrimitiveIterator(TPrimitiveHash) - constructor for class gnu.trove.TPrimitiveIterator
Creates a TPrimitiveIterator for the specified collection.
Transform each value in the list using the specified function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform each value in the list using the specified function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform each value in the list using the specified function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
transformValues(TIntFunction) - method in class gnu.trove.TIntArrayList
Transform each value in the list using the specified function.
transformValues(TIntFunction) - method in class gnu.trove.TIntIntHashMap
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform each value in the list using the specified function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform the values in this map using function.
Transform each value in the list using the specified function.
Transform the values in this map using function.
trimToSize() - method in class gnu.trove.TByteArrayList
Sheds any excess capacity above and beyond the current size of the list.
trimToSize() - method in class gnu.trove.TDoubleArrayList
Sheds any excess capacity above and beyond the current size of the list.
trimToSize() - method in class gnu.trove.TFloatArrayList
Sheds any excess capacity above and beyond the current size of the list.
trimToSize() - method in class gnu.trove.THash
This simply calls compact.
trimToSize() - method in class gnu.trove.TIntArrayList
Sheds any excess capacity above and beyond the current size of the list.
trimToSize() - method in class gnu.trove.TLongArrayList
Sheds any excess capacity above and beyond the current size of the list.
trimToSize() - method in class gnu.trove.TShortArrayList
Sheds any excess capacity above and beyond the current size of the list.
A resizable, array-backed list of short primitives.
TShortArrayList() - constructor for class gnu.trove.TShortArrayList
Creates a new TShortArrayList instance with the default capacity.
TShortArrayList(int) - constructor for class gnu.trove.TShortArrayList
Creates a new TShortArrayList instance with the specified capacity.
TShortArrayList(short[]) - constructor for class gnu.trove.TShortArrayList
Creates a new TShortArrayList instance whose capacity is the greater of the length of values and DEFAULT_CAPACITY and whose initial contents are the specified values.
An open addressed Map implementation for short keys and byte values.
TShortByteHashMap() - constructor for class gnu.trove.TShortByteHashMap
Creates a new TShortByteHashMap instance with the default capacity and load factor.
TShortByteHashMap(int) - constructor for class gnu.trove.TShortByteHashMap
Creates a new TShortByteHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TShortByteHashMap(int,float) - constructor for class gnu.trove.TShortByteHashMap
Creates a new TShortByteHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TShortByteHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TShortByteHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TShortByteHashMap instance with the default capacity and load factor.
Wrapper class to make a TShortByteHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type short and byte.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type short and byte.
An open addressed Map implementation for short keys and double values.
TShortDoubleHashMap() - constructor for class gnu.trove.TShortDoubleHashMap
Creates a new TShortDoubleHashMap instance with the default capacity and load factor.
TShortDoubleHashMap(int) - constructor for class gnu.trove.TShortDoubleHashMap
Creates a new TShortDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TShortDoubleHashMap(int,float) - constructor for class gnu.trove.TShortDoubleHashMap
Creates a new TShortDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TShortDoubleHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TShortDoubleHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TShortDoubleHashMap instance with the default capacity and load factor.
Wrapper class to make a TShortDoubleHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type short and double.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type short and double.
An open addressed Map implementation for short keys and float values.
TShortFloatHashMap() - constructor for class gnu.trove.TShortFloatHashMap
Creates a new TShortFloatHashMap instance with the default capacity and load factor.
TShortFloatHashMap(int) - constructor for class gnu.trove.TShortFloatHashMap
Creates a new TShortFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TShortFloatHashMap(int,float) - constructor for class gnu.trove.TShortFloatHashMap
Creates a new TShortFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TShortFloatHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TShortFloatHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TShortFloatHashMap instance with the default capacity and load factor.
Wrapper class to make a TShortFloatHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type short and float.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type short and float.
TShortFunction - interface gnu.trove.TShortFunction
Interface for functions that accept and return one short primitive.
TShortHash - class gnu.trove.TShortHash
An open addressed hashing implementation for short primitives.
TShortHash() - constructor for class gnu.trove.TShortHash
Creates a new TShortHash instance with the default capacity and load factor.
TShortHash(int) - constructor for class gnu.trove.TShortHash
Creates a new TShortHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TShortHash(int,float) - constructor for class gnu.trove.TShortHash
Creates a new TShortHash instance with a prime value at or near the specified capacity and load factor.
Creates a new TShortHash instance with a prime value at or near the specified capacity and load factor.
TShortHash(int,TShortHashingStrategy) - constructor for class gnu.trove.TShortHash
Creates a new TShortHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TShortHash(TShortHashingStrategy) - constructor for class gnu.trove.TShortHash
Creates a new TShortHash instance with the default capacity and load factor.
Interface to support pluggable hashing strategies in maps and sets.
TShortHashSet - class gnu.trove.TShortHashSet
An open addressed set implementation for short primitives.
TShortHashSet() - constructor for class gnu.trove.TShortHashSet
Creates a new TShortHashSet instance with the default capacity and load factor.
TShortHashSet(int) - constructor for class gnu.trove.TShortHashSet
Creates a new TShortHashSet instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TShortHashSet(int,float) - constructor for class gnu.trove.TShortHashSet
Creates a new TShortHashSet instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TShortHash instance with a prime value at or near the specified capacity and load factor.
Creates a new TShortHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TShortHashSet(short[]) - constructor for class gnu.trove.TShortHashSet
Creates a new TShortHashSet instance containing the elements of array.
Creates a new TShortHashSet instance containing the elements of array.
TShortHashSet(TShortHashingStrategy) - constructor for class gnu.trove.TShortHashSet
Creates a new TShortHash instance with the default capacity and load factor.
Wrapper class to make a TShortHashSet conform to the java.util.Set API.
TShortHashSetDecorator(TShortHashSet) - constructor for class gnu.trove.decorator.TShortHashSetDecorator
Creates a wrapper that decorates the specified primitive set.
An open addressed Map implementation for short keys and int values.
TShortIntHashMap() - constructor for class gnu.trove.TShortIntHashMap
Creates a new TShortIntHashMap instance with the default capacity and load factor.
TShortIntHashMap(int) - constructor for class gnu.trove.TShortIntHashMap
Creates a new TShortIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TShortIntHashMap(int,float) - constructor for class gnu.trove.TShortIntHashMap
Creates a new TShortIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TShortIntHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TShortIntHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TShortIntHashMap instance with the default capacity and load factor.
Wrapper class to make a TShortIntHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type short and int.
TShortIntIterator(TShortIntHashMap) - constructor for class gnu.trove.TShortIntIterator
Creates an iterator over the specified map
Interface for procedures that take two parameters of type short and int.
TShortIterator - class gnu.trove.TShortIterator
Iterator for short collections.
TShortIterator(TShortHash) - constructor for class gnu.trove.TShortIterator
Creates a TShortIterator for the elements in the specified collection.
An open addressed Map implementation for short keys and long values.
TShortLongHashMap() - constructor for class gnu.trove.TShortLongHashMap
Creates a new TShortLongHashMap instance with the default capacity and load factor.
TShortLongHashMap(int) - constructor for class gnu.trove.TShortLongHashMap
Creates a new TShortLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TShortLongHashMap(int,float) - constructor for class gnu.trove.TShortLongHashMap
Creates a new TShortLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TShortLongHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TShortLongHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TShortLongHashMap instance with the default capacity and load factor.
Wrapper class to make a TShortLongHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type short and long.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type short and long.
An open addressed Map implementation for short keys and Object values.
TShortObjectHashMap() - constructor for class gnu.trove.TShortObjectHashMap<V>
Creates a new TShortObjectHashMap instance with the default capacity and load factor.
TShortObjectHashMap(int) - constructor for class gnu.trove.TShortObjectHashMap<V>
Creates a new TShortObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TShortObjectHashMap(int,float) - constructor for class gnu.trove.TShortObjectHashMap<V>
Creates a new TShortObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TShortObjectHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TShortObjectHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TShortObjectHashMap instance with the default capacity and load factor.
Wrapper class to make a TShortObjectHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type short and Object.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type short and Object.
TShortProcedure - interface gnu.trove.TShortProcedure
Interface for procedures with one short paramater.
An open addressed Map implementation for short keys and short values.
TShortShortHashMap() - constructor for class gnu.trove.TShortShortHashMap
Creates a new TShortShortHashMap instance with the default capacity and load factor.
TShortShortHashMap(int) - constructor for class gnu.trove.TShortShortHashMap
Creates a new TShortShortHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TShortShortHashMap(int,float) - constructor for class gnu.trove.TShortShortHashMap
Creates a new TShortShortHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
Creates a new TShortShortHashMap instance with a prime value at or near the specified capacity and load factor.
Creates a new TShortShortHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
Creates a new TShortShortHashMap instance with the default capacity and load factor.
Wrapper class to make a TShortShortHashMap conform to the java.util.Map API.
Creates a wrapper that decorates the specified primitive map.
Iterator for maps of type short and short.
Creates an iterator over the specified map
Interface for procedures that take two parameters of type short and short.
TShortStack - class gnu.trove.TShortStack
A stack of short primitives, backed by a TShortArrayList.
TShortStack() - constructor for class gnu.trove.TShortStack
Creates a new TShortStack instance with the default capacity.
TShortStack(int) - constructor for class gnu.trove.TShortStack
Creates a new TShortStack instance with the specified capacity.

GNU Trove is copyright B) 2001-2007 Eric D. Friedman. All Rights Reserved.