A  C  E  H  I  R  T  W 

A

add(E) - Method in class com .slimjars .dist .gnu .trove .set .hash . TCustomHashSet
Inserts a value into the set.
addAll(Collection<? extends E>) - Method in class com .slimjars .dist .gnu .trove .set .hash . TCustomHashSet
Adds all of the elements in collection to the set.

C

clear() - Method in class com .slimjars .dist .gnu .trove .set .hash . TCustomHashSet
Empties the set.
com.slimjars.dist.gnu.trove.set.hash - package com.slimjars.dist.gnu.trove.set.hash
 
containsAll(Collection<?>) - Method in class com .slimjars .dist .gnu .trove .set .hash . TCustomHashSet
Tests the set to determine if all of the elements in collection are present.

E

equals(Object) - Method in class com .slimjars .dist .gnu .trove .set .hash . TCustomHashSet
 

H

hashCode() - Method in class com .slimjars .dist .gnu .trove .set .hash . TCustomHashSet
 

I

iterator() - Method in class com .slimjars .dist .gnu .trove .set .hash . TCustomHashSet
Creates an iterator over the values of the set.

R

readExternal(ObjectInput) - Method in class com .slimjars .dist .gnu .trove .set .hash . TCustomHashSet
 
rehash(int) - Method in class com .slimjars .dist .gnu .trove .set .hash . TCustomHashSet
Expands the set to accommodate new values.
remove(Object) - Method in class com .slimjars .dist .gnu .trove .set .hash . TCustomHashSet
Removes obj from the set.
removeAll(Collection<?>) - Method in class com .slimjars .dist .gnu .trove .set .hash . TCustomHashSet
Removes all of the elements in collection from the set.
retainAll(Collection<?>) - Method in class com .slimjars .dist .gnu .trove .set .hash . TCustomHashSet
Removes any values in the set which are not contained in collection.

T

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
 

W

writeExternal(ObjectOutput) - Method in class com .slimjars .dist .gnu .trove .set .hash . TCustomHashSet
 
A  C  E  H  I  R  T  W