public abstract class ByteBucketArray<T> extends Object
Stores a sparsely populated array. Has a fixed size of 256 (number of entries that a byte can represent).
ByteBucketArray(T mDefault)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ByteBucketArray(T mDefault)