Maven module :un.api : api-common :
Class :
un.api.collection.HashSet
Extends/Implements :
un.api.collection.AbstractCollection
un.api.collection.Set
Subclasses : -
Variables : -
Functions :
HashSet,
HashSet,
HashSet,
getSize,
contains,
add,
remove,
removeAll,
resize,
loadRatio,
createIterator
public void
HashSet ()
public void
HashSet (Hasher hasher)
public void
HashSet (Hasher hasher, int size)
public int
getSize ()
public boolean
contains (Object key)
public boolean
add (Object key)
public boolean
remove (Object key)
public boolean
removeAll ()
void
resize (int size)
float
loadRatio ()
public Iterator
createIterator ()
author Johann Sorel