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

T

TByteArrayList - Class in gnu.trove
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.
TByteByteHashMap - Class in gnu.trove
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.
TByteByteHashMap(int, float, TByteHashingStrategy) - Constructor for class gnu.trove.TByteByteHashMap
Creates a new TByteByteHashMap instance with a prime value at or near the specified capacity and load factor.
TByteByteHashMap(int, TByteHashingStrategy) - Constructor for class gnu.trove.TByteByteHashMap
Creates a new TByteByteHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TByteByteHashMap(TByteHashingStrategy) - Constructor for class gnu.trove.TByteByteHashMap
Creates a new TByteByteHashMap instance with the default capacity and load factor.
TByteByteHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TByteByteHashMap conform to the java.util.Map API.
TByteByteHashMapDecorator() - Constructor for class gnu.trove.decorator.TByteByteHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TByteByteHashMapDecorator(TByteByteHashMap) - Constructor for class gnu.trove.decorator.TByteByteHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TByteByteIterator - Class in gnu.trove
Iterator for maps of type byte and byte.
TByteByteIterator(TByteByteHashMap) - Constructor for class gnu.trove.TByteByteIterator
Creates an iterator over the specified map
TByteByteProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type byte and byte.
TByteDoubleHashMap - Class in gnu.trove
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.
TByteDoubleHashMap(int, float, TByteHashingStrategy) - Constructor for class gnu.trove.TByteDoubleHashMap
Creates a new TByteDoubleHashMap instance with a prime value at or near the specified capacity and load factor.
TByteDoubleHashMap(int, TByteHashingStrategy) - Constructor for class gnu.trove.TByteDoubleHashMap
Creates a new TByteDoubleHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TByteDoubleHashMap(TByteHashingStrategy) - Constructor for class gnu.trove.TByteDoubleHashMap
Creates a new TByteDoubleHashMap instance with the default capacity and load factor.
TByteDoubleHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TByteDoubleHashMap conform to the java.util.Map API.
TByteDoubleHashMapDecorator() - Constructor for class gnu.trove.decorator.TByteDoubleHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TByteDoubleHashMapDecorator(TByteDoubleHashMap) - Constructor for class gnu.trove.decorator.TByteDoubleHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TByteDoubleIterator - Class in gnu.trove
Iterator for maps of type byte and double.
TByteDoubleIterator(TByteDoubleHashMap) - Constructor for class gnu.trove.TByteDoubleIterator
Creates an iterator over the specified map
TByteDoubleProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type byte and double.
TByteFloatHashMap - Class in gnu.trove
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.
TByteFloatHashMap(int, float, TByteHashingStrategy) - Constructor for class gnu.trove.TByteFloatHashMap
Creates a new TByteFloatHashMap instance with a prime value at or near the specified capacity and load factor.
TByteFloatHashMap(int, TByteHashingStrategy) - Constructor for class gnu.trove.TByteFloatHashMap
Creates a new TByteFloatHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TByteFloatHashMap(TByteHashingStrategy) - Constructor for class gnu.trove.TByteFloatHashMap
Creates a new TByteFloatHashMap instance with the default capacity and load factor.
TByteFloatHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TByteFloatHashMap conform to the java.util.Map API.
TByteFloatHashMapDecorator() - Constructor for class gnu.trove.decorator.TByteFloatHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TByteFloatHashMapDecorator(TByteFloatHashMap) - Constructor for class gnu.trove.decorator.TByteFloatHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TByteFloatIterator - Class in gnu.trove
Iterator for maps of type byte and float.
TByteFloatIterator(TByteFloatHashMap) - Constructor for class gnu.trove.TByteFloatIterator
Creates an iterator over the specified map
TByteFloatProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type byte and float.
TByteFunction - Interface in gnu.trove
Interface for functions that accept and return one byte primitive.
TByteHash - Class in gnu.trove
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.
TByteHashingStrategy - Interface in gnu.trove
Interface to support pluggable hashing strategies in maps and sets.
TByteHashSet - Class in gnu.trove
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.
TByteHashSet(byte[], TByteHashingStrategy) - Constructor for class gnu.trove.TByteHashSet
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.
TByteHashSet(int, float, TByteHashingStrategy) - Constructor for class gnu.trove.TByteHashSet
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 in gnu.trove.decorator
Wrapper class to make a TByteHashSet conform to the java.util.Set API.
TByteHashSetDecorator() - Constructor for class gnu.trove.decorator.TByteHashSetDecorator
FOR EXTERNALIZATION ONLY!!
TByteHashSetDecorator(TByteHashSet) - Constructor for class gnu.trove.decorator.TByteHashSetDecorator
Creates a wrapper that decorates the specified primitive set.
TByteIntHashMap - Class in gnu.trove
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.
TByteIntHashMap(int, float, TByteHashingStrategy) - Constructor for class gnu.trove.TByteIntHashMap
Creates a new TByteIntHashMap instance with a prime value at or near the specified capacity and load factor.
TByteIntHashMap(int, TByteHashingStrategy) - Constructor for class gnu.trove.TByteIntHashMap
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.
TByteIntHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TByteIntHashMap conform to the java.util.Map API.
TByteIntHashMapDecorator() - Constructor for class gnu.trove.decorator.TByteIntHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TByteIntHashMapDecorator(TByteIntHashMap) - Constructor for class gnu.trove.decorator.TByteIntHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TByteIntIterator - Class in gnu.trove
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 in gnu.trove
Interface for procedures that take two parameters of type byte and int.
TByteIterator - Class in gnu.trove
Iterator for byte collections.
TByteIterator(TByteHash) - Constructor for class gnu.trove.TByteIterator
Creates a TByteIterator for the elements in the specified collection.
TByteLongHashMap - Class in gnu.trove
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.
TByteLongHashMap(int, float, TByteHashingStrategy) - Constructor for class gnu.trove.TByteLongHashMap
Creates a new TByteLongHashMap instance with a prime value at or near the specified capacity and load factor.
TByteLongHashMap(int, TByteHashingStrategy) - Constructor for class gnu.trove.TByteLongHashMap
Creates a new TByteLongHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TByteLongHashMap(TByteHashingStrategy) - Constructor for class gnu.trove.TByteLongHashMap
Creates a new TByteLongHashMap instance with the default capacity and load factor.
TByteLongHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TByteLongHashMap conform to the java.util.Map API.
TByteLongHashMapDecorator() - Constructor for class gnu.trove.decorator.TByteLongHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TByteLongHashMapDecorator(TByteLongHashMap) - Constructor for class gnu.trove.decorator.TByteLongHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TByteLongIterator - Class in gnu.trove
Iterator for maps of type byte and long.
TByteLongIterator(TByteLongHashMap) - Constructor for class gnu.trove.TByteLongIterator
Creates an iterator over the specified map
TByteLongProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type byte and long.
TByteObjectHashMap<V> - Class in gnu.trove
An open addressed Map implementation for byte keys and Object values.
TByteObjectHashMap() - Constructor for class gnu.trove.TByteObjectHashMap
Creates a new TByteObjectHashMap instance with the default capacity and load factor.
TByteObjectHashMap(int) - Constructor for class gnu.trove.TByteObjectHashMap
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
Creates a new TByteObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TByteObjectHashMap(int, float, TByteHashingStrategy) - Constructor for class gnu.trove.TByteObjectHashMap
Creates a new TByteObjectHashMap instance with a prime value at or near the specified capacity and load factor.
TByteObjectHashMap(int, TByteHashingStrategy) - Constructor for class gnu.trove.TByteObjectHashMap
Creates a new TByteObjectHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TByteObjectHashMap(TByteHashingStrategy) - Constructor for class gnu.trove.TByteObjectHashMap
Creates a new TByteObjectHashMap instance with the default capacity and load factor.
TByteObjectHashMapDecorator<V> - Class in gnu.trove.decorator
Wrapper class to make a TByteObjectHashMap conform to the java.util.Map API.
TByteObjectHashMapDecorator() - Constructor for class gnu.trove.decorator.TByteObjectHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TByteObjectHashMapDecorator(TByteObjectHashMap<V>) - Constructor for class gnu.trove.decorator.TByteObjectHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TByteObjectIterator<V> - Class in gnu.trove
Iterator for maps of type byte and Object.
TByteObjectIterator(TByteObjectHashMap<V>) - Constructor for class gnu.trove.TByteObjectIterator
Creates an iterator over the specified map
TByteObjectProcedure<T> - Interface in gnu.trove
Interface for procedures that take two parameters of type byte and Object.
TByteProcedure - Interface in gnu.trove
Interface for procedures with one byte parameter.
TByteShortHashMap - Class in gnu.trove
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.
TByteShortHashMap(int, float, TByteHashingStrategy) - Constructor for class gnu.trove.TByteShortHashMap
Creates a new TByteShortHashMap instance with a prime value at or near the specified capacity and load factor.
TByteShortHashMap(int, TByteHashingStrategy) - Constructor for class gnu.trove.TByteShortHashMap
Creates a new TByteShortHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TByteShortHashMap(TByteHashingStrategy) - Constructor for class gnu.trove.TByteShortHashMap
Creates a new TByteShortHashMap instance with the default capacity and load factor.
TByteShortHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TByteShortHashMap conform to the java.util.Map API.
TByteShortHashMapDecorator() - Constructor for class gnu.trove.decorator.TByteShortHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TByteShortHashMapDecorator(TByteShortHashMap) - Constructor for class gnu.trove.decorator.TByteShortHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TByteShortIterator - Class in gnu.trove
Iterator for maps of type byte and short.
TByteShortIterator(TByteShortHashMap) - Constructor for class gnu.trove.TByteShortIterator
Creates an iterator over the specified map
TByteShortProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type byte and short.
TByteStack - Class in gnu.trove
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.
TDoubleArrayList - Class in gnu.trove
A resizable, array-backed list of double primitives.
TDoubleArrayList() - Constructor for class gnu.trove.TDoubleArrayList
Creates a new TDoubleArrayList instance with the default capacity.
TDoubleArrayList(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.
TDoubleByteHashMap - Class in gnu.trove
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.
TDoubleByteHashMap(int, float, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleByteHashMap
Creates a new TDoubleByteHashMap instance with a prime value at or near the specified capacity and load factor.
TDoubleByteHashMap(int, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleByteHashMap
Creates a new TDoubleByteHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TDoubleByteHashMap(TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleByteHashMap
Creates a new TDoubleByteHashMap instance with the default capacity and load factor.
TDoubleByteHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TDoubleByteHashMap conform to the java.util.Map API.
TDoubleByteHashMapDecorator() - Constructor for class gnu.trove.decorator.TDoubleByteHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TDoubleByteHashMapDecorator(TDoubleByteHashMap) - Constructor for class gnu.trove.decorator.TDoubleByteHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TDoubleByteIterator - Class in gnu.trove
Iterator for maps of type double and byte.
TDoubleByteIterator(TDoubleByteHashMap) - Constructor for class gnu.trove.TDoubleByteIterator
Creates an iterator over the specified map
TDoubleByteProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type double and byte.
TDoubleDoubleHashMap - Class in gnu.trove
An open addressed Map implementation for double keys and double values.
TDoubleDoubleHashMap() - Constructor for class gnu.trove.TDoubleDoubleHashMap
Creates a new TDoubleDoubleHashMap instance with the default capacity and load factor.
TDoubleDoubleHashMap(int) - Constructor for class gnu.trove.TDoubleDoubleHashMap
Creates a new TDoubleDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TDoubleDoubleHashMap(int, float) - Constructor for class gnu.trove.TDoubleDoubleHashMap
Creates a new TDoubleDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TDoubleDoubleHashMap(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 in gnu.trove.decorator
Wrapper class to make a TDoubleDoubleHashMap conform to the java.util.Map API.
TDoubleDoubleHashMapDecorator() - Constructor for class gnu.trove.decorator.TDoubleDoubleHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TDoubleDoubleHashMapDecorator(TDoubleDoubleHashMap) - Constructor for class gnu.trove.decorator.TDoubleDoubleHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TDoubleDoubleIterator - Class in gnu.trove
Iterator for maps of type double and double.
TDoubleDoubleIterator(TDoubleDoubleHashMap) - Constructor for class gnu.trove.TDoubleDoubleIterator
Creates an iterator over the specified map
TDoubleDoubleProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type double and double.
TDoubleFloatHashMap - Class in gnu.trove
An open addressed Map implementation for double keys and float values.
TDoubleFloatHashMap() - Constructor for class gnu.trove.TDoubleFloatHashMap
Creates a new TDoubleFloatHashMap instance with the default capacity and load factor.
TDoubleFloatHashMap(int) - Constructor for class gnu.trove.TDoubleFloatHashMap
Creates a new TDoubleFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TDoubleFloatHashMap(int, float) - Constructor for class gnu.trove.TDoubleFloatHashMap
Creates a new TDoubleFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TDoubleFloatHashMap(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 in gnu.trove.decorator
Wrapper class to make a TDoubleFloatHashMap conform to the java.util.Map API.
TDoubleFloatHashMapDecorator() - Constructor for class gnu.trove.decorator.TDoubleFloatHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TDoubleFloatHashMapDecorator(TDoubleFloatHashMap) - Constructor for class gnu.trove.decorator.TDoubleFloatHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TDoubleFloatIterator - Class in gnu.trove
Iterator for maps of type double and float.
TDoubleFloatIterator(TDoubleFloatHashMap) - Constructor for class gnu.trove.TDoubleFloatIterator
Creates an iterator over the specified map
TDoubleFloatProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type double and float.
TDoubleFunction - Interface in gnu.trove
Interface for functions that accept and return one double primitive.
TDoubleHash - Class in gnu.trove
An open addressed hashing implementation for double primitives.
TDoubleHash() - Constructor for class gnu.trove.TDoubleHash
Creates a new TDoubleHash instance with the default capacity and load factor.
TDoubleHash(int) - Constructor for class gnu.trove.TDoubleHash
Creates a new TDoubleHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TDoubleHash(int, float) - Constructor for class gnu.trove.TDoubleHash
Creates a new TDoubleHash instance with a prime value at or near the specified capacity and load factor.
TDoubleHash(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 in gnu.trove
Interface to support pluggable hashing strategies in maps and sets.
TDoubleHashSet - Class in gnu.trove
An open addressed set implementation for double primitives.
TDoubleHashSet() - Constructor for class gnu.trove.TDoubleHashSet
Creates a new TDoubleHashSet instance with the default capacity and load factor.
TDoubleHashSet(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 in gnu.trove.decorator
Wrapper class to make a TDoubleHashSet conform to the java.util.Set API.
TDoubleHashSetDecorator() - Constructor for class gnu.trove.decorator.TDoubleHashSetDecorator
FOR EXTERNALIZATION ONLY!!
TDoubleHashSetDecorator(TDoubleHashSet) - Constructor for class gnu.trove.decorator.TDoubleHashSetDecorator
Creates a wrapper that decorates the specified primitive set.
TDoubleIntHashMap - Class in gnu.trove
An open addressed Map implementation for double keys and int values.
TDoubleIntHashMap() - Constructor for class gnu.trove.TDoubleIntHashMap
Creates a new TDoubleIntHashMap instance with the default capacity and load factor.
TDoubleIntHashMap(int) - Constructor for class gnu.trove.TDoubleIntHashMap
Creates a new TDoubleIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TDoubleIntHashMap(int, float) - Constructor for class gnu.trove.TDoubleIntHashMap
Creates a new TDoubleIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TDoubleIntHashMap(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 in gnu.trove.decorator
Wrapper class to make a TDoubleIntHashMap conform to the java.util.Map API.
TDoubleIntHashMapDecorator() - Constructor for class gnu.trove.decorator.TDoubleIntHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TDoubleIntHashMapDecorator(TDoubleIntHashMap) - Constructor for class gnu.trove.decorator.TDoubleIntHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TDoubleIntIterator - Class in gnu.trove
Iterator for maps of type double and int.
TDoubleIntIterator(TDoubleIntHashMap) - Constructor for class gnu.trove.TDoubleIntIterator
Creates an iterator over the specified map
TDoubleIntProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type double and int.
TDoubleIterator - Class in gnu.trove
Iterator for double collections.
TDoubleIterator(TDoubleHash) - Constructor for class gnu.trove.TDoubleIterator
Creates a TDoubleIterator for the elements in the specified collection.
TDoubleLongHashMap - Class in gnu.trove
An open addressed Map implementation for double keys and long values.
TDoubleLongHashMap() - Constructor for class gnu.trove.TDoubleLongHashMap
Creates a new TDoubleLongHashMap instance with the default capacity and load factor.
TDoubleLongHashMap(int) - Constructor for class gnu.trove.TDoubleLongHashMap
Creates a new TDoubleLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TDoubleLongHashMap(int, float) - Constructor for class gnu.trove.TDoubleLongHashMap
Creates a new TDoubleLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TDoubleLongHashMap(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 in gnu.trove.decorator
Wrapper class to make a TDoubleLongHashMap conform to the java.util.Map API.
TDoubleLongHashMapDecorator() - Constructor for class gnu.trove.decorator.TDoubleLongHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TDoubleLongHashMapDecorator(TDoubleLongHashMap) - Constructor for class gnu.trove.decorator.TDoubleLongHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TDoubleLongIterator - Class in gnu.trove
Iterator for maps of type double and long.
TDoubleLongIterator(TDoubleLongHashMap) - Constructor for class gnu.trove.TDoubleLongIterator
Creates an iterator over the specified map
TDoubleLongProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type double and long.
TDoubleObjectHashMap<V> - Class in gnu.trove
An open addressed Map implementation for double keys and Object values.
TDoubleObjectHashMap() - Constructor for class gnu.trove.TDoubleObjectHashMap
Creates a new TDoubleObjectHashMap instance with the default capacity and load factor.
TDoubleObjectHashMap(int) - Constructor for class gnu.trove.TDoubleObjectHashMap
Creates a new TDoubleObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TDoubleObjectHashMap(int, float) - Constructor for class gnu.trove.TDoubleObjectHashMap
Creates a new TDoubleObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TDoubleObjectHashMap(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<V> - Class in gnu.trove.decorator
Wrapper class to make a TDoubleObjectHashMap conform to the java.util.Map API.
TDoubleObjectHashMapDecorator() - Constructor for class gnu.trove.decorator.TDoubleObjectHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TDoubleObjectHashMapDecorator(TDoubleObjectHashMap<V>) - Constructor for class gnu.trove.decorator.TDoubleObjectHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TDoubleObjectIterator<V> - Class in gnu.trove
Iterator for maps of type double and Object.
TDoubleObjectIterator(TDoubleObjectHashMap<V>) - Constructor for class gnu.trove.TDoubleObjectIterator
Creates an iterator over the specified map
TDoubleObjectProcedure<T> - Interface in gnu.trove
Interface for procedures that take two parameters of type double and Object.
TDoubleProcedure - Interface in gnu.trove
Interface for procedures with one double parameter.
TDoubleShortHashMap - Class in gnu.trove
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.
TDoubleShortHashMap(int, float, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleShortHashMap
Creates a new TDoubleShortHashMap instance with a prime value at or near the specified capacity and load factor.
TDoubleShortHashMap(int, TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleShortHashMap
Creates a new TDoubleShortHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TDoubleShortHashMap(TDoubleHashingStrategy) - Constructor for class gnu.trove.TDoubleShortHashMap
Creates a new TDoubleShortHashMap instance with the default capacity and load factor.
TDoubleShortHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TDoubleShortHashMap conform to the java.util.Map API.
TDoubleShortHashMapDecorator() - Constructor for class gnu.trove.decorator.TDoubleShortHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TDoubleShortHashMapDecorator(TDoubleShortHashMap) - Constructor for class gnu.trove.decorator.TDoubleShortHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TDoubleShortIterator - Class in gnu.trove
Iterator for maps of type double and short.
TDoubleShortIterator(TDoubleShortHashMap) - Constructor for class gnu.trove.TDoubleShortIterator
Creates an iterator over the specified map
TDoubleShortProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type double and short.
TDoubleStack - Class in gnu.trove
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.
TFloatArrayList - Class in gnu.trove
A resizable, array-backed list of float primitives.
TFloatArrayList() - Constructor for class gnu.trove.TFloatArrayList
Creates a new TFloatArrayList instance with the default capacity.
TFloatArrayList(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.
TFloatByteHashMap - Class in gnu.trove
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.
TFloatByteHashMap(int, float, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatByteHashMap
Creates a new TFloatByteHashMap instance with a prime value at or near the specified capacity and load factor.
TFloatByteHashMap(int, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatByteHashMap
Creates a new TFloatByteHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TFloatByteHashMap(TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatByteHashMap
Creates a new TFloatByteHashMap instance with the default capacity and load factor.
TFloatByteHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TFloatByteHashMap conform to the java.util.Map API.
TFloatByteHashMapDecorator() - Constructor for class gnu.trove.decorator.TFloatByteHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TFloatByteHashMapDecorator(TFloatByteHashMap) - Constructor for class gnu.trove.decorator.TFloatByteHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TFloatByteIterator - Class in gnu.trove
Iterator for maps of type float and byte.
TFloatByteIterator(TFloatByteHashMap) - Constructor for class gnu.trove.TFloatByteIterator
Creates an iterator over the specified map
TFloatByteProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type float and byte.
TFloatDoubleHashMap - Class in gnu.trove
An open addressed Map implementation for float keys and double values.
TFloatDoubleHashMap() - Constructor for class gnu.trove.TFloatDoubleHashMap
Creates a new TFloatDoubleHashMap instance with the default capacity and load factor.
TFloatDoubleHashMap(int) - Constructor for class gnu.trove.TFloatDoubleHashMap
Creates a new TFloatDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatDoubleHashMap(int, float) - Constructor for class gnu.trove.TFloatDoubleHashMap
Creates a new TFloatDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TFloatDoubleHashMap(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 in gnu.trove.decorator
Wrapper class to make a TFloatDoubleHashMap conform to the java.util.Map API.
TFloatDoubleHashMapDecorator() - Constructor for class gnu.trove.decorator.TFloatDoubleHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TFloatDoubleHashMapDecorator(TFloatDoubleHashMap) - Constructor for class gnu.trove.decorator.TFloatDoubleHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TFloatDoubleIterator - Class in gnu.trove
Iterator for maps of type float and double.
TFloatDoubleIterator(TFloatDoubleHashMap) - Constructor for class gnu.trove.TFloatDoubleIterator
Creates an iterator over the specified map
TFloatDoubleProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type float and double.
TFloatFloatHashMap - Class in gnu.trove
An open addressed Map implementation for float keys and float values.
TFloatFloatHashMap() - Constructor for class gnu.trove.TFloatFloatHashMap
Creates a new TFloatFloatHashMap instance with the default capacity and load factor.
TFloatFloatHashMap(int) - Constructor for class gnu.trove.TFloatFloatHashMap
Creates a new TFloatFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatFloatHashMap(int, float) - Constructor for class gnu.trove.TFloatFloatHashMap
Creates a new TFloatFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TFloatFloatHashMap(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 in gnu.trove.decorator
Wrapper class to make a TFloatFloatHashMap conform to the java.util.Map API.
TFloatFloatHashMapDecorator() - Constructor for class gnu.trove.decorator.TFloatFloatHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TFloatFloatHashMapDecorator(TFloatFloatHashMap) - Constructor for class gnu.trove.decorator.TFloatFloatHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TFloatFloatIterator - Class in gnu.trove
Iterator for maps of type float and float.
TFloatFloatIterator(TFloatFloatHashMap) - Constructor for class gnu.trove.TFloatFloatIterator
Creates an iterator over the specified map
TFloatFloatProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type float and float.
TFloatFunction - Interface in gnu.trove
Interface for functions that accept and return one float primitive.
TFloatHash - Class in gnu.trove
An open addressed hashing implementation for float primitives.
TFloatHash() - Constructor for class gnu.trove.TFloatHash
Creates a new TFloatHash instance with the default capacity and load factor.
TFloatHash(int) - Constructor for class gnu.trove.TFloatHash
Creates a new TFloatHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TFloatHash(int, float) - Constructor for class gnu.trove.TFloatHash
Creates a new TFloatHash instance with a prime value at or near the specified capacity and load factor.
TFloatHash(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 in gnu.trove
Interface to support pluggable hashing strategies in maps and sets.
TFloatHashSet - Class in gnu.trove
An open addressed set implementation for float primitives.
TFloatHashSet() - Constructor for class gnu.trove.TFloatHashSet
Creates a new TFloatHashSet instance with the default capacity and load factor.
TFloatHashSet(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 in gnu.trove.decorator
Wrapper class to make a TFloatHashSet conform to the java.util.Set API.
TFloatHashSetDecorator() - Constructor for class gnu.trove.decorator.TFloatHashSetDecorator
FOR EXTERNALIZATION ONLY!!
TFloatHashSetDecorator(TFloatHashSet) - Constructor for class gnu.trove.decorator.TFloatHashSetDecorator
Creates a wrapper that decorates the specified primitive set.
TFloatIntHashMap - Class in gnu.trove
An open addressed Map implementation for float keys and int values.
TFloatIntHashMap() - Constructor for class gnu.trove.TFloatIntHashMap
Creates a new TFloatIntHashMap instance with the default capacity and load factor.
TFloatIntHashMap(int) - Constructor for class gnu.trove.TFloatIntHashMap
Creates a new TFloatIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatIntHashMap(int, float) - Constructor for class gnu.trove.TFloatIntHashMap
Creates a new TFloatIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TFloatIntHashMap(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 in gnu.trove.decorator
Wrapper class to make a TFloatIntHashMap conform to the java.util.Map API.
TFloatIntHashMapDecorator() - Constructor for class gnu.trove.decorator.TFloatIntHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TFloatIntHashMapDecorator(TFloatIntHashMap) - Constructor for class gnu.trove.decorator.TFloatIntHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TFloatIntIterator - Class in gnu.trove
Iterator for maps of type float and int.
TFloatIntIterator(TFloatIntHashMap) - Constructor for class gnu.trove.TFloatIntIterator
Creates an iterator over the specified map
TFloatIntProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type float and int.
TFloatIterator - Class in gnu.trove
Iterator for float collections.
TFloatIterator(TFloatHash) - Constructor for class gnu.trove.TFloatIterator
Creates a TFloatIterator for the elements in the specified collection.
TFloatLongHashMap - Class in gnu.trove
An open addressed Map implementation for float keys and long values.
TFloatLongHashMap() - Constructor for class gnu.trove.TFloatLongHashMap
Creates a new TFloatLongHashMap instance with the default capacity and load factor.
TFloatLongHashMap(int) - Constructor for class gnu.trove.TFloatLongHashMap
Creates a new TFloatLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatLongHashMap(int, float) - Constructor for class gnu.trove.TFloatLongHashMap
Creates a new TFloatLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TFloatLongHashMap(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 in gnu.trove.decorator
Wrapper class to make a TFloatLongHashMap conform to the java.util.Map API.
TFloatLongHashMapDecorator() - Constructor for class gnu.trove.decorator.TFloatLongHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TFloatLongHashMapDecorator(TFloatLongHashMap) - Constructor for class gnu.trove.decorator.TFloatLongHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TFloatLongIterator - Class in gnu.trove
Iterator for maps of type float and long.
TFloatLongIterator(TFloatLongHashMap) - Constructor for class gnu.trove.TFloatLongIterator
Creates an iterator over the specified map
TFloatLongProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type float and long.
TFloatObjectHashMap<V> - Class in gnu.trove
An open addressed Map implementation for float keys and Object values.
TFloatObjectHashMap() - Constructor for class gnu.trove.TFloatObjectHashMap
Creates a new TFloatObjectHashMap instance with the default capacity and load factor.
TFloatObjectHashMap(int) - Constructor for class gnu.trove.TFloatObjectHashMap
Creates a new TFloatObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TFloatObjectHashMap(int, float) - Constructor for class gnu.trove.TFloatObjectHashMap
Creates a new TFloatObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TFloatObjectHashMap(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<V> - Class in gnu.trove.decorator
Wrapper class to make a TFloatObjectHashMap conform to the java.util.Map API.
TFloatObjectHashMapDecorator() - Constructor for class gnu.trove.decorator.TFloatObjectHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TFloatObjectHashMapDecorator(TFloatObjectHashMap<V>) - Constructor for class gnu.trove.decorator.TFloatObjectHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TFloatObjectIterator<V> - Class in gnu.trove
Iterator for maps of type float and Object.
TFloatObjectIterator(TFloatObjectHashMap<V>) - Constructor for class gnu.trove.TFloatObjectIterator
Creates an iterator over the specified map
TFloatObjectProcedure<T> - Interface in gnu.trove
Interface for procedures that take two parameters of type float and Object.
TFloatProcedure - Interface in gnu.trove
Interface for procedures with one float parameter.
TFloatShortHashMap - Class in gnu.trove
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.
TFloatShortHashMap(int, float, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatShortHashMap
Creates a new TFloatShortHashMap instance with a prime value at or near the specified capacity and load factor.
TFloatShortHashMap(int, TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatShortHashMap
Creates a new TFloatShortHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TFloatShortHashMap(TFloatHashingStrategy) - Constructor for class gnu.trove.TFloatShortHashMap
Creates a new TFloatShortHashMap instance with the default capacity and load factor.
TFloatShortHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TFloatShortHashMap conform to the java.util.Map API.
TFloatShortHashMapDecorator() - Constructor for class gnu.trove.decorator.TFloatShortHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TFloatShortHashMapDecorator(TFloatShortHashMap) - Constructor for class gnu.trove.decorator.TFloatShortHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TFloatShortIterator - Class in gnu.trove
Iterator for maps of type float and short.
TFloatShortIterator(TFloatShortHashMap) - Constructor for class gnu.trove.TFloatShortIterator
Creates an iterator over the specified map
TFloatShortProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type float and short.
TFloatStack - Class in gnu.trove
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 in gnu.trove
Base class for hashtables that use open addressing to resolve collisions.
THash() - Constructor for class gnu.trove.THash
Creates a new THash instance with the default capacity and load factor.
THash(int) - Constructor for class gnu.trove.THash
Creates a new THash instance with a prime capacity at or near the specified capacity and with the default load factor.
THash(int, float) - Constructor for class gnu.trove.THash
Creates a new THash instance with a prime capacity at or near the minimum needed to hold initialCapacity elements with load factor loadFactor without triggering a rehash.
THashMap<K,V> - Class in gnu.trove
An implementation of the Map interface which uses an open addressed hash table to store its contents.
THashMap() - Constructor for class gnu.trove.THashMap
Creates a new THashMap instance with the default capacity and load factor.
THashMap(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<K>) - 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<K>) - 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(TObjectHashingStrategy<K>) - Constructor for class gnu.trove.THashMap
Creates a new THashMap instance with the default capacity and load factor.
THashMap(Map<K, V>) - Constructor for class gnu.trove.THashMap
Creates a new THashMap instance which contains the key/value pairs in map.
THashMap(Map<K, V>, TObjectHashingStrategy<K>) - Constructor for class gnu.trove.THashMap
Creates a new THashMap instance which contains the key/value pairs in map.
THashMap.EntryView - Class in gnu.trove
a view onto the entries of the map.
THashMap.KeyView - Class in gnu.trove
a view onto the keys of the map.
THashMap.ValueView - Class in gnu.trove
a view onto the values of the map.
THashSet<E> - Class in gnu.trove
An implementation of the Set interface that uses an open-addressed hash table to store its contents.
THashSet() - Constructor for class gnu.trove.THashSet
Creates a new THashSet instance with the default capacity and load factor.
THashSet(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<E>) - 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<E>) - 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<E>) - Constructor for class gnu.trove.THashSet
Creates a new THashSet instance with the default capacity and load factor.
THashSet(Collection<? extends E>) - Constructor for class gnu.trove.THashSet
Creates a new THashSet instance containing the elements of collection.
THashSet(Collection<? extends E>, TObjectHashingStrategy<E>) - Constructor for class gnu.trove.THashSet
Creates a new THashSet instance containing the elements of collection.
throwObjectContractViolation(Object, Object) - Method in class gnu.trove.TObjectHash
Convenience methods for subclasses to use in throwing exceptions about badly behaved user objects employed as keys.
TIntArrayList - Class in gnu.trove
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.
TIntByteHashMap - Class in gnu.trove
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.
TIntByteHashMap(int, float, TIntHashingStrategy) - Constructor for class gnu.trove.TIntByteHashMap
Creates a new TIntByteHashMap instance with a prime value at or near the specified capacity and load factor.
TIntByteHashMap(int, TIntHashingStrategy) - Constructor for class gnu.trove.TIntByteHashMap
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.
TIntByteHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TIntByteHashMap conform to the java.util.Map API.
TIntByteHashMapDecorator() - Constructor for class gnu.trove.decorator.TIntByteHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TIntByteHashMapDecorator(TIntByteHashMap) - Constructor for class gnu.trove.decorator.TIntByteHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TIntByteIterator - Class in gnu.trove
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 in gnu.trove
Interface for procedures that take two parameters of type int and byte.
TIntDoubleHashMap - Class in gnu.trove
An open addressed Map implementation for int keys and double values.
TIntDoubleHashMap() - Constructor for class gnu.trove.TIntDoubleHashMap
Creates a new TIntDoubleHashMap instance with the default capacity and load factor.
TIntDoubleHashMap(int) - Constructor for class gnu.trove.TIntDoubleHashMap
Creates a new TIntDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntDoubleHashMap(int, float) - Constructor for class gnu.trove.TIntDoubleHashMap
Creates a new TIntDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TIntDoubleHashMap(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 in gnu.trove.decorator
Wrapper class to make a TIntDoubleHashMap conform to the java.util.Map API.
TIntDoubleHashMapDecorator() - Constructor for class gnu.trove.decorator.TIntDoubleHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TIntDoubleHashMapDecorator(TIntDoubleHashMap) - Constructor for class gnu.trove.decorator.TIntDoubleHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TIntDoubleIterator - Class in gnu.trove
Iterator for maps of type int and double.
TIntDoubleIterator(TIntDoubleHashMap) - Constructor for class gnu.trove.TIntDoubleIterator
Creates an iterator over the specified map
TIntDoubleProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type int and double.
TIntFloatHashMap - Class in gnu.trove
An open addressed Map implementation for int keys and float values.
TIntFloatHashMap() - Constructor for class gnu.trove.TIntFloatHashMap
Creates a new TIntFloatHashMap instance with the default capacity and load factor.
TIntFloatHashMap(int) - Constructor for class gnu.trove.TIntFloatHashMap
Creates a new TIntFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntFloatHashMap(int, float) - Constructor for class gnu.trove.TIntFloatHashMap
Creates a new TIntFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TIntFloatHashMap(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 in gnu.trove.decorator
Wrapper class to make a TIntFloatHashMap conform to the java.util.Map API.
TIntFloatHashMapDecorator() - Constructor for class gnu.trove.decorator.TIntFloatHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TIntFloatHashMapDecorator(TIntFloatHashMap) - Constructor for class gnu.trove.decorator.TIntFloatHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TIntFloatIterator - Class in gnu.trove
Iterator for maps of type int and float.
TIntFloatIterator(TIntFloatHashMap) - Constructor for class gnu.trove.TIntFloatIterator
Creates an iterator over the specified map
TIntFloatProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type int and float.
TIntFunction - Interface in gnu.trove
Interface for functions that accept and return one int primitive.
TIntHash - Class in gnu.trove
An open addressed hashing implementation for int primitives.
TIntHash() - Constructor for class gnu.trove.TIntHash
Creates a new TIntHash instance with the default capacity and load factor.
TIntHash(int) - Constructor for class gnu.trove.TIntHash
Creates a new TIntHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TIntHash(int, float) - Constructor for class gnu.trove.TIntHash
Creates a new TIntHash instance with a prime value at or near the specified capacity and load factor.
TIntHash(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 in gnu.trove
Interface to support pluggable hashing strategies in maps and sets.
TIntHashSet - Class in gnu.trove
An open addressed set implementation for int primitives.
TIntHashSet() - Constructor for class gnu.trove.TIntHashSet
Creates a new TIntHashSet instance with the default capacity and load factor.
TIntHashSet(int) - Constructor for class gnu.trove.TIntHashSet
Creates a new TIntHashSet instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntHashSet(int[]) - 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 in gnu.trove.decorator
Wrapper class to make a TIntHashSet conform to the java.util.Set API.
TIntHashSetDecorator() - Constructor for class gnu.trove.decorator.TIntHashSetDecorator
FOR EXTERNALIZATION ONLY!!
TIntHashSetDecorator(TIntHashSet) - Constructor for class gnu.trove.decorator.TIntHashSetDecorator
Creates a wrapper that decorates the specified primitive set.
TIntIntHashMap - Class in gnu.trove
An open addressed Map implementation for int keys and int values.
TIntIntHashMap() - Constructor for class gnu.trove.TIntIntHashMap
Creates a new TIntIntHashMap instance with the default capacity and load factor.
TIntIntHashMap(int) - Constructor for class gnu.trove.TIntIntHashMap
Creates a new TIntIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntIntHashMap(int, float) - Constructor for class gnu.trove.TIntIntHashMap
Creates a new TIntIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TIntIntHashMap(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 in gnu.trove.decorator
Wrapper class to make a TIntIntHashMap conform to the java.util.Map API.
TIntIntHashMapDecorator() - Constructor for class gnu.trove.decorator.TIntIntHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TIntIntHashMapDecorator(TIntIntHashMap) - Constructor for class gnu.trove.decorator.TIntIntHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TIntIntIterator - Class in gnu.trove
Iterator for maps of type int and int.
TIntIntIterator(TIntIntHashMap) - Constructor for class gnu.trove.TIntIntIterator
Creates an iterator over the specified map
TIntIntProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type int and int.
TIntIterator - Class in gnu.trove
Iterator for int collections.
TIntIterator(TIntHash) - Constructor for class gnu.trove.TIntIterator
Creates a TIntIterator for the elements in the specified collection.
TIntLongHashMap - Class in gnu.trove
An open addressed Map implementation for int keys and long values.
TIntLongHashMap() - Constructor for class gnu.trove.TIntLongHashMap
Creates a new TIntLongHashMap instance with the default capacity and load factor.
TIntLongHashMap(int) - Constructor for class gnu.trove.TIntLongHashMap
Creates a new TIntLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntLongHashMap(int, float) - Constructor for class gnu.trove.TIntLongHashMap
Creates a new TIntLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TIntLongHashMap(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 in gnu.trove.decorator
Wrapper class to make a TIntLongHashMap conform to the java.util.Map API.
TIntLongHashMapDecorator() - Constructor for class gnu.trove.decorator.TIntLongHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TIntLongHashMapDecorator(TIntLongHashMap) - Constructor for class gnu.trove.decorator.TIntLongHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TIntLongIterator - Class in gnu.trove
Iterator for maps of type int and long.
TIntLongIterator(TIntLongHashMap) - Constructor for class gnu.trove.TIntLongIterator
Creates an iterator over the specified map
TIntLongProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type int and long.
TIntObjectHashMap<V> - Class in gnu.trove
An open addressed Map implementation for int keys and Object values.
TIntObjectHashMap() - Constructor for class gnu.trove.TIntObjectHashMap
Creates a new TIntObjectHashMap instance with the default capacity and load factor.
TIntObjectHashMap(int) - Constructor for class gnu.trove.TIntObjectHashMap
Creates a new TIntObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntObjectHashMap(int, float) - Constructor for class gnu.trove.TIntObjectHashMap
Creates a new TIntObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TIntObjectHashMap(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<V> - Class in gnu.trove.decorator
Wrapper class to make a TIntObjectHashMap conform to the java.util.Map API.
TIntObjectHashMapDecorator() - Constructor for class gnu.trove.decorator.TIntObjectHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TIntObjectHashMapDecorator(TIntObjectHashMap<V>) - Constructor for class gnu.trove.decorator.TIntObjectHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TIntObjectIterator<V> - Class in gnu.trove
Iterator for maps of type int and Object.
TIntObjectIterator(TIntObjectHashMap<V>) - Constructor for class gnu.trove.TIntObjectIterator
Creates an iterator over the specified map
TIntObjectProcedure<T> - Interface in gnu.trove
Interface for procedures that take two parameters of type int and Object.
TIntProcedure - Interface in gnu.trove
Interface for procedures with one int parameter.
TIntShortHashMap - Class in gnu.trove
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.
TIntShortHashMap(int, float, TIntHashingStrategy) - Constructor for class gnu.trove.TIntShortHashMap
Creates a new TIntShortHashMap instance with a prime value at or near the specified capacity and load factor.
TIntShortHashMap(int, TIntHashingStrategy) - Constructor for class gnu.trove.TIntShortHashMap
Creates a new TIntShortHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TIntShortHashMap(TIntHashingStrategy) - Constructor for class gnu.trove.TIntShortHashMap
Creates a new TIntShortHashMap instance with the default capacity and load factor.
TIntShortHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TIntShortHashMap conform to the java.util.Map API.
TIntShortHashMapDecorator() - Constructor for class gnu.trove.decorator.TIntShortHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TIntShortHashMapDecorator(TIntShortHashMap) - Constructor for class gnu.trove.decorator.TIntShortHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TIntShortIterator - Class in gnu.trove
Iterator for maps of type int and short.
TIntShortIterator(TIntShortHashMap) - Constructor for class gnu.trove.TIntShortIterator
Creates an iterator over the specified map
TIntShortProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type int and short.
TIntStack - Class in gnu.trove
A stack of int primitives, backed by a TIntArrayList.
TIntStack() - Constructor for class gnu.trove.TIntStack
Creates a new TIntStack instance with the default capacity.
TIntStack(int) - Constructor for class gnu.trove.TIntStack
Creates a new TIntStack instance with the specified capacity.
TLinkable - Interface in gnu.trove
Interface for Objects which can be inserted into a TLinkedList.
TLinkableAdapter - Class in gnu.trove
Adapter for TLinkable interface which implements the interface and can therefore be extended trivially to create TLinkable objects without having to implement the obvious.
TLinkableAdapter() - Constructor for class gnu.trove.TLinkableAdapter
 
TLinkedList<T extends TLinkable> - Class in gnu.trove
A LinkedList implementation which holds instances of type TLinkable.
TLinkedList() - Constructor for class gnu.trove.TLinkedList
Creates a new TLinkedList instance.
TLinkedList.IteratorImpl - Class in gnu.trove
A ListIterator that supports additions and deletions.
TLongArrayList - Class in gnu.trove
A resizable, array-backed list of long primitives.
TLongArrayList() - Constructor for class gnu.trove.TLongArrayList
Creates a new TLongArrayList instance with the default capacity.
TLongArrayList(int) - Constructor for class gnu.trove.TLongArrayList
Creates a new TLongArrayList instance with the specified capacity.
TLongArrayList(long[]) - Constructor for class gnu.trove.TLongArrayList
Creates a new TLongArrayList instance whose capacity is the greater of the length of values and DEFAULT_CAPACITY and whose initial contents are the specified values.
TLongByteHashMap - Class in gnu.trove
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.
TLongByteHashMap(int, float, TLongHashingStrategy) - Constructor for class gnu.trove.TLongByteHashMap
Creates a new TLongByteHashMap instance with a prime value at or near the specified capacity and load factor.
TLongByteHashMap(int, TLongHashingStrategy) - Constructor for class gnu.trove.TLongByteHashMap
Creates a new TLongByteHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TLongByteHashMap(TLongHashingStrategy) - Constructor for class gnu.trove.TLongByteHashMap
Creates a new TLongByteHashMap instance with the default capacity and load factor.
TLongByteHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TLongByteHashMap conform to the java.util.Map API.
TLongByteHashMapDecorator() - Constructor for class gnu.trove.decorator.TLongByteHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TLongByteHashMapDecorator(TLongByteHashMap) - Constructor for class gnu.trove.decorator.TLongByteHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TLongByteIterator - Class in gnu.trove
Iterator for maps of type long and byte.
TLongByteIterator(TLongByteHashMap) - Constructor for class gnu.trove.TLongByteIterator
Creates an iterator over the specified map
TLongByteProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type long and byte.
TLongDoubleHashMap - Class in gnu.trove
An open addressed Map implementation for long keys and double values.
TLongDoubleHashMap() - Constructor for class gnu.trove.TLongDoubleHashMap
Creates a new TLongDoubleHashMap instance with the default capacity and load factor.
TLongDoubleHashMap(int) - Constructor for class gnu.trove.TLongDoubleHashMap
Creates a new TLongDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongDoubleHashMap(int, float) - Constructor for class gnu.trove.TLongDoubleHashMap
Creates a new TLongDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TLongDoubleHashMap(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 in gnu.trove.decorator
Wrapper class to make a TLongDoubleHashMap conform to the java.util.Map API.
TLongDoubleHashMapDecorator() - Constructor for class gnu.trove.decorator.TLongDoubleHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TLongDoubleHashMapDecorator(TLongDoubleHashMap) - Constructor for class gnu.trove.decorator.TLongDoubleHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TLongDoubleIterator - Class in gnu.trove
Iterator for maps of type long and double.
TLongDoubleIterator(TLongDoubleHashMap) - Constructor for class gnu.trove.TLongDoubleIterator
Creates an iterator over the specified map
TLongDoubleProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type long and double.
TLongFloatHashMap - Class in gnu.trove
An open addressed Map implementation for long keys and float values.
TLongFloatHashMap() - Constructor for class gnu.trove.TLongFloatHashMap
Creates a new TLongFloatHashMap instance with the default capacity and load factor.
TLongFloatHashMap(int) - Constructor for class gnu.trove.TLongFloatHashMap
Creates a new TLongFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongFloatHashMap(int, float) - Constructor for class gnu.trove.TLongFloatHashMap
Creates a new TLongFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TLongFloatHashMap(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 in gnu.trove.decorator
Wrapper class to make a TLongFloatHashMap conform to the java.util.Map API.
TLongFloatHashMapDecorator() - Constructor for class gnu.trove.decorator.TLongFloatHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TLongFloatHashMapDecorator(TLongFloatHashMap) - Constructor for class gnu.trove.decorator.TLongFloatHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TLongFloatIterator - Class in gnu.trove
Iterator for maps of type long and float.
TLongFloatIterator(TLongFloatHashMap) - Constructor for class gnu.trove.TLongFloatIterator
Creates an iterator over the specified map
TLongFloatProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type long and float.
TLongFunction - Interface in gnu.trove
Interface for functions that accept and return one long primitive.
TLongHash - Class in gnu.trove
An open addressed hashing implementation for long primitives.
TLongHash() - Constructor for class gnu.trove.TLongHash
Creates a new TLongHash instance with the default capacity and load factor.
TLongHash(int) - Constructor for class gnu.trove.TLongHash
Creates a new TLongHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TLongHash(int, float) - Constructor for class gnu.trove.TLongHash
Creates a new TLongHash instance with a prime value at or near the specified capacity and load factor.
TLongHash(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 in gnu.trove
Interface to support pluggable hashing strategies in maps and sets.
TLongHashSet - Class in gnu.trove
An open addressed set implementation for long primitives.
TLongHashSet() - Constructor for class gnu.trove.TLongHashSet
Creates a new TLongHashSet instance with the default capacity and load factor.
TLongHashSet(int) - Constructor for class gnu.trove.TLongHashSet
Creates a new TLongHashSet instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongHashSet(int, float) - Constructor for class gnu.trove.TLongHashSet
Creates a new TLongHashSet instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TLongHashSet(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 in gnu.trove.decorator
Wrapper class to make a TLongHashSet conform to the java.util.Set API.
TLongHashSetDecorator() - Constructor for class gnu.trove.decorator.TLongHashSetDecorator
FOR EXTERNALIZATION ONLY!!
TLongHashSetDecorator(TLongHashSet) - Constructor for class gnu.trove.decorator.TLongHashSetDecorator
Creates a wrapper that decorates the specified primitive set.
TLongIntHashMap - Class in gnu.trove
An open addressed Map implementation for long keys and int values.
TLongIntHashMap() - Constructor for class gnu.trove.TLongIntHashMap
Creates a new TLongIntHashMap instance with the default capacity and load factor.
TLongIntHashMap(int) - Constructor for class gnu.trove.TLongIntHashMap
Creates a new TLongIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongIntHashMap(int, float) - Constructor for class gnu.trove.TLongIntHashMap
Creates a new TLongIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TLongIntHashMap(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 in gnu.trove.decorator
Wrapper class to make a TLongIntHashMap conform to the java.util.Map API.
TLongIntHashMapDecorator() - Constructor for class gnu.trove.decorator.TLongIntHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TLongIntHashMapDecorator(TLongIntHashMap) - Constructor for class gnu.trove.decorator.TLongIntHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TLongIntIterator - Class in gnu.trove
Iterator for maps of type long and int.
TLongIntIterator(TLongIntHashMap) - Constructor for class gnu.trove.TLongIntIterator
Creates an iterator over the specified map
TLongIntProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type long and int.
TLongIterator - Class in gnu.trove
Iterator for long collections.
TLongIterator(TLongHash) - Constructor for class gnu.trove.TLongIterator
Creates a TLongIterator for the elements in the specified collection.
TLongLongHashMap - Class in gnu.trove
An open addressed Map implementation for long keys and long values.
TLongLongHashMap() - Constructor for class gnu.trove.TLongLongHashMap
Creates a new TLongLongHashMap instance with the default capacity and load factor.
TLongLongHashMap(int) - Constructor for class gnu.trove.TLongLongHashMap
Creates a new TLongLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongLongHashMap(int, float) - Constructor for class gnu.trove.TLongLongHashMap
Creates a new TLongLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TLongLongHashMap(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 in gnu.trove.decorator
Wrapper class to make a TLongLongHashMap conform to the java.util.Map API.
TLongLongHashMapDecorator() - Constructor for class gnu.trove.decorator.TLongLongHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TLongLongHashMapDecorator(TLongLongHashMap) - Constructor for class gnu.trove.decorator.TLongLongHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TLongLongIterator - Class in gnu.trove
Iterator for maps of type long and long.
TLongLongIterator(TLongLongHashMap) - Constructor for class gnu.trove.TLongLongIterator
Creates an iterator over the specified map
TLongLongProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type long and long.
TLongObjectHashMap<V> - Class in gnu.trove
An open addressed Map implementation for long keys and Object values.
TLongObjectHashMap() - Constructor for class gnu.trove.TLongObjectHashMap
Creates a new TLongObjectHashMap instance with the default capacity and load factor.
TLongObjectHashMap(int) - Constructor for class gnu.trove.TLongObjectHashMap
Creates a new TLongObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongObjectHashMap(int, float) - Constructor for class gnu.trove.TLongObjectHashMap
Creates a new TLongObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TLongObjectHashMap(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<V> - Class in gnu.trove.decorator
Wrapper class to make a TLongObjectHashMap conform to the java.util.Map API.
TLongObjectHashMapDecorator() - Constructor for class gnu.trove.decorator.TLongObjectHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TLongObjectHashMapDecorator(TLongObjectHashMap<V>) - Constructor for class gnu.trove.decorator.TLongObjectHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TLongObjectIterator<V> - Class in gnu.trove
Iterator for maps of type long and Object.
TLongObjectIterator(TLongObjectHashMap<V>) - Constructor for class gnu.trove.TLongObjectIterator
Creates an iterator over the specified map
TLongObjectProcedure<T> - Interface in gnu.trove
Interface for procedures that take two parameters of type long and Object.
TLongProcedure - Interface in gnu.trove
Interface for procedures with one long parameter.
TLongShortHashMap - Class in gnu.trove
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.
TLongShortHashMap(int, float, TLongHashingStrategy) - Constructor for class gnu.trove.TLongShortHashMap
Creates a new TLongShortHashMap instance with a prime value at or near the specified capacity and load factor.
TLongShortHashMap(int, TLongHashingStrategy) - Constructor for class gnu.trove.TLongShortHashMap
Creates a new TLongShortHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TLongShortHashMap(TLongHashingStrategy) - Constructor for class gnu.trove.TLongShortHashMap
Creates a new TLongShortHashMap instance with the default capacity and load factor.
TLongShortHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TLongShortHashMap conform to the java.util.Map API.
TLongShortHashMapDecorator() - Constructor for class gnu.trove.decorator.TLongShortHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TLongShortHashMapDecorator(TLongShortHashMap) - Constructor for class gnu.trove.decorator.TLongShortHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TLongShortIterator - Class in gnu.trove
Iterator for maps of type long and short.
TLongShortIterator(TLongShortHashMap) - Constructor for class gnu.trove.TLongShortIterator
Creates an iterator over the specified map
TLongShortProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type long and short.
TLongStack - Class in gnu.trove
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
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
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.
toArray(T[]) - Method in class gnu.trove.THashSet
Returns a typed array of the objects in the set.
TObjectByteHashMap<K> - Class in gnu.trove
An open addressed Map implementation for Object keys and byte values.
TObjectByteHashMap() - Constructor for class gnu.trove.TObjectByteHashMap
Creates a new TObjectByteHashMap instance with the default capacity and load factor.
TObjectByteHashMap(int) - Constructor for class gnu.trove.TObjectByteHashMap
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
Creates a new TObjectByteHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TObjectByteHashMap(int, float, TObjectHashingStrategy<K>) - Constructor for class gnu.trove.TObjectByteHashMap
Creates a new TObjectByteHashMap instance with a prime value at or near the specified capacity and load factor.
TObjectByteHashMap(int, TObjectHashingStrategy<K>) - Constructor for class gnu.trove.TObjectByteHashMap
Creates a new TObjectByteHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TObjectByteHashMap(TObjectHashingStrategy<K>) - Constructor for class gnu.trove.TObjectByteHashMap
Creates a new TObjectByteHashMap instance with the default capacity and load factor.
TObjectByteHashMapDecorator<V> - Class in gnu.trove.decorator
Wrapper class to make a TObjectByteHashMap conform to the java.util.Map API.
TObjectByteHashMapDecorator() - Constructor for class gnu.trove.decorator.TObjectByteHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TObjectByteHashMapDecorator(TObjectByteHashMap<V>) - Constructor for class gnu.trove.decorator.TObjectByteHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TObjectByteIterator<K> - Class in gnu.trove
Iterator for maps of type Object and byte.
TObjectByteIterator(TObjectByteHashMap<K>) - Constructor for class gnu.trove.TObjectByteIterator
 
TObjectByteProcedure<K> - Interface in gnu.trove
Interface for procedures that take two parameters of type Object and byte.
TObjectDoubleHashMap<K> - Class in gnu.trove
An open addressed Map implementation for Object keys and double values.
TObjectDoubleHashMap() - Constructor for class gnu.trove.TObjectDoubleHashMap
Creates a new TObjectDoubleHashMap instance with the default capacity and load factor.
TObjectDoubleHashMap(int) - Constructor for class gnu.trove.TObjectDoubleHashMap
Creates a new TObjectDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TObjectDoubleHashMap(int, float) - Constructor for class gnu.trove.TObjectDoubleHashMap
Creates a new TObjectDoubleHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TObjectDoubleHashMap(int, float, TObjectHashingStrategy<K>) - 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<K>) - 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<K>) - Constructor for class gnu.trove.TObjectDoubleHashMap
Creates a new TObjectDoubleHashMap instance with the default capacity and load factor.
TObjectDoubleHashMapDecorator<V> - Class in gnu.trove.decorator
Wrapper class to make a TObjectDoubleHashMap conform to the java.util.Map API.
TObjectDoubleHashMapDecorator() - Constructor for class gnu.trove.decorator.TObjectDoubleHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TObjectDoubleHashMapDecorator(TObjectDoubleHashMap<V>) - Constructor for class gnu.trove.decorator.TObjectDoubleHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TObjectDoubleIterator<K> - Class in gnu.trove
Iterator for maps of type Object and double.
TObjectDoubleIterator(TObjectDoubleHashMap<K>) - Constructor for class gnu.trove.TObjectDoubleIterator
 
TObjectDoubleProcedure<K> - Interface in gnu.trove
Interface for procedures that take two parameters of type Object and double.
TObjectFloatHashMap<K> - Class in gnu.trove
An open addressed Map implementation for Object keys and float values.
TObjectFloatHashMap() - Constructor for class gnu.trove.TObjectFloatHashMap
Creates a new TObjectFloatHashMap instance with the default capacity and load factor.
TObjectFloatHashMap(int) - Constructor for class gnu.trove.TObjectFloatHashMap
Creates a new TObjectFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TObjectFloatHashMap(int, float) - Constructor for class gnu.trove.TObjectFloatHashMap
Creates a new TObjectFloatHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TObjectFloatHashMap(int, float, TObjectHashingStrategy<K>) - 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<K>) - 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<K>) - Constructor for class gnu.trove.TObjectFloatHashMap
Creates a new TObjectFloatHashMap instance with the default capacity and load factor.
TObjectFloatHashMapDecorator<V> - Class in gnu.trove.decorator
Wrapper class to make a TObjectFloatHashMap conform to the java.util.Map API.
TObjectFloatHashMapDecorator() - Constructor for class gnu.trove.decorator.TObjectFloatHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TObjectFloatHashMapDecorator(TObjectFloatHashMap<V>) - Constructor for class gnu.trove.decorator.TObjectFloatHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TObjectFloatIterator<K> - Class in gnu.trove
Iterator for maps of type Object and float.
TObjectFloatIterator(TObjectFloatHashMap<K>) - Constructor for class gnu.trove.TObjectFloatIterator
 
TObjectFloatProcedure<K> - Interface in gnu.trove
Interface for procedures that take two parameters of type Object and float.
TObjectFunction<T,R> - Interface in gnu.trove
Interface for functions that accept and return one Object reference.
TObjectHash<T> - Class in gnu.trove
An open addressed hashing implementation for Object types.
TObjectHash() - Constructor for class gnu.trove.TObjectHash
Creates a new TObjectHash instance with the default capacity and load factor.
TObjectHash(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<T>) - Constructor for class gnu.trove.TObjectHash
Creates a new TObjectHash instance with a prime value at or near the specified capacity and load factor.
TObjectHash(int, TObjectHashingStrategy<T>) - Constructor for class gnu.trove.TObjectHash
Creates a new TObjectHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TObjectHash(TObjectHashingStrategy<T>) - Constructor for class gnu.trove.TObjectHash
Creates a new TObjectHash instance with the default capacity and load factor and a custom hashing strategy.
TObjectHashingStrategy<T> - Interface in gnu.trove
Interface to support pluggable hashing strategies in maps and sets.
TObjectIdentityHashingStrategy<T> - Class in gnu.trove
This object hashing strategy uses the System.identityHashCode method to provide identity hash codes.
TObjectIdentityHashingStrategy() - Constructor for class gnu.trove.TObjectIdentityHashingStrategy
 
TObjectIntHashMap<K> - Class in gnu.trove
An open addressed Map implementation for Object keys and int values.
TObjectIntHashMap() - Constructor for class gnu.trove.TObjectIntHashMap
Creates a new TObjectIntHashMap instance with the default capacity and load factor.
TObjectIntHashMap(int) - Constructor for class gnu.trove.TObjectIntHashMap
Creates a new TObjectIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TObjectIntHashMap(int, float) - Constructor for class gnu.trove.TObjectIntHashMap
Creates a new TObjectIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TObjectIntHashMap(int, float, TObjectHashingStrategy<K>) - 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<K>) - 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<K>) - Constructor for class gnu.trove.TObjectIntHashMap
Creates a new TObjectIntHashMap instance with the default capacity and load factor.
TObjectIntHashMapDecorator<V> - Class in gnu.trove.decorator
Wrapper class to make a TObjectIntHashMap conform to the java.util.Map API.
TObjectIntHashMapDecorator() - Constructor for class gnu.trove.decorator.TObjectIntHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TObjectIntHashMapDecorator(TObjectIntHashMap<V>) - Constructor for class gnu.trove.decorator.TObjectIntHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TObjectIntIterator<K> - Class in gnu.trove
Iterator for maps of type Object and int.
TObjectIntIterator(TObjectIntHashMap<K>) - Constructor for class gnu.trove.TObjectIntIterator
 
TObjectIntProcedure<K> - Interface in gnu.trove
Interface for procedures that take two parameters of type Object and int.
TObjectLongHashMap<K> - Class in gnu.trove
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<K>) - 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<K>) - 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<K>) - Constructor for class gnu.trove.TObjectLongHashMap
Creates a new TObjectLongHashMap instance with the default capacity and load factor.
TObjectLongHashMapDecorator<V> - Class in gnu.trove.decorator
Wrapper class to make a TObjectLongHashMap conform to the java.util.Map API.
TObjectLongHashMapDecorator() - Constructor for class gnu.trove.decorator.TObjectLongHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TObjectLongHashMapDecorator(TObjectLongHashMap<V>) - Constructor for class gnu.trove.decorator.TObjectLongHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TObjectLongIterator<K> - Class in gnu.trove
Iterator for maps of type Object and long.
TObjectLongIterator(TObjectLongHashMap<K>) - Constructor for class gnu.trove.TObjectLongIterator
 
TObjectLongProcedure<K> - Interface in gnu.trove
Interface for procedures that take two parameters of type Object and long.
TObjectObjectProcedure<K,V> - Interface in gnu.trove
Interface for procedures that take two Object parameters.
TObjectProcedure<T> - Interface in gnu.trove
Interface for procedures with one Object parameter.
TObjectShortHashMap<K> - Class in gnu.trove
An open addressed Map implementation for Object keys and short values.
TObjectShortHashMap() - Constructor for class gnu.trove.TObjectShortHashMap
Creates a new TObjectShortHashMap instance with the default capacity and load factor.
TObjectShortHashMap(int) - Constructor for class gnu.trove.TObjectShortHashMap
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
Creates a new TObjectShortHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TObjectShortHashMap(int, float, TObjectHashingStrategy<K>) - Constructor for class gnu.trove.TObjectShortHashMap
Creates a new TObjectShortHashMap instance with a prime value at or near the specified capacity and load factor.
TObjectShortHashMap(int, TObjectHashingStrategy<K>) - Constructor for class gnu.trove.TObjectShortHashMap
Creates a new TObjectShortHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TObjectShortHashMap(TObjectHashingStrategy<K>) - Constructor for class gnu.trove.TObjectShortHashMap
Creates a new TObjectShortHashMap instance with the default capacity and load factor.
TObjectShortHashMapDecorator<V> - Class in gnu.trove.decorator
Wrapper class to make a TObjectShortHashMap conform to the java.util.Map API.
TObjectShortHashMapDecorator() - Constructor for class gnu.trove.decorator.TObjectShortHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TObjectShortHashMapDecorator(TObjectShortHashMap<V>) - Constructor for class gnu.trove.decorator.TObjectShortHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TObjectShortIterator<K> - Class in gnu.trove
Iterator for maps of type Object and short.
TObjectShortIterator(TObjectShortHashMap<K>) - Constructor for class gnu.trove.TObjectShortIterator
 
TObjectShortProcedure<K> - Interface in gnu.trove
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.
toNativeArray(double[], int, int) - Method in class gnu.trove.TDoubleArrayList
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.
toNativeArray(float[], int, int) - Method in class gnu.trove.TFloatArrayList
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(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(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.
toNativeArray(short[], int, int) - Method in class gnu.trove.TShortArrayList
Copies a slice of the list into a native array.
toString() - Method in class gnu.trove.TByteArrayList
Returns a String representation of the list, front to back.
toString() - Method in class gnu.trove.TByteByteHashMap
 
toString() - Method in class gnu.trove.TByteDoubleHashMap
 
toString() - Method in class gnu.trove.TByteFloatHashMap
 
toString() - Method in class gnu.trove.TByteIntHashMap
 
toString() - Method in class gnu.trove.TByteLongHashMap
 
toString() - Method in class gnu.trove.TByteObjectHashMap
 
toString() - Method in class gnu.trove.TByteShortHashMap
 
toString() - Method in class gnu.trove.TDoubleArrayList
Returns a String representation of the list, front to back.
toString() - Method in class gnu.trove.TDoubleByteHashMap
 
toString() - Method in class gnu.trove.TDoubleDoubleHashMap
 
toString() - Method in class gnu.trove.TDoubleFloatHashMap
 
toString() - Method in class gnu.trove.TDoubleIntHashMap
 
toString() - Method in class gnu.trove.TDoubleLongHashMap
 
toString() - Method in class gnu.trove.TDoubleObjectHashMap
 
toString() - Method in class gnu.trove.TDoubleShortHashMap
 
toString() - Method in class gnu.trove.TFloatArrayList
Returns a String representation of the list, front to back.
toString() - Method in class gnu.trove.TFloatByteHashMap
 
toString() - Method in class gnu.trove.TFloatDoubleHashMap
 
toString() - Method in class gnu.trove.TFloatFloatHashMap
 
toString() - Method in class gnu.trove.TFloatIntHashMap
 
toString() - Method in class gnu.trove.TFloatLongHashMap
 
toString() - Method in class gnu.trove.TFloatObjectHashMap
 
toString() - Method in class gnu.trove.TFloatShortHashMap
 
toString() - Method in class gnu.trove.THashMap
 
toString() - Method in class gnu.trove.THashSet
 
toString() - Method in class gnu.trove.TIntArrayList
Returns a String representation of the list, front to back.
toString() - Method in class gnu.trove.TIntByteHashMap
 
toString() - Method in class gnu.trove.TIntDoubleHashMap
 
toString() - Method in class gnu.trove.TIntFloatHashMap
 
toString() - Method in class gnu.trove.TIntIntHashMap
 
toString() - Method in class gnu.trove.TIntLongHashMap
 
toString() - Method in class gnu.trove.TIntObjectHashMap
 
toString() - Method in class gnu.trove.TIntShortHashMap
 
toString() - Method in class gnu.trove.TLongArrayList
Returns a String representation of the list, front to back.
toString() - Method in class gnu.trove.TLongByteHashMap
 
toString() - Method in class gnu.trove.TLongDoubleHashMap
 
toString() - Method in class gnu.trove.TLongFloatHashMap
 
toString() - Method in class gnu.trove.TLongIntHashMap
 
toString() - Method in class gnu.trove.TLongLongHashMap
 
toString() - Method in class gnu.trove.TLongObjectHashMap
 
toString() - Method in class gnu.trove.TLongShortHashMap
 
toString() - Method in class gnu.trove.TObjectByteHashMap
 
toString() - Method in class gnu.trove.TObjectDoubleHashMap
 
toString() - Method in class gnu.trove.TObjectFloatHashMap
 
toString() - Method in class gnu.trove.TObjectIntHashMap
 
toString() - Method in class gnu.trove.TObjectLongHashMap
 
toString() - Method in class gnu.trove.TObjectShortHashMap
 
toString() - Method in class gnu.trove.TShortArrayList
Returns a String representation of the list, front to back.
toString() - Method in class gnu.trove.TShortByteHashMap
 
toString() - Method in class gnu.trove.TShortDoubleHashMap
 
toString() - Method in class gnu.trove.TShortFloatHashMap
 
toString() - Method in class gnu.trove.TShortIntHashMap
 
toString() - Method in class gnu.trove.TShortLongHashMap
 
toString() - Method in class gnu.trove.TShortObjectHashMap
 
toString() - Method in class gnu.trove.TShortShortHashMap
 
toUnlinkedArray() - Method in class gnu.trove.TLinkedList
Copies the list to a native array, destroying the next/previous links as the copy is made.
TPrimitiveHash - Class in gnu.trove
The base class for hashtables of primitive values.
TPrimitiveHash() - Constructor for class gnu.trove.TPrimitiveHash
Creates a new THash instance with the default capacity and load factor.
TPrimitiveHash(int) - Constructor for class gnu.trove.TPrimitiveHash
Creates a new TPrimitiveHash instance with a prime capacity at or near the specified capacity and with the default load factor.
TPrimitiveHash(int, float) - Constructor for class gnu.trove.TPrimitiveHash
Creates a new TPrimitiveHash instance with a prime capacity at or near the minimum needed to hold initialCapacity elements with load factor loadFactor without triggering a rehash.
transformValues(TByteFunction) - Method in class gnu.trove.TByteArrayList
Transform each value in the list using the specified function.
transformValues(TByteFunction) - Method in class gnu.trove.TByteByteHashMap
Transform the values in this map using function.
transformValues(TByteFunction) - Method in class gnu.trove.TDoubleByteHashMap
Transform the values in this map using function.
transformValues(TByteFunction) - Method in class gnu.trove.TFloatByteHashMap
Transform the values in this map using function.
transformValues(TByteFunction) - Method in class gnu.trove.TIntByteHashMap
Transform the values in this map using function.
transformValues(TByteFunction) - Method in class gnu.trove.TLongByteHashMap
Transform the values in this map using function.
transformValues(TByteFunction) - Method in class gnu.trove.TObjectByteHashMap
Transform the values in this map using function.
transformValues(TByteFunction) - Method in class gnu.trove.TShortByteHashMap
Transform the values in this map using function.
transformValues(TDoubleFunction) - Method in class gnu.trove.TByteDoubleHashMap
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(TDoubleFunction) - Method in class gnu.trove.TDoubleDoubleHashMap
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.TIntDoubleHashMap
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.TObjectDoubleHashMap
Transform the values in this map using function.
transformValues(TDoubleFunction) - Method in class gnu.trove.TShortDoubleHashMap
Transform the values in this map using function.
transformValues(TFloatFunction) - Method in class gnu.trove.TByteFloatHashMap
Transform the values in this map using function.
transformValues(TFloatFunction) - Method in class gnu.trove.TDoubleFloatHashMap
Transform the values in this map using function.
transformValues(TFloatFunction) - Method in class gnu.trove.TFloatArrayList
Transform each value in the list using the specified function.
transformValues(TFloatFunction) - Method in class gnu.trove.TFloatFloatHashMap
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.TLongFloatHashMap
Transform the values in this map using function.
transformValues(TFloatFunction) - Method in class gnu.trove.TObjectFloatHashMap
Transform the values in this map using function.
transformValues(TFloatFunction) - Method in class gnu.trove.TShortFloatHashMap
Transform the values in this map using function.
transformValues(TIntFunction) - Method in class gnu.trove.TByteIntHashMap
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(TIntFunction) - Method in class gnu.trove.TFloatIntHashMap
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.
transformValues(TIntFunction) - Method in class gnu.trove.TLongIntHashMap
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.TShortIntHashMap
Transform the values in this map using function.
transformValues(TLongFunction) - Method in class gnu.trove.TByteLongHashMap
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(TLongFunction) - Method in class gnu.trove.TFloatLongHashMap
Transform the values in this map using function.
transformValues(TLongFunction) - Method in class gnu.trove.TIntLongHashMap
Transform the values in this map using function.
transformValues(TLongFunction) - Method in class gnu.trove.TLongArrayList
Transform each value in the list using the specified function.
transformValues(TLongFunction) - Method in class gnu.trove.TLongLongHashMap
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.TShortLongHashMap
Transform the values in this map using function.
transformValues(TObjectFunction<V, V>) - Method in class gnu.trove.TByteObjectHashMap
Transform the values in this map using function.
transformValues(TObjectFunction<V, V>) - Method in class gnu.trove.TDoubleObjectHashMap
Transform the values in this map using function.
transformValues(TObjectFunction<V, V>) - Method in class gnu.trove.TFloatObjectHashMap
Transform the values in this map using function.
transformValues(TObjectFunction<V, V>) - Method in class gnu.trove.THashMap
Transform the values in this map using function.
transformValues(TObjectFunction<V, V>) - Method in class gnu.trove.TIntObjectHashMap
Transform the values in this map using function.
transformValues(TObjectFunction<V, V>) - Method in class gnu.trove.TLongObjectHashMap
Transform the values in this map using function.
transformValues(TObjectFunction<V, V>) - Method in class gnu.trove.TShortObjectHashMap
Transform the values in this map using function.
transformValues(TShortFunction) - Method in class gnu.trove.TByteShortHashMap
Transform the values in this map using function.
transformValues(TShortFunction) - Method in class gnu.trove.TDoubleShortHashMap
Transform the values in this map using function.
transformValues(TShortFunction) - Method in class gnu.trove.TFloatShortHashMap
Transform the values in this map using function.
transformValues(TShortFunction) - Method in class gnu.trove.TIntShortHashMap
Transform the values in this map using function.
transformValues(TShortFunction) - Method in class gnu.trove.TLongShortHashMap
Transform the values in this map using function.
transformValues(TShortFunction) - Method in class gnu.trove.TObjectShortHashMap
Transform the values in this map using function.
transformValues(TShortFunction) - Method in class gnu.trove.TShortArrayList
Transform each value in the list using the specified function.
transformValues(TShortFunction) - Method in class gnu.trove.TShortShortHashMap
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.
TShortArrayList - Class in gnu.trove
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.
TShortByteHashMap - Class in gnu.trove
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.
TShortByteHashMap(int, float, TShortHashingStrategy) - Constructor for class gnu.trove.TShortByteHashMap
Creates a new TShortByteHashMap instance with a prime value at or near the specified capacity and load factor.
TShortByteHashMap(int, TShortHashingStrategy) - Constructor for class gnu.trove.TShortByteHashMap
Creates a new TShortByteHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TShortByteHashMap(TShortHashingStrategy) - Constructor for class gnu.trove.TShortByteHashMap
Creates a new TShortByteHashMap instance with the default capacity and load factor.
TShortByteHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TShortByteHashMap conform to the java.util.Map API.
TShortByteHashMapDecorator() - Constructor for class gnu.trove.decorator.TShortByteHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TShortByteHashMapDecorator(TShortByteHashMap) - Constructor for class gnu.trove.decorator.TShortByteHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TShortByteIterator - Class in gnu.trove
Iterator for maps of type short and byte.
TShortByteIterator(TShortByteHashMap) - Constructor for class gnu.trove.TShortByteIterator
Creates an iterator over the specified map
TShortByteProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type short and byte.
TShortDoubleHashMap - Class in gnu.trove
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.
TShortDoubleHashMap(int, float, TShortHashingStrategy) - Constructor for class gnu.trove.TShortDoubleHashMap
Creates a new TShortDoubleHashMap instance with a prime value at or near the specified capacity and load factor.
TShortDoubleHashMap(int, TShortHashingStrategy) - Constructor for class gnu.trove.TShortDoubleHashMap
Creates a new TShortDoubleHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TShortDoubleHashMap(TShortHashingStrategy) - Constructor for class gnu.trove.TShortDoubleHashMap
Creates a new TShortDoubleHashMap instance with the default capacity and load factor.
TShortDoubleHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TShortDoubleHashMap conform to the java.util.Map API.
TShortDoubleHashMapDecorator() - Constructor for class gnu.trove.decorator.TShortDoubleHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TShortDoubleHashMapDecorator(TShortDoubleHashMap) - Constructor for class gnu.trove.decorator.TShortDoubleHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TShortDoubleIterator - Class in gnu.trove
Iterator for maps of type short and double.
TShortDoubleIterator(TShortDoubleHashMap) - Constructor for class gnu.trove.TShortDoubleIterator
Creates an iterator over the specified map
TShortDoubleProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type short and double.
TShortFloatHashMap - Class in gnu.trove
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.
TShortFloatHashMap(int, float, TShortHashingStrategy) - Constructor for class gnu.trove.TShortFloatHashMap
Creates a new TShortFloatHashMap instance with a prime value at or near the specified capacity and load factor.
TShortFloatHashMap(int, TShortHashingStrategy) - Constructor for class gnu.trove.TShortFloatHashMap
Creates a new TShortFloatHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TShortFloatHashMap(TShortHashingStrategy) - Constructor for class gnu.trove.TShortFloatHashMap
Creates a new TShortFloatHashMap instance with the default capacity and load factor.
TShortFloatHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TShortFloatHashMap conform to the java.util.Map API.
TShortFloatHashMapDecorator() - Constructor for class gnu.trove.decorator.TShortFloatHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TShortFloatHashMapDecorator(TShortFloatHashMap) - Constructor for class gnu.trove.decorator.TShortFloatHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TShortFloatIterator - Class in gnu.trove
Iterator for maps of type short and float.
TShortFloatIterator(TShortFloatHashMap) - Constructor for class gnu.trove.TShortFloatIterator
Creates an iterator over the specified map
TShortFloatProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type short and float.
TShortFunction - Interface in gnu.trove
Interface for functions that accept and return one short primitive.
TShortHash - Class in gnu.trove
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.
TShortHash(int, float, TShortHashingStrategy) - Constructor for class gnu.trove.TShortHash
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.
TShortHashingStrategy - Interface in gnu.trove
Interface to support pluggable hashing strategies in maps and sets.
TShortHashSet - Class in gnu.trove
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.
TShortHashSet(int, float, TShortHashingStrategy) - Constructor for class gnu.trove.TShortHashSet
Creates a new TShortHash instance with a prime value at or near the specified capacity and load factor.
TShortHashSet(int, TShortHashingStrategy) - Constructor for class gnu.trove.TShortHashSet
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.
TShortHashSet(short[], TShortHashingStrategy) - Constructor for class gnu.trove.TShortHashSet
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.
TShortHashSetDecorator - Class in gnu.trove.decorator
Wrapper class to make a TShortHashSet conform to the java.util.Set API.
TShortHashSetDecorator() - Constructor for class gnu.trove.decorator.TShortHashSetDecorator
FOR EXTERNALIZATION ONLY!!
TShortHashSetDecorator(TShortHashSet) - Constructor for class gnu.trove.decorator.TShortHashSetDecorator
Creates a wrapper that decorates the specified primitive set.
TShortIntHashMap - Class in gnu.trove
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.
TShortIntHashMap(int, float, TShortHashingStrategy) - Constructor for class gnu.trove.TShortIntHashMap
Creates a new TShortIntHashMap instance with a prime value at or near the specified capacity and load factor.
TShortIntHashMap(int, TShortHashingStrategy) - Constructor for class gnu.trove.TShortIntHashMap
Creates a new TShortIntHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TShortIntHashMap(TShortHashingStrategy) - Constructor for class gnu.trove.TShortIntHashMap
Creates a new TShortIntHashMap instance with the default capacity and load factor.
TShortIntHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TShortIntHashMap conform to the java.util.Map API.
TShortIntHashMapDecorator() - Constructor for class gnu.trove.decorator.TShortIntHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TShortIntHashMapDecorator(TShortIntHashMap) - Constructor for class gnu.trove.decorator.TShortIntHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TShortIntIterator - Class in gnu.trove
Iterator for maps of type short and int.
TShortIntIterator(TShortIntHashMap) - Constructor for class gnu.trove.TShortIntIterator
Creates an iterator over the specified map
TShortIntProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type short and int.
TShortIterator - Class in gnu.trove
Iterator for short collections.
TShortIterator(TShortHash) - Constructor for class gnu.trove.TShortIterator
Creates a TShortIterator for the elements in the specified collection.
TShortLongHashMap - Class in gnu.trove
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.
TShortLongHashMap(int, float, TShortHashingStrategy) - Constructor for class gnu.trove.TShortLongHashMap
Creates a new TShortLongHashMap instance with a prime value at or near the specified capacity and load factor.
TShortLongHashMap(int, TShortHashingStrategy) - Constructor for class gnu.trove.TShortLongHashMap
Creates a new TShortLongHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TShortLongHashMap(TShortHashingStrategy) - Constructor for class gnu.trove.TShortLongHashMap
Creates a new TShortLongHashMap instance with the default capacity and load factor.
TShortLongHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TShortLongHashMap conform to the java.util.Map API.
TShortLongHashMapDecorator() - Constructor for class gnu.trove.decorator.TShortLongHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TShortLongHashMapDecorator(TShortLongHashMap) - Constructor for class gnu.trove.decorator.TShortLongHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TShortLongIterator - Class in gnu.trove
Iterator for maps of type short and long.
TShortLongIterator(TShortLongHashMap) - Constructor for class gnu.trove.TShortLongIterator
Creates an iterator over the specified map
TShortLongProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type short and long.
TShortObjectHashMap<V> - Class in gnu.trove
An open addressed Map implementation for short keys and Object values.
TShortObjectHashMap() - Constructor for class gnu.trove.TShortObjectHashMap
Creates a new TShortObjectHashMap instance with the default capacity and load factor.
TShortObjectHashMap(int) - Constructor for class gnu.trove.TShortObjectHashMap
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
Creates a new TShortObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TShortObjectHashMap(int, float, TShortHashingStrategy) - Constructor for class gnu.trove.TShortObjectHashMap
Creates a new TShortObjectHashMap instance with a prime value at or near the specified capacity and load factor.
TShortObjectHashMap(int, TShortHashingStrategy) - Constructor for class gnu.trove.TShortObjectHashMap
Creates a new TShortObjectHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TShortObjectHashMap(TShortHashingStrategy) - Constructor for class gnu.trove.TShortObjectHashMap
Creates a new TShortObjectHashMap instance with the default capacity and load factor.
TShortObjectHashMapDecorator<V> - Class in gnu.trove.decorator
Wrapper class to make a TShortObjectHashMap conform to the java.util.Map API.
TShortObjectHashMapDecorator() - Constructor for class gnu.trove.decorator.TShortObjectHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TShortObjectHashMapDecorator(TShortObjectHashMap<V>) - Constructor for class gnu.trove.decorator.TShortObjectHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TShortObjectIterator<V> - Class in gnu.trove
Iterator for maps of type short and Object.
TShortObjectIterator(TShortObjectHashMap<V>) - Constructor for class gnu.trove.TShortObjectIterator
Creates an iterator over the specified map
TShortObjectProcedure<T> - Interface in gnu.trove
Interface for procedures that take two parameters of type short and Object.
TShortProcedure - Interface in gnu.trove
Interface for procedures with one short parameter.
TShortShortHashMap - Class in gnu.trove
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.
TShortShortHashMap(int, float, TShortHashingStrategy) - Constructor for class gnu.trove.TShortShortHashMap
Creates a new TShortShortHashMap instance with a prime value at or near the specified capacity and load factor.
TShortShortHashMap(int, TShortHashingStrategy) - Constructor for class gnu.trove.TShortShortHashMap
Creates a new TShortShortHashMap instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TShortShortHashMap(TShortHashingStrategy) - Constructor for class gnu.trove.TShortShortHashMap
Creates a new TShortShortHashMap instance with the default capacity and load factor.
TShortShortHashMapDecorator - Class in gnu.trove.decorator
Wrapper class to make a TShortShortHashMap conform to the java.util.Map API.
TShortShortHashMapDecorator() - Constructor for class gnu.trove.decorator.TShortShortHashMapDecorator
FOR EXTERNALIZATION ONLY!!
TShortShortHashMapDecorator(TShortShortHashMap) - Constructor for class gnu.trove.decorator.TShortShortHashMapDecorator
Creates a wrapper that decorates the specified primitive map.
TShortShortIterator - Class in gnu.trove
Iterator for maps of type short and short.
TShortShortIterator(TShortShortHashMap) - Constructor for class gnu.trove.TShortShortIterator
Creates an iterator over the specified map
TShortShortProcedure - Interface in gnu.trove
Interface for procedures that take two parameters of type short and short.
TShortStack - Class in gnu.trove
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.
A B C D E F G H I K L M N P R S T U V W _ 

GNU Trove is copyright © 2001-2009 Eric D. Friedman. All Rights Reserved.