public class BlackWhiteSet<T> extends java.lang.Object
BlackWhiteSet()
BlackWhiteSet(T elementBlack, T elementWhite)
boolean
equals(java.lang.Object object)
T
get(GoColor c)
int
hashCode()
void
set(GoColor c, T element)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public BlackWhiteSet()
public BlackWhiteSet(T elementBlack, T elementWhite)
public boolean equals(java.lang.Object object)
equals
java.lang.Object
public T get(GoColor c)
public int hashCode()
hashCode
public void set(GoColor c, T element)