-
TCustomHashSet
<
E> - Class in
com.slimjars.dist.gnu.trove.set.hash
-
An implementation of the
Set interface that uses an open-addressed hash table to store its contents.
-
TCustomHashSet() - Constructor for class com
.slimjars
.dist
.gnu
.trove
.set
.hash
.
TCustomHashSet
-
FOR EXTERNALIZATION ONLY!!!
-
TCustomHashSet(HashingStrategy<? super E>) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.set
.hash
.
TCustomHashSet
-
Creates a new
THashSet instance with the default capacity and load factor.
-
TCustomHashSet(HashingStrategy<? super E>, int) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.set
.hash
.
TCustomHashSet
-
Creates a new
THashSet instance with a prime capacity equal to or greater than
initialCapacity and with the default load factor.
-
TCustomHashSet(HashingStrategy<? super E>, int, float) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.set
.hash
.
TCustomHashSet
-
Creates a new
THashSet instance with a prime capacity equal to or greater than
initialCapacity and with the specified load factor.
-
TCustomHashSet(HashingStrategy<? super E>, Collection<? extends E>) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.set
.hash
.
TCustomHashSet
-
Creates a new
THashSet instance containing the elements of
collection.
-
toArray() - Method in class com
.slimjars
.dist
.gnu
.trove
.set
.hash
.
TCustomHashSet
-
Returns a new array containing the objects in the set.
-
toArray(T[]) - Method in class com
.slimjars
.dist
.gnu
.trove
.set
.hash
.
TCustomHashSet
-
Returns a typed array of the objects in the set.
-
toString() - Method in class com
.slimjars
.dist
.gnu
.trove
.set
.hash
.
TCustomHashSet
-