Uses of Class
org.magicwerk.brownies.collections.primitive.ByteObjGapList
Packages that use ByteObjGapList
Package
Description
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.primitiveModifier and TypeClassDescriptionprotected static class
An immutable version of a GapList.Methods in org.magicwerk.brownies.collections.primitive that return ByteObjGapListModifier and TypeMethodDescriptionByteObjGapList.clone()
ByteObjGapList.copy()
static ByteObjGapList
ByteObjGapList.create()
static ByteObjGapList
static ByteObjGapList
ByteObjGapList.create
(Collection<? extends Byte> elems) ByteObjGapList.immutableList()
ByteObjGapList.unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type ByteObjGapListModifierConstructorDescriptionprotected
Private constructor used internally.