-
TLongHashSet
- Class in
com.slimjars.dist.gnu.trove.set.hash
-
An open addressed set implementation for long primitives.
-
TLongHashSet() - Constructor for class com
.slimjars
.dist
.gnu
.trove
.set
.hash
.
TLongHashSet
-
Creates a new
TLongHashSet instance with the default capacity and load factor.
-
TLongHashSet(int) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.set
.hash
.
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 com
.slimjars
.dist
.gnu
.trove
.set
.hash
.
TLongHashSet
-
Creates a new
TIntHash instance with a prime value at or near the specified capacity and load factor.
-
TLongHashSet(int, float, long) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.set
.hash
.
TLongHashSet
-
Creates a new
TLongHashSet instance with a prime capacity equal to or greater than
initial_capacity and with the specified load factor.
-
TLongHashSet(Collection<? extends Long>) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.set
.hash
.
TLongHashSet
-
Creates a new
TLongHashSet instance that is a copy of the existing Collection.
-
TLongHashSet(TLongCollection) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.set
.hash
.
TLongHashSet
-
Creates a new
TLongHashSet instance that is a copy of the existing set.
-
TLongHashSet(long[]) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.set
.hash
.
TLongHashSet
-
Creates a new
TLongHashSet instance containing the elements of
array.
-
toArray() - Method in class com
.slimjars
.dist
.gnu
.trove
.set
.hash
.
TLongHashSet
-
-
toArray(long[]) - Method in class com
.slimjars
.dist
.gnu
.trove
.set
.hash
.
TLongHashSet
-
-
toString() - Method in class com
.slimjars
.dist
.gnu
.trove
.set
.hash
.
TLongHashSet
-