Class ByteBucketArray<T>


  • 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 Summary

      Constructors 
      Constructor Description
      ByteBucketArray​(T mDefault)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ByteBucketArray

        public ByteBucketArray​(T mDefault)