public class SmartHashSet<T>
extends <any>
Constructor and Description |
---|
SmartHashSet() |
SmartHashSet(<any> strategy) |
SmartHashSet(java.util.Collection<? extends T> collection,
<any> strategy) |
SmartHashSet(int initialCapacity,
<any> strategy) |
SmartHashSet(int initialCapacity,
float loadFactor,
<any> strategy) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(T obj) |
void |
clear() |
boolean |
contains(java.lang.Object obj) |
boolean |
equals(java.lang.Object other) |
boolean |
forEach(<any> procedure) |
int |
hashCode() |
boolean |
isEmpty() |
java.util.Iterator<T> |
iterator() |
boolean |
remove(java.lang.Object obj) |
int |
size() |
java.lang.Object [] |
toArray() |
<T> T [] |
toArray(T [] a) |
public SmartHashSet()
public SmartHashSet(<any> strategy)
public SmartHashSet(int initialCapacity, <any> strategy)
public SmartHashSet(int initialCapacity, float loadFactor, <any> strategy)
public SmartHashSet(java.util.Collection<? extends T> collection, <any> strategy)
public boolean contains(java.lang.Object obj)
public boolean add(T obj)
public boolean equals(java.lang.Object other)
public int hashCode()
public void clear()
public int size()
public boolean isEmpty()
public boolean remove(java.lang.Object obj)
public java.util.Iterator<T> iterator()
public boolean forEach(<any> procedure)
public java.lang.Object [] toArray()
public <T> T [] toArray(T [] a)