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 classAn immutable version of a GapList.Methods in org.magicwerk.brownies.collections.primitive that return ByteObjGapListModifier and TypeMethodDescriptionByteObjGapList.clone()ByteObjGapList.copy()static ByteObjGapListByteObjGapList.create()static ByteObjGapListstatic ByteObjGapListByteObjGapList.create(Collection<? extends Byte> elems) ByteObjGapList.immutableList()ByteObjGapList.unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type ByteObjGapListModifierConstructorDescriptionprotectedPrivate constructor used internally.