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

T

TDoubleArrayList - class gnu.trove.TDoubleArrayList.
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.
TDoubleDoubleHashMap - class gnu.trove.TDoubleDoubleHashMap.
An open addressed Map implementation for double keys and double values.
TDoubleDoubleHashMap() - Constructor for class gnu.trove.TDoubleDoubleHashMap
Creates a new TDoubleDoubleHashMap instance with the default capacity and load factor.
TDoubleDoubleHashMap(int) - Constructor for class gnu.trove.TDoubleDoubleHashMap
Creates a new TDoubleDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TDoubleDoubleHashMap(int, float) - Constructor for class gnu.trove.TDoubleDoubleHashMap
Creates a new TDoubleDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TDoubleDoubleHashMap(int, float, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleDoubleHashMap
Creates a new TDoubleDoubleHashMap instance with a prime value at or near the specified capacity and load factor.
TDoubleDoubleHashMap(int, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleDoubleHashMap
Creates a new TDoubleDoubleHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TDoubleDoubleHashMap(TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleDoubleHashMap
Creates a new TDoubleDoubleHashMap instance with the default capacity and load factor.
TDoubleDoubleHashMapDecorator - class gnu.trove.decorator.TDoubleDoubleHashMapDecorator.
Wrapper class to make a TDoubleDoubleHashMap conform to the java.util.Map API.
TDoubleDoubleHashMapDecorator(TDoubleDoubleHashMap) - Constructor for class gnu.trove.decorator.TDoubleDoubleHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TDoubleDoubleIterator - class gnu.trove.TDoubleDoubleIterator.
Iterator for maps of type double and double.
TDoubleDoubleIterator(TDoubleDoubleHashMap) - Constructor for class gnu.trove.TDoubleDoubleIterator
Creates an iterator over the specified map
TDoubleDoubleProcedure - interface gnu.trove.TDoubleDoubleProcedure.
Interface for procedures that take two parameters of type double and double.
TDoubleFloatHashMap - class gnu.trove.TDoubleFloatHashMap.
An open addressed Map implementation for double keys and float values.
TDoubleFloatHashMap() - Constructor for class gnu.trove.TDoubleFloatHashMap
Creates a new TDoubleFloatHashMap instance with the default capacity and load factor.
TDoubleFloatHashMap(int) - Constructor for class gnu.trove.TDoubleFloatHashMap
Creates a new TDoubleFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TDoubleFloatHashMap(int, float) - Constructor for class gnu.trove.TDoubleFloatHashMap
Creates a new TDoubleFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TDoubleFloatHashMap(int, float, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleFloatHashMap
Creates a new TDoubleFloatHashMap instance with a prime value at or near the specified capacity and load factor.
TDoubleFloatHashMap(int, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleFloatHashMap
Creates a new TDoubleFloatHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TDoubleFloatHashMap(TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleFloatHashMap
Creates a new TDoubleFloatHashMap instance with the default capacity and load factor.
TDoubleFloatHashMapDecorator - class gnu.trove.decorator.TDoubleFloatHashMapDecorator.
Wrapper class to make a TDoubleFloatHashMap conform to the java.util.Map API.
TDoubleFloatHashMapDecorator(TDoubleFloatHashMap) - Constructor for class gnu.trove.decorator.TDoubleFloatHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TDoubleFloatIterator - class gnu.trove.TDoubleFloatIterator.
Iterator for maps of type double and float.
TDoubleFloatIterator(TDoubleFloatHashMap) - Constructor for class gnu.trove.TDoubleFloatIterator
Creates an iterator over the specified map
TDoubleFloatProcedure - interface gnu.trove.TDoubleFloatProcedure.
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.
TDoubleHash(int, float, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleHash
Creates a new TDoubleHash instance with a prime value at or near the specified capacity and load factor.
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.
TDoubleHashingStrategy - interface gnu.trove.TDoubleHashingStrategy.
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.
TDoubleHashSet(double[], TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleHashSet
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.
TDoubleHashSet(int, float, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleHashSet
Creates a new TDoubleHash instance with a prime value at or near the specified capacity and load factor.
TDoubleHashSet(int, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleHashSet
Creates a new TDoubleHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TDoubleHashSet(TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleHashSet
Creates a new TDoubleHash instance with the default capacity and load factor.
TDoubleHashSetDecorator - class gnu.trove.decorator.TDoubleHashSetDecorator.
Wrapper class to make a TDoubleHashSet conform to the java.util.Set API.
TDoubleHashSetDecorator(TDoubleHashSet) - Constructor for class gnu.trove.decorator.TDoubleHashSetDecorator
Creates a wrapper that decorates the specified primitive set.
TDoubleIntHashMap - class gnu.trove.TDoubleIntHashMap.
An open addressed Map implementation for double keys and int values.
TDoubleIntHashMap() - Constructor for class gnu.trove.TDoubleIntHashMap
Creates a new TDoubleIntHashMap instance with the default capacity and load factor.
TDoubleIntHashMap(int) - Constructor for class gnu.trove.TDoubleIntHashMap
Creates a new TDoubleIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TDoubleIntHashMap(int, float) - Constructor for class gnu.trove.TDoubleIntHashMap
Creates a new TDoubleIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TDoubleIntHashMap(int, float, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleIntHashMap
Creates a new TDoubleIntHashMap instance with a prime value at or near the specified capacity and load factor.
TDoubleIntHashMap(int, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleIntHashMap
Creates a new TDoubleIntHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TDoubleIntHashMap(TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleIntHashMap
Creates a new TDoubleIntHashMap instance with the default capacity and load factor.
TDoubleIntHashMapDecorator - class gnu.trove.decorator.TDoubleIntHashMapDecorator.
Wrapper class to make a TDoubleIntHashMap conform to the java.util.Map API.
TDoubleIntHashMapDecorator(TDoubleIntHashMap) - Constructor for class gnu.trove.decorator.TDoubleIntHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TDoubleIntIterator - class gnu.trove.TDoubleIntIterator.
Iterator for maps of type double and int.
TDoubleIntIterator(TDoubleIntHashMap) - Constructor for class gnu.trove.TDoubleIntIterator
Creates an iterator over the specified map
TDoubleIntProcedure - interface gnu.trove.TDoubleIntProcedure.
Interface for procedures that take two parameters of type double and int.
TDoubleIterator - class gnu.trove.TDoubleIterator.
Iterator for double collections.
TDoubleIterator(TDoubleHash) - Constructor for class gnu.trove.TDoubleIterator
Creates a TDoubleIterator for the elements in the specified collection.
TDoubleLongHashMap - class gnu.trove.TDoubleLongHashMap.
An open addressed Map implementation for double keys and long values.
TDoubleLongHashMap() - Constructor for class gnu.trove.TDoubleLongHashMap
Creates a new TDoubleLongHashMap instance with the default capacity and load factor.
TDoubleLongHashMap(int) - Constructor for class gnu.trove.TDoubleLongHashMap
Creates a new TDoubleLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TDoubleLongHashMap(int, float) - Constructor for class gnu.trove.TDoubleLongHashMap
Creates a new TDoubleLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TDoubleLongHashMap(int, float, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleLongHashMap
Creates a new TDoubleLongHashMap instance with a prime value at or near the specified capacity and load factor.
TDoubleLongHashMap(int, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleLongHashMap
Creates a new TDoubleLongHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TDoubleLongHashMap(TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleLongHashMap
Creates a new TDoubleLongHashMap instance with the default capacity and load factor.
TDoubleLongHashMapDecorator - class gnu.trove.decorator.TDoubleLongHashMapDecorator.
Wrapper class to make a TDoubleLongHashMap conform to the java.util.Map API.
TDoubleLongHashMapDecorator(TDoubleLongHashMap) - Constructor for class gnu.trove.decorator.TDoubleLongHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TDoubleLongIterator - class gnu.trove.TDoubleLongIterator.
Iterator for maps of type double and long.
TDoubleLongIterator(TDoubleLongHashMap) - Constructor for class gnu.trove.TDoubleLongIterator
Creates an iterator over the specified map
TDoubleLongProcedure - interface gnu.trove.TDoubleLongProcedure.
Interface for procedures that take two parameters of type double and long.
TDoubleObjectHashMap - class gnu.trove.TDoubleObjectHashMap.
An open addressed Map implementation for double keys and Object values.
TDoubleObjectHashMap() - Constructor for class gnu.trove.TDoubleObjectHashMap
Creates a new TDoubleObjectHashMap instance with the default capacity and load factor.
TDoubleObjectHashMap(int) - Constructor for class gnu.trove.TDoubleObjectHashMap
Creates a new TDoubleObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TDoubleObjectHashMap(int, float) - Constructor for class gnu.trove.TDoubleObjectHashMap
Creates a new TDoubleObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TDoubleObjectHashMap(int, float, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleObjectHashMap
Creates a new TDoubleObjectHashMap instance with a prime value at or near the specified capacity and load factor.
TDoubleObjectHashMap(int, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleObjectHashMap
Creates a new TDoubleObjectHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TDoubleObjectHashMap(TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleObjectHashMap
Creates a new TDoubleObjectHashMap instance with the default capacity and load factor.
TDoubleObjectHashMapDecorator - class gnu.trove.decorator.TDoubleObjectHashMapDecorator.
Wrapper class to make a TDoubleObjectHashMap conform to the java.util.Map API.
TDoubleObjectHashMapDecorator(TDoubleObjectHashMap) - Constructor for class gnu.trove.decorator.TDoubleObjectHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TDoubleObjectIterator - class gnu.trove.TDoubleObjectIterator.
Iterator for maps of type double and Object.
TDoubleObjectIterator(TDoubleObjectHashMap) - Constructor for class gnu.trove.TDoubleObjectIterator
Creates an iterator over the specified map
TDoubleObjectProcedure - interface gnu.trove.TDoubleObjectProcedure.
Interface for procedures that take two parameters of type double and Object.
TDoubleProcedure - interface gnu.trove.TDoubleProcedure.
Interface for procedures with one double paramater.
TFloatArrayList - class gnu.trove.TFloatArrayList.
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.
TFloatDoubleHashMap - class gnu.trove.TFloatDoubleHashMap.
An open addressed Map implementation for float keys and double values.
TFloatDoubleHashMap() - Constructor for class gnu.trove.TFloatDoubleHashMap
Creates a new TFloatDoubleHashMap instance with the default capacity and load factor.
TFloatDoubleHashMap(int) - Constructor for class gnu.trove.TFloatDoubleHashMap
Creates a new TFloatDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatDoubleHashMap(int, float) - Constructor for class gnu.trove.TFloatDoubleHashMap
Creates a new TFloatDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TFloatDoubleHashMap(int, float, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatDoubleHashMap
Creates a new TFloatDoubleHashMap instance with a prime value at or near the specified capacity and load factor.
TFloatDoubleHashMap(int, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatDoubleHashMap
Creates a new TFloatDoubleHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TFloatDoubleHashMap(TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatDoubleHashMap
Creates a new TFloatDoubleHashMap instance with the default capacity and load factor.
TFloatDoubleHashMapDecorator - class gnu.trove.decorator.TFloatDoubleHashMapDecorator.
Wrapper class to make a TFloatDoubleHashMap conform to the java.util.Map API.
TFloatDoubleHashMapDecorator(TFloatDoubleHashMap) - Constructor for class gnu.trove.decorator.TFloatDoubleHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TFloatDoubleIterator - class gnu.trove.TFloatDoubleIterator.
Iterator for maps of type float and double.
TFloatDoubleIterator(TFloatDoubleHashMap) - Constructor for class gnu.trove.TFloatDoubleIterator
Creates an iterator over the specified map
TFloatDoubleProcedure - interface gnu.trove.TFloatDoubleProcedure.
Interface for procedures that take two parameters of type float and double.
TFloatFloatHashMap - class gnu.trove.TFloatFloatHashMap.
An open addressed Map implementation for float keys and float values.
TFloatFloatHashMap() - Constructor for class gnu.trove.TFloatFloatHashMap
Creates a new TFloatFloatHashMap instance with the default capacity and load factor.
TFloatFloatHashMap(int) - Constructor for class gnu.trove.TFloatFloatHashMap
Creates a new TFloatFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatFloatHashMap(int, float) - Constructor for class gnu.trove.TFloatFloatHashMap
Creates a new TFloatFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TFloatFloatHashMap(int, float, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatFloatHashMap
Creates a new TFloatFloatHashMap instance with a prime value at or near the specified capacity and load factor.
TFloatFloatHashMap(int, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatFloatHashMap
Creates a new TFloatFloatHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TFloatFloatHashMap(TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatFloatHashMap
Creates a new TFloatFloatHashMap instance with the default capacity and load factor.
TFloatFloatHashMapDecorator - class gnu.trove.decorator.TFloatFloatHashMapDecorator.
Wrapper class to make a TFloatFloatHashMap conform to the java.util.Map API.
TFloatFloatHashMapDecorator(TFloatFloatHashMap) - Constructor for class gnu.trove.decorator.TFloatFloatHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TFloatFloatIterator - class gnu.trove.TFloatFloatIterator.
Iterator for maps of type float and float.
TFloatFloatIterator(TFloatFloatHashMap) - Constructor for class gnu.trove.TFloatFloatIterator
Creates an iterator over the specified map
TFloatFloatProcedure - interface gnu.trove.TFloatFloatProcedure.
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.
TFloatHash(int, float, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatHash
Creates a new TFloatHash instance with a prime value at or near the specified capacity and load factor.
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.
TFloatHashingStrategy - interface gnu.trove.TFloatHashingStrategy.
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.
TFloatHashSet(float[], TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatHashSet
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.
TFloatHashSet(int, float, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatHashSet
Creates a new TFloatHash instance with a prime value at or near the specified capacity and load factor.
TFloatHashSet(int, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatHashSet
Creates a new TFloatHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TFloatHashSet(TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatHashSet
Creates a new TFloatHash instance with the default capacity and load factor.
TFloatHashSetDecorator - class gnu.trove.decorator.TFloatHashSetDecorator.
Wrapper class to make a TFloatHashSet conform to the java.util.Set API.
TFloatHashSetDecorator(TFloatHashSet) - Constructor for class gnu.trove.decorator.TFloatHashSetDecorator
Creates a wrapper that decorates the specified primitive set.
TFloatIntHashMap - class gnu.trove.TFloatIntHashMap.
An open addressed Map implementation for float keys and int values.
TFloatIntHashMap() - Constructor for class gnu.trove.TFloatIntHashMap
Creates a new TFloatIntHashMap instance with the default capacity and load factor.
TFloatIntHashMap(int) - Constructor for class gnu.trove.TFloatIntHashMap
Creates a new TFloatIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatIntHashMap(int, float) - Constructor for class gnu.trove.TFloatIntHashMap
Creates a new TFloatIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TFloatIntHashMap(int, float, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatIntHashMap
Creates a new TFloatIntHashMap instance with a prime value at or near the specified capacity and load factor.
TFloatIntHashMap(int, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatIntHashMap
Creates a new TFloatIntHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TFloatIntHashMap(TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatIntHashMap
Creates a new TFloatIntHashMap instance with the default capacity and load factor.
TFloatIntHashMapDecorator - class gnu.trove.decorator.TFloatIntHashMapDecorator.
Wrapper class to make a TFloatIntHashMap conform to the java.util.Map API.
TFloatIntHashMapDecorator(TFloatIntHashMap) - Constructor for class gnu.trove.decorator.TFloatIntHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TFloatIntIterator - class gnu.trove.TFloatIntIterator.
Iterator for maps of type float and int.
TFloatIntIterator(TFloatIntHashMap) - Constructor for class gnu.trove.TFloatIntIterator
Creates an iterator over the specified map
TFloatIntProcedure - interface gnu.trove.TFloatIntProcedure.
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.
TFloatLongHashMap - class gnu.trove.TFloatLongHashMap.
An open addressed Map implementation for float keys and long values.
TFloatLongHashMap() - Constructor for class gnu.trove.TFloatLongHashMap
Creates a new TFloatLongHashMap instance with the default capacity and load factor.
TFloatLongHashMap(int) - Constructor for class gnu.trove.TFloatLongHashMap
Creates a new TFloatLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatLongHashMap(int, float) - Constructor for class gnu.trove.TFloatLongHashMap
Creates a new TFloatLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TFloatLongHashMap(int, float, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatLongHashMap
Creates a new TFloatLongHashMap instance with a prime value at or near the specified capacity and load factor.
TFloatLongHashMap(int, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatLongHashMap
Creates a new TFloatLongHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TFloatLongHashMap(TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatLongHashMap
Creates a new TFloatLongHashMap instance with the default capacity and load factor.
TFloatLongHashMapDecorator - class gnu.trove.decorator.TFloatLongHashMapDecorator.
Wrapper class to make a TFloatLongHashMap conform to the java.util.Map API.
TFloatLongHashMapDecorator(TFloatLongHashMap) - Constructor for class gnu.trove.decorator.TFloatLongHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TFloatLongIterator - class gnu.trove.TFloatLongIterator.
Iterator for maps of type float and long.
TFloatLongIterator(TFloatLongHashMap) - Constructor for class gnu.trove.TFloatLongIterator
Creates an iterator over the specified map
TFloatLongProcedure - interface gnu.trove.TFloatLongProcedure.
Interface for procedures that take two parameters of type float and long.
TFloatObjectHashMap - class gnu.trove.TFloatObjectHashMap.
An open addressed Map implementation for float keys and Object values.
TFloatObjectHashMap() - Constructor for class gnu.trove.TFloatObjectHashMap
Creates a new TFloatObjectHashMap instance with the default capacity and load factor.
TFloatObjectHashMap(int) - Constructor for class gnu.trove.TFloatObjectHashMap
Creates a new TFloatObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatObjectHashMap(int, float) - Constructor for class gnu.trove.TFloatObjectHashMap
Creates a new TFloatObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TFloatObjectHashMap(int, float, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatObjectHashMap
Creates a new TFloatObjectHashMap instance with a prime value at or near the specified capacity and load factor.
TFloatObjectHashMap(int, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatObjectHashMap
Creates a new TFloatObjectHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TFloatObjectHashMap(TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatObjectHashMap
Creates a new TFloatObjectHashMap instance with the default capacity and load factor.
TFloatObjectHashMapDecorator - class gnu.trove.decorator.TFloatObjectHashMapDecorator.
Wrapper class to make a TFloatObjectHashMap conform to the java.util.Map API.
TFloatObjectHashMapDecorator(TFloatObjectHashMap) - Constructor for class gnu.trove.decorator.TFloatObjectHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TFloatObjectIterator - class gnu.trove.TFloatObjectIterator.
Iterator for maps of type float and Object.
TFloatObjectIterator(TFloatObjectHashMap) - Constructor for class gnu.trove.TFloatObjectIterator
Creates an iterator over the specified map
TFloatObjectProcedure - interface gnu.trove.TFloatObjectProcedure.
Interface for procedures that take two parameters of type float and Object.
TFloatProcedure - interface gnu.trove.TFloatProcedure.
Interface for procedures with one float paramater.
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.
THashMap - class gnu.trove.THashMap.
An implementation of the Map interface which uses an open addressed hash table to store its contents.
THashMap.EntryView - class gnu.trove.THashMap.EntryView.
a view onto the entries of the map.
THashMap.EntryView() - Constructor for class gnu.trove.THashMap.EntryView
 
THashMap.KeyView - class gnu.trove.THashMap.KeyView.
a view onto the keys of the map.
THashMap.KeyView.EntryIterator - class gnu.trove.THashMap.KeyView.EntryIterator.
 
THashMap.KeyView() - Constructor for class gnu.trove.THashMap.KeyView
 
THashMap.ValueView - class gnu.trove.THashMap.ValueView.
a view onto the values of the map.
THashMap.ValueView() - Constructor for class gnu.trove.THashMap.ValueView
 
THashMap() - Constructor for class gnu.trove.THashMap
Creates a new THashMap instance with the default capacity and load factor.
THashMap(int) - Constructor for class gnu.trove.THashMap
Creates a new THashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
THashMap(int, float) - Constructor for class gnu.trove.THashMap
Creates a new THashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
THashMap(int, float, TObjectHashingStrategy) - Constructor for class gnu.trove.THashMap
Creates a new THashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
THashMap(int, TObjectHashingStrategy) - Constructor for class gnu.trove.THashMap
Creates a new THashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
THashMap(Map) - Constructor for class gnu.trove.THashMap
Creates a new THashMap instance which contains the key/value pairs in map.
THashMap(Map, TObjectHashingStrategy) - Constructor for class gnu.trove.THashMap
Creates a new THashMap instance which contains the key/value pairs in map.
THashMap(TObjectHashingStrategy) - Constructor for class gnu.trove.THashMap
Creates a new THashMap instance with the default capacity and load factor.
THashSet - class gnu.trove.THashSet.
An implementation of the Set interface that uses an open-addressed hash table to store its contents.
THashSet() - Constructor for class gnu.trove.THashSet
Creates a new THashSet instance with the default capacity and load factor.
THashSet(Collection) - Constructor for class gnu.trove.THashSet
Creates a new THashSet instance containing the elements of collection.
THashSet(Collection, TObjectHashingStrategy) - Constructor for class gnu.trove.THashSet
Creates a new THashSet instance containing the elements of collection.
THashSet(int) - Constructor for class gnu.trove.THashSet
Creates a new THashSet instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
THashSet(int, float) - Constructor for class gnu.trove.THashSet
Creates a new THashSet instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
THashSet(int, float, TObjectHashingStrategy) - Constructor for class gnu.trove.THashSet
Creates a new THashSet instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
THashSet(int, TObjectHashingStrategy) - Constructor for class gnu.trove.THashSet
Creates a new THashSet instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
THashSet(TObjectHashingStrategy) - Constructor for class gnu.trove.THashSet
Creates a new THashSet instance with the default capacity and load factor.
throwObjectContractViolation(Object, Object) - Method in class gnu.trove.TObjectHash
Convenience methods for subclasses to use in throwing exceptions about badly behaved user objects employed as keys.
TIntArrayList - class 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.
TIntDoubleHashMap - class gnu.trove.TIntDoubleHashMap.
An open addressed Map implementation for int keys and double values.
TIntDoubleHashMap() - Constructor for class gnu.trove.TIntDoubleHashMap
Creates a new TIntDoubleHashMap instance with the default capacity and load factor.
TIntDoubleHashMap(int) - Constructor for class gnu.trove.TIntDoubleHashMap
Creates a new TIntDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntDoubleHashMap(int, float) - Constructor for class gnu.trove.TIntDoubleHashMap
Creates a new TIntDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TIntDoubleHashMap(int, float, TIntHashingStrategy) - Constructor for class gnu.trove.TIntDoubleHashMap
Creates a new TIntDoubleHashMap instance with a prime value at or near the specified capacity and load factor.
TIntDoubleHashMap(int, TIntHashingStrategy) - Constructor for class gnu.trove.TIntDoubleHashMap
Creates a new TIntDoubleHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TIntDoubleHashMap(TIntHashingStrategy) - Constructor for class gnu.trove.TIntDoubleHashMap
Creates a new TIntDoubleHashMap instance with the default capacity and load factor.
TIntDoubleHashMapDecorator - class gnu.trove.decorator.TIntDoubleHashMapDecorator.
Wrapper class to make a TIntDoubleHashMap conform to the java.util.Map API.
TIntDoubleHashMapDecorator(TIntDoubleHashMap) - Constructor for class gnu.trove.decorator.TIntDoubleHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TIntDoubleIterator - class gnu.trove.TIntDoubleIterator.
Iterator for maps of type int and double.
TIntDoubleIterator(TIntDoubleHashMap) - Constructor for class gnu.trove.TIntDoubleIterator
Creates an iterator over the specified map
TIntDoubleProcedure - interface gnu.trove.TIntDoubleProcedure.
Interface for procedures that take two parameters of type int and double.
TIntFloatHashMap - class gnu.trove.TIntFloatHashMap.
An open addressed Map implementation for int keys and float values.
TIntFloatHashMap() - Constructor for class gnu.trove.TIntFloatHashMap
Creates a new TIntFloatHashMap instance with the default capacity and load factor.
TIntFloatHashMap(int) - Constructor for class gnu.trove.TIntFloatHashMap
Creates a new TIntFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntFloatHashMap(int, float) - Constructor for class gnu.trove.TIntFloatHashMap
Creates a new TIntFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TIntFloatHashMap(int, float, TIntHashingStrategy) - Constructor for class gnu.trove.TIntFloatHashMap
Creates a new TIntFloatHashMap instance with a prime value at or near the specified capacity and load factor.
TIntFloatHashMap(int, TIntHashingStrategy) - Constructor for class gnu.trove.TIntFloatHashMap
Creates a new TIntFloatHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TIntFloatHashMap(TIntHashingStrategy) - Constructor for class gnu.trove.TIntFloatHashMap
Creates a new TIntFloatHashMap instance with the default capacity and load factor.
TIntFloatHashMapDecorator - class gnu.trove.decorator.TIntFloatHashMapDecorator.
Wrapper class to make a TIntFloatHashMap conform to the java.util.Map API.
TIntFloatHashMapDecorator(TIntFloatHashMap) - Constructor for class gnu.trove.decorator.TIntFloatHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TIntFloatIterator - class gnu.trove.TIntFloatIterator.
Iterator for maps of type int and float.
TIntFloatIterator(TIntFloatHashMap) - Constructor for class gnu.trove.TIntFloatIterator
Creates an iterator over the specified map
TIntFloatProcedure - interface gnu.trove.TIntFloatProcedure.
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.
TIntHashingStrategy - interface gnu.trove.TIntHashingStrategy.
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[]) - 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(int, float) - Constructor for class gnu.trove.TIntHashSet
Creates a new TIntHashSet instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TIntHashSet(int, float, TIntHashingStrategy) - Constructor for class gnu.trove.TIntHashSet
Creates a new TIntHash instance with a prime value at or near the specified capacity and load factor.
TIntHashSet(int, TIntHashingStrategy) - Constructor for class gnu.trove.TIntHashSet
Creates a new TIntHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
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.
TIntIntHashMap(int, float, TIntHashingStrategy) - Constructor for class gnu.trove.TIntIntHashMap
Creates a new TIntIntHashMap instance with a prime value at or near the specified capacity and load factor.
TIntIntHashMap(int, TIntHashingStrategy) - Constructor for class gnu.trove.TIntIntHashMap
Creates a new TIntIntHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TIntIntHashMap(TIntHashingStrategy) - Constructor for class gnu.trove.TIntIntHashMap
Creates a new TIntIntHashMap instance with the default capacity and load factor.
TIntIntHashMapDecorator - class gnu.trove.decorator.TIntIntHashMapDecorator.
Wrapper class to make a TIntIntHashMap conform to the java.util.Map API.
TIntIntHashMapDecorator(TIntIntHashMap) - Constructor for class gnu.trove.decorator.TIntIntHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TIntIntIterator - class gnu.trove.TIntIntIterator.
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.
TIntLongHashMap - class gnu.trove.TIntLongHashMap.
An open addressed Map implementation for int keys and long values.
TIntLongHashMap() - Constructor for class gnu.trove.TIntLongHashMap
Creates a new TIntLongHashMap instance with the default capacity and load factor.
TIntLongHashMap(int) - Constructor for class gnu.trove.TIntLongHashMap
Creates a new TIntLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntLongHashMap(int, float) - Constructor for class gnu.trove.TIntLongHashMap
Creates a new TIntLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TIntLongHashMap(int, float, TIntHashingStrategy) - Constructor for class gnu.trove.TIntLongHashMap
Creates a new TIntLongHashMap instance with a prime value at or near the specified capacity and load factor.
TIntLongHashMap(int, TIntHashingStrategy) - Constructor for class gnu.trove.TIntLongHashMap
Creates a new TIntLongHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TIntLongHashMap(TIntHashingStrategy) - Constructor for class gnu.trove.TIntLongHashMap
Creates a new TIntLongHashMap instance with the default capacity and load factor.
TIntLongHashMapDecorator - class gnu.trove.decorator.TIntLongHashMapDecorator.
Wrapper class to make a TIntLongHashMap conform to the java.util.Map API.
TIntLongHashMapDecorator(TIntLongHashMap) - Constructor for class gnu.trove.decorator.TIntLongHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TIntLongIterator - class gnu.trove.TIntLongIterator.
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.
TIntObjectHashMap - class gnu.trove.TIntObjectHashMap.
An open addressed Map implementation for int keys and Object values.
TIntObjectHashMap() - Constructor for class gnu.trove.TIntObjectHashMap
Creates a new TIntObjectHashMap instance with the default capacity and load factor.
TIntObjectHashMap(int) - Constructor for class gnu.trove.TIntObjectHashMap
Creates a new TIntObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntObjectHashMap(int, float) - Constructor for class gnu.trove.TIntObjectHashMap
Creates a new TIntObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TIntObjectHashMap(int, float, TIntHashingStrategy) - Constructor for class gnu.trove.TIntObjectHashMap
Creates a new TIntObjectHashMap instance with a prime value at or near the specified capacity and load factor.
TIntObjectHashMap(int, TIntHashingStrategy) - Constructor for class gnu.trove.TIntObjectHashMap
Creates a new TIntObjectHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TIntObjectHashMap(TIntHashingStrategy) - Constructor for class gnu.trove.TIntObjectHashMap
Creates a new TIntObjectHashMap instance with the default capacity and load factor.
TIntObjectHashMapDecorator - class gnu.trove.decorator.TIntObjectHashMapDecorator.
Wrapper class to make a TIntObjectHashMap conform to the java.util.Map API.
TIntObjectHashMapDecorator(TIntObjectHashMap) - Constructor for class gnu.trove.decorator.TIntObjectHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TIntObjectIterator - class gnu.trove.TIntObjectIterator.
Iterator for maps of type int and Object.
TIntObjectIterator(TIntObjectHashMap) - Constructor for class gnu.trove.TIntObjectIterator
Creates an iterator over the specified map
TIntObjectProcedure - interface gnu.trove.TIntObjectProcedure.
Interface for procedures that take two parameters of type int and Object.
TIntProcedure - interface gnu.trove.TIntProcedure.
Interface for procedures with one int paramater.
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.
TLinkable - interface gnu.trove.TLinkable.
Interface for Objects which can be inserted into a TLinkedList.
TLinkableAdaptor - class gnu.trove.TLinkableAdaptor.
Adapter for TLinkable interface which implements the interface and can therefore be extended trivially to create TLinkable objects without having to implement the obvious.
TLinkableAdaptor() - Constructor for class gnu.trove.TLinkableAdaptor
 
TLinkedList - class gnu.trove.TLinkedList.
A LinkedList implementation which holds instances of type TLinkable.
TLinkedList.IteratorImpl - class gnu.trove.TLinkedList.IteratorImpl.
A ListIterator that supports additions and deletions.
TLinkedList() - Constructor for class gnu.trove.TLinkedList
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.
TLongDoubleHashMap - class gnu.trove.TLongDoubleHashMap.
An open addressed Map implementation for long keys and double values.
TLongDoubleHashMap() - Constructor for class gnu.trove.TLongDoubleHashMap
Creates a new TLongDoubleHashMap instance with the default capacity and load factor.
TLongDoubleHashMap(int) - Constructor for class gnu.trove.TLongDoubleHashMap
Creates a new TLongDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongDoubleHashMap(int, float) - Constructor for class gnu.trove.TLongDoubleHashMap
Creates a new TLongDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TLongDoubleHashMap(int, float, TLongHashingStrategy) - Constructor for class gnu.trove.TLongDoubleHashMap
Creates a new TLongDoubleHashMap instance with a prime value at or near the specified capacity and load factor.
TLongDoubleHashMap(int, TLongHashingStrategy) - Constructor for class gnu.trove.TLongDoubleHashMap
Creates a new TLongDoubleHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TLongDoubleHashMap(TLongHashingStrategy) - Constructor for class gnu.trove.TLongDoubleHashMap
Creates a new TLongDoubleHashMap instance with the default capacity and load factor.
TLongDoubleHashMapDecorator - class gnu.trove.decorator.TLongDoubleHashMapDecorator.
Wrapper class to make a TLongDoubleHashMap conform to the java.util.Map API.
TLongDoubleHashMapDecorator(TLongDoubleHashMap) - Constructor for class gnu.trove.decorator.TLongDoubleHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TLongDoubleIterator - class gnu.trove.TLongDoubleIterator.
Iterator for maps of type long and double.
TLongDoubleIterator(TLongDoubleHashMap) - Constructor for class gnu.trove.TLongDoubleIterator
Creates an iterator over the specified map
TLongDoubleProcedure - interface gnu.trove.TLongDoubleProcedure.
Interface for procedures that take two parameters of type long and double.
TLongFloatHashMap - class gnu.trove.TLongFloatHashMap.
An open addressed Map implementation for long keys and float values.
TLongFloatHashMap() - Constructor for class gnu.trove.TLongFloatHashMap
Creates a new TLongFloatHashMap instance with the default capacity and load factor.
TLongFloatHashMap(int) - Constructor for class gnu.trove.TLongFloatHashMap
Creates a new TLongFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongFloatHashMap(int, float) - Constructor for class gnu.trove.TLongFloatHashMap
Creates a new TLongFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TLongFloatHashMap(int, float, TLongHashingStrategy) - Constructor for class gnu.trove.TLongFloatHashMap
Creates a new TLongFloatHashMap instance with a prime value at or near the specified capacity and load factor.
TLongFloatHashMap(int, TLongHashingStrategy) - Constructor for class gnu.trove.TLongFloatHashMap
Creates a new TLongFloatHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TLongFloatHashMap(TLongHashingStrategy) - Constructor for class gnu.trove.TLongFloatHashMap
Creates a new TLongFloatHashMap instance with the default capacity and load factor.
TLongFloatHashMapDecorator - class gnu.trove.decorator.TLongFloatHashMapDecorator.
Wrapper class to make a TLongFloatHashMap conform to the java.util.Map API.
TLongFloatHashMapDecorator(TLongFloatHashMap) - Constructor for class gnu.trove.decorator.TLongFloatHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TLongFloatIterator - class gnu.trove.TLongFloatIterator.
Iterator for maps of type long and float.
TLongFloatIterator(TLongFloatHashMap) - Constructor for class gnu.trove.TLongFloatIterator
Creates an iterator over the specified map
TLongFloatProcedure - interface gnu.trove.TLongFloatProcedure.
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.
TLongHashingStrategy - interface gnu.trove.TLongHashingStrategy.
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.
TLongHashSet(int, float, TLongHashingStrategy) - Constructor for class gnu.trove.TLongHashSet
Creates a new TLongHash instance with a prime value at or near the specified capacity and load factor.
TLongHashSet(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.
TLongHashSet(long[], TLongHashingStrategy) - Constructor for class gnu.trove.TLongHashSet
Creates a new TLongHashSet instance containing the elements of array.
TLongHashSet(TLongHashingStrategy) - Constructor for class gnu.trove.TLongHashSet
Creates a new TLongHash instance with the default capacity and load factor.
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.
TLongIntHashMap - class gnu.trove.TLongIntHashMap.
An open addressed Map implementation for long keys and int values.
TLongIntHashMap() - Constructor for class gnu.trove.TLongIntHashMap
Creates a new TLongIntHashMap instance with the default capacity and load factor.
TLongIntHashMap(int) - Constructor for class gnu.trove.TLongIntHashMap
Creates a new TLongIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongIntHashMap(int, float) - Constructor for class gnu.trove.TLongIntHashMap
Creates a new TLongIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TLongIntHashMap(int, float, TLongHashingStrategy) - Constructor for class gnu.trove.TLongIntHashMap
Creates a new TLongIntHashMap instance with a prime value at or near the specified capacity and load factor.
TLongIntHashMap(int, TLongHashingStrategy) - Constructor for class gnu.trove.TLongIntHashMap
Creates a new TLongIntHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TLongIntHashMap(TLongHashingStrategy) - Constructor for class gnu.trove.TLongIntHashMap
Creates a new TLongIntHashMap instance with the default capacity and load factor.
TLongIntHashMapDecorator - class gnu.trove.decorator.TLongIntHashMapDecorator.
Wrapper class to make a TLongIntHashMap conform to the java.util.Map API.
TLongIntHashMapDecorator(TLongIntHashMap) - Constructor for class gnu.trove.decorator.TLongIntHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TLongIntIterator - class gnu.trove.TLongIntIterator.
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.
TLongLongHashMap - class gnu.trove.TLongLongHashMap.
An open addressed Map implementation for long keys and long values.
TLongLongHashMap() - Constructor for class gnu.trove.TLongLongHashMap
Creates a new TLongLongHashMap instance with the default capacity and load factor.
TLongLongHashMap(int) - Constructor for class gnu.trove.TLongLongHashMap
Creates a new TLongLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongLongHashMap(int, float) - Constructor for class gnu.trove.TLongLongHashMap
Creates a new TLongLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TLongLongHashMap(int, float, TLongHashingStrategy) - Constructor for class gnu.trove.TLongLongHashMap
Creates a new TLongLongHashMap instance with a prime value at or near the specified capacity and load factor.
TLongLongHashMap(int, TLongHashingStrategy) - Constructor for class gnu.trove.TLongLongHashMap
Creates a new TLongLongHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TLongLongHashMap(TLongHashingStrategy) - Constructor for class gnu.trove.TLongLongHashMap
Creates a new TLongLongHashMap instance with the default capacity and load factor.
TLongLongHashMapDecorator - class gnu.trove.decorator.TLongLongHashMapDecorator.
Wrapper class to make a TLongLongHashMap conform to the java.util.Map API.
TLongLongHashMapDecorator(TLongLongHashMap) - Constructor for class gnu.trove.decorator.TLongLongHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TLongLongIterator - class gnu.trove.TLongLongIterator.
Iterator for maps of type long and long.
TLongLongIterator(TLongLongHashMap) - Constructor for class gnu.trove.TLongLongIterator
Creates an iterator over the specified map
TLongLongProcedure - interface gnu.trove.TLongLongProcedure.
Interface for procedures that take two parameters of type long and long.
TLongObjectHashMap - class gnu.trove.TLongObjectHashMap.
An open addressed Map implementation for long keys and Object values.
TLongObjectHashMap() - Constructor for class gnu.trove.TLongObjectHashMap
Creates a new TLongObjectHashMap instance with the default capacity and load factor.
TLongObjectHashMap(int) - Constructor for class gnu.trove.TLongObjectHashMap
Creates a new TLongObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongObjectHashMap(int, float) - Constructor for class gnu.trove.TLongObjectHashMap
Creates a new TLongObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TLongObjectHashMap(int, float, TLongHashingStrategy) - Constructor for class gnu.trove.TLongObjectHashMap
Creates a new TLongObjectHashMap instance with a prime value at or near the specified capacity and load factor.
TLongObjectHashMap(int, TLongHashingStrategy) - Constructor for class gnu.trove.TLongObjectHashMap
Creates a new TLongObjectHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TLongObjectHashMap(TLongHashingStrategy) - Constructor for class gnu.trove.TLongObjectHashMap
Creates a new TLongObjectHashMap instance with the default capacity and load factor.
TLongObjectHashMapDecorator - class gnu.trove.decorator.TLongObjectHashMapDecorator.
Wrapper class to make a TLongObjectHashMap conform to the java.util.Map API.
TLongObjectHashMapDecorator(TLongObjectHashMap) - Constructor for class gnu.trove.decorator.TLongObjectHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TLongObjectIterator - class gnu.trove.TLongObjectIterator.
Iterator for maps of type long and Object.
TLongObjectIterator(TLongObjectHashMap) - Constructor for class gnu.trove.TLongObjectIterator
Creates an iterator over the specified map
TLongObjectProcedure - interface gnu.trove.TLongObjectProcedure.
Interface for procedures that take two parameters of type long and Object.
TLongProcedure - interface gnu.trove.TLongProcedure.
Interface for procedures with one long paramater.
toArray() - Method in class gnu.trove.TLongHashSet
Returns a new array containing the values in the set.
toArray() - Method in class gnu.trove.TLinkedList
Copies the list's contents into a native array.
toArray() - Method in class gnu.trove.TIntHashSet
Returns a new array containing the values in the set.
toArray() - Method in class gnu.trove.THashSet
Returns a new array containing the objects in the set.
toArray() - Method in class gnu.trove.THashMap.KeyView
 
toArray() - Method in class gnu.trove.TFloatHashSet
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(Object[]) - Method in class gnu.trove.THashSet
Returns a typed array of the objects in the set.
toArray(Object[]) - Method in class gnu.trove.THashMap.KeyView
 
TObjectDoubleHashMap - class gnu.trove.TObjectDoubleHashMap.
An open addressed Map implementation for Object keys and double values.
TObjectDoubleHashMap() - Constructor for class gnu.trove.TObjectDoubleHashMap
Creates a new TObjectDoubleHashMap instance with the default capacity and load factor.
TObjectDoubleHashMap(int) - Constructor for class gnu.trove.TObjectDoubleHashMap
Creates a new TObjectDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TObjectDoubleHashMap(int, float) - Constructor for class gnu.trove.TObjectDoubleHashMap
Creates a new TObjectDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TObjectDoubleHashMap(int, float, TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectDoubleHashMap
Creates a new TObjectDoubleHashMap instance with a prime value at or near the specified capacity and load factor.
TObjectDoubleHashMap(int, TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectDoubleHashMap
Creates a new TObjectDoubleHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TObjectDoubleHashMap(TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectDoubleHashMap
Creates a new TObjectDoubleHashMap instance with the default capacity and load factor.
TObjectDoubleHashMapDecorator - class gnu.trove.decorator.TObjectDoubleHashMapDecorator.
Wrapper class to make a TObjectDoubleHashMap conform to the java.util.Map API.
TObjectDoubleHashMapDecorator(TObjectDoubleHashMap) - Constructor for class gnu.trove.decorator.TObjectDoubleHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TObjectDoubleIterator - class gnu.trove.TObjectDoubleIterator.
Iterator for maps of type Object and double.
TObjectDoubleIterator(TObjectDoubleHashMap) - Constructor for class gnu.trove.TObjectDoubleIterator
 
TObjectDoubleProcedure - interface gnu.trove.TObjectDoubleProcedure.
Interface for procedures that take two parameters of type Object and double.
TObjectFloatHashMap - class gnu.trove.TObjectFloatHashMap.
An open addressed Map implementation for Object keys and float values.
TObjectFloatHashMap() - Constructor for class gnu.trove.TObjectFloatHashMap
Creates a new TObjectFloatHashMap instance with the default capacity and load factor.
TObjectFloatHashMap(int) - Constructor for class gnu.trove.TObjectFloatHashMap
Creates a new TObjectFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TObjectFloatHashMap(int, float) - Constructor for class gnu.trove.TObjectFloatHashMap
Creates a new TObjectFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TObjectFloatHashMap(int, float, TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectFloatHashMap
Creates a new TObjectFloatHashMap instance with a prime value at or near the specified capacity and load factor.
TObjectFloatHashMap(int, TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectFloatHashMap
Creates a new TObjectFloatHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TObjectFloatHashMap(TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectFloatHashMap
Creates a new TObjectFloatHashMap instance with the default capacity and load factor.
TObjectFloatHashMapDecorator - class gnu.trove.decorator.TObjectFloatHashMapDecorator.
Wrapper class to make a TObjectFloatHashMap conform to the java.util.Map API.
TObjectFloatHashMapDecorator(TObjectFloatHashMap) - Constructor for class gnu.trove.decorator.TObjectFloatHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TObjectFloatIterator - class gnu.trove.TObjectFloatIterator.
Iterator for maps of type Object and float.
TObjectFloatIterator(TObjectFloatHashMap) - Constructor for class gnu.trove.TObjectFloatIterator
 
TObjectFloatProcedure - interface gnu.trove.TObjectFloatProcedure.
Interface for procedures that take two parameters of type Object and float.
TObjectFunction - interface gnu.trove.TObjectFunction.
Interface for functions that accept and return one Object reference.
TObjectHash - class gnu.trove.TObjectHash.
An open addressed hashing implementation for Object types.
TObjectHash() - Constructor for class gnu.trove.TObjectHash
Creates a new TObjectHash instance with the default capacity and load factor.
TObjectHash(int) - Constructor for class gnu.trove.TObjectHash
Creates a new TObjectHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TObjectHash(int, float) - Constructor for class gnu.trove.TObjectHash
Creates a new TObjectHash instance with a prime value at or near the specified capacity and load factor.
TObjectHash(int, float, TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectHash
Creates a new TObjectHash instance with a prime value at or near the specified capacity and load factor.
TObjectHash(int, TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectHash
Creates a new TObjectHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TObjectHash(TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectHash
Creates a new TObjectHash instance with the default capacity and load factor and a custom hashing strategy.
TObjectHashingStrategy - interface gnu.trove.TObjectHashingStrategy.
Interface to support pluggable hashing strategies in maps and sets.
TObjectIdentityHashingStrategy - class gnu.trove.TObjectIdentityHashingStrategy.
This object hashing strategy uses the System.identityHashCode method to provide identity hash codes.
TObjectIdentityHashingStrategy() - Constructor for class gnu.trove.TObjectIdentityHashingStrategy
 
TObjectIntHashMap - class gnu.trove.TObjectIntHashMap.
An open addressed Map implementation for Object keys and int values.
TObjectIntHashMap() - Constructor for class gnu.trove.TObjectIntHashMap
Creates a new TObjectIntHashMap instance with the default capacity and load factor.
TObjectIntHashMap(int) - Constructor for class gnu.trove.TObjectIntHashMap
Creates a new TObjectIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TObjectIntHashMap(int, float) - Constructor for class gnu.trove.TObjectIntHashMap
Creates a new TObjectIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TObjectIntHashMap(int, float, TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectIntHashMap
Creates a new TObjectIntHashMap instance with a prime value at or near the specified capacity and load factor.
TObjectIntHashMap(int, TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectIntHashMap
Creates a new TObjectIntHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TObjectIntHashMap(TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectIntHashMap
Creates a new TObjectIntHashMap instance with the default capacity and load factor.
TObjectIntHashMapDecorator - class gnu.trove.decorator.TObjectIntHashMapDecorator.
Wrapper class to make a TObjectIntHashMap conform to the java.util.Map API.
TObjectIntHashMapDecorator(TObjectIntHashMap) - Constructor for class gnu.trove.decorator.TObjectIntHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TObjectIntIterator - class gnu.trove.TObjectIntIterator.
Iterator for maps of type Object and int.
TObjectIntIterator(TObjectIntHashMap) - Constructor for class gnu.trove.TObjectIntIterator
 
TObjectIntProcedure - interface gnu.trove.TObjectIntProcedure.
Interface for procedures that take two parameters of type Object and int.
TObjectLongHashMap - class gnu.trove.TObjectLongHashMap.
An open addressed Map implementation for Object keys and long values.
TObjectLongHashMap() - Constructor for class gnu.trove.TObjectLongHashMap
Creates a new TObjectLongHashMap instance with the default capacity and load factor.
TObjectLongHashMap(int) - Constructor for class gnu.trove.TObjectLongHashMap
Creates a new TObjectLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TObjectLongHashMap(int, float) - Constructor for class gnu.trove.TObjectLongHashMap
Creates a new TObjectLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TObjectLongHashMap(int, float, TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectLongHashMap
Creates a new TObjectLongHashMap instance with a prime value at or near the specified capacity and load factor.
TObjectLongHashMap(int, TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectLongHashMap
Creates a new TObjectLongHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TObjectLongHashMap(TObjectHashingStrategy) - Constructor for class gnu.trove.TObjectLongHashMap
Creates a new TObjectLongHashMap instance with the default capacity and load factor.
TObjectLongHashMapDecorator - class gnu.trove.decorator.TObjectLongHashMapDecorator.
Wrapper class to make a TObjectLongHashMap conform to the java.util.Map API.
TObjectLongHashMapDecorator(TObjectLongHashMap) - Constructor for class gnu.trove.decorator.TObjectLongHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TObjectLongIterator - class gnu.trove.TObjectLongIterator.
Iterator for maps of type Object and long.
TObjectLongIterator(TObjectLongHashMap) - Constructor for class gnu.trove.TObjectLongIterator
 
TObjectLongProcedure - interface gnu.trove.TObjectLongProcedure.
Interface for procedures that take two parameters of type Object and long.
TObjectObjectProcedure - interface gnu.trove.TObjectObjectProcedure.
Interface for procedures that take two Object parameters.
TObjectProcedure - interface gnu.trove.TObjectProcedure.
Interface for procedures with one Object paramater.
toNativeArray() - Method in class gnu.trove.TLongArrayList
Copies the contents of the list into a native array.
toNativeArray() - Method in class gnu.trove.TIntArrayList
Copies the contents of the list into a native array.
toNativeArray() - Method in class gnu.trove.TFloatArrayList
Copies the contents of the list into a native array.
toNativeArray() - Method in class gnu.trove.TDoubleArrayList
Copies the contents of the list into a native array.
toNativeArray(double[], int, int) - Method in class gnu.trove.TDoubleArrayList
Copies a slice of the list into a native array.
toNativeArray(float[], int, int) - Method in class gnu.trove.TFloatArrayList
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(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.TIntArrayList
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.TDoubleArrayList
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.
toString() - Method in class gnu.trove.TLongArrayList
Returns a String representation of the list, front to back.
toString() - Method in class gnu.trove.TIntArrayList
Returns a String representation of the list, front to back.
toString() - Method in class gnu.trove.TFloatArrayList
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.
toUnlinkedArray() - Method in class gnu.trove.TLinkedList
Copies the list to a native array, destroying the next/previous links as the copy is made.
TPrimitiveHash - class 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.
transformValues(TDoubleFunction) - Method in class gnu.trove.TObjectDoubleHashMap
Transform the values in this map using function.
transformValues(TDoubleFunction) - Method in class gnu.trove.TLongDoubleHashMap
Transform the values in this map using function.
transformValues(TDoubleFunction) - Method in class gnu.trove.TIntDoubleHashMap
Transform the values in this map using function.
transformValues(TDoubleFunction) - Method in class gnu.trove.TFloatDoubleHashMap
Transform the values in this map using function.
transformValues(TDoubleFunction) - Method in class gnu.trove.TDoubleDoubleHashMap
Transform the values in this map using function.
transformValues(TDoubleFunction) - Method in class gnu.trove.TDoubleArrayList
Transform each value in the list using the specified function.
transformValues(TFloatFunction) - Method in class gnu.trove.TObjectFloatHashMap
Transform the values in this map using function.
transformValues(TFloatFunction) - Method in class gnu.trove.TLongFloatHashMap
Transform the values in this map using function.
transformValues(TFloatFunction) - Method in class gnu.trove.TIntFloatHashMap
Transform the values in this map using function.
transformValues(TFloatFunction) - Method in class gnu.trove.TFloatFloatHashMap
Transform the values in this map using function.
transformValues(TFloatFunction) - Method in class gnu.trove.TFloatArrayList
Transform each value in the list using the specified function.
transformValues(TFloatFunction) - Method in class gnu.trove.TDoubleFloatHashMap
Transform the values in this map using function.
transformValues(TIntFunction) - Method in class gnu.trove.TObjectIntHashMap
Transform the values in this map using function.
transformValues(TIntFunction) - Method in class gnu.trove.TLongIntHashMap
Transform the values in this map using function.
transformValues(TIntFunction) - Method in class gnu.trove.TIntIntHashMap
Transform the values in this map using function.
transformValues(TIntFunction) - Method in class gnu.trove.TIntArrayList
Transform each value in the list using the specified function.
transformValues(TIntFunction) - Method in class gnu.trove.TFloatIntHashMap
Transform the values in this map using function.
transformValues(TIntFunction) - Method in class gnu.trove.TDoubleIntHashMap
Transform the values in this map using function.
transformValues(TLongFunction) - Method in class gnu.trove.TObjectLongHashMap
Transform the values in this map using function.
transformValues(TLongFunction) - Method in class gnu.trove.TLongLongHashMap
Transform the values in this map using function.
transformValues(TLongFunction) - Method in class gnu.trove.TLongArrayList
Transform each value in the list using the specified function.
transformValues(TLongFunction) - Method in class gnu.trove.TIntLongHashMap
Transform the values in this map using function.
transformValues(TLongFunction) - Method in class gnu.trove.TFloatLongHashMap
Transform the values in this map using function.
transformValues(TLongFunction) - Method in class gnu.trove.TDoubleLongHashMap
Transform the values in this map using function.
transformValues(TObjectFunction) - Method in class gnu.trove.TLongObjectHashMap
Transform the values in this map using function.
transformValues(TObjectFunction) - Method in class gnu.trove.TIntObjectHashMap
Transform the values in this map using function.
transformValues(TObjectFunction) - Method in class gnu.trove.THashMap
Transform the values in this map using function.
transformValues(TObjectFunction) - Method in class gnu.trove.TFloatObjectHashMap
Transform the values in this map using function.
transformValues(TObjectFunction) - Method in class gnu.trove.TDoubleObjectHashMap
Transform the values in this map using function.
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.TIntArrayList
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.TFloatArrayList
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.

GNU Trove
A B C D E F G H I K L M N O P R S T U V W _
GNU Trove is copyright © 2001-2003 Eric D. Friedman. All Rights Reserved.