public class LightSet<N> extends Object
protected static class
LightSet.Node<N>
LightSet()
LightSet(int s)
boolean
add(K key)
void
addAll(N[] keys)
contains(K key)
protected boolean
equals(LightSet.Node<N> node, N key)
protected int
hashKey(K key)
hashNode(N node)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LightSet()
public LightSet(int s)
protected boolean equals(LightSet.Node<N> node, N key)
public void addAll(N[] keys)
protected int hashKey(K key)
protected int hashNode(N node)
public boolean add(K key)
public boolean contains(K key)