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 classByteObjGapList.ImmutableByteObjGapListAn immutable version of a GapList.Methods in org.magicwerk.brownies.collections.primitive that return ByteObjGapList Modifier and Type Method Description ByteObjGapListByteObjGapList. clone()ByteObjGapListByteObjGapList. copy()static ByteObjGapListByteObjGapList. create()static ByteObjGapListByteObjGapList. create(java.lang.Byte... elems)static ByteObjGapListByteObjGapList. create(java.util.Collection<? extends java.lang.Byte> elems)ByteObjGapListByteObjGapList. immutableList()ByteObjGapListByteObjGapList. unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type ByteObjGapList Constructor Description ImmutableByteObjGapList(ByteObjGapList that)Private constructor used internally.
-