Package org.robolectric.res.android
Class ByteBucketArray<T>
- java.lang.Object
-
- org.robolectric.res.android.ByteBucketArray<T>
-
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).
-
-
Constructor Detail
-
ByteBucketArray
public ByteBucketArray(T mDefault)
-
-