public abstract class ByteBucketArray<T>
extends java.lang.Object
Stores a sparsely populated array. Has a fixed size of 256 (number of entries that a byte can represent).
| Constructor and Description | 
|---|
| ByteBucketArray(T mDefault) | 
public ByteBucketArray(T mDefault)