public final class MapBitSet<K> extends java.lang.Object
MapBitSet()
void
clear(K key, int index)
boolean
get(K key, int index)
remove(K key)
set(K key, int index)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapBitSet()
public void clear(K key, int index)
public void set(K key, int index)
public boolean get(K key, int index)
public void remove(K key)