public class GenericRegister<E> extends java.lang.Object
GenericRegister()
void
add(E node)
boolean
contains(E node)
E
get(E node)
remove(E node)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GenericRegister()
public boolean contains(E node)
public E get(E node)
public void add(E node)
public void remove(E node)