Uses of Class
org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
Packages that use ByteObjGapList Package Description org.magicwerk.brownies.collections.primitive This packages contains implementations of GapList and BigList for primitive data types. -
-
Uses of ByteObjGapList in org.magicwerk.brownies.collections.primitive
Subclasses of ByteObjGapList in org.magicwerk.brownies.collections.primitive Modifier and Type Class Description protected static class
ByteObjGapList.ImmutableByteObjGapList
An immutable version of a GapList.Methods in org.magicwerk.brownies.collections.primitive that return ByteObjGapList Modifier and Type Method Description ByteObjGapList
ByteObjGapList. clone()
ByteObjGapList
ByteObjGapList. copy()
static ByteObjGapList
ByteObjGapList. create()
static ByteObjGapList
ByteObjGapList. create(java.lang.Byte... elems)
static ByteObjGapList
ByteObjGapList. create(java.util.Collection<? extends java.lang.Byte> elems)
ByteObjGapList
ByteObjGapList. immutableList()
ByteObjGapList
ByteObjGapList. unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type ByteObjGapList Constructor Description ImmutableByteObjGapList(ByteObjGapList that)
Private constructor used internally.
-