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

T

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

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