Uses of Class
org.magicwerk.brownies.collections.primitive.ByteObjBigList
Packages that use ByteObjBigList
Package
Description
This packages contains implementations of GapList and BigList for primitive data types.
-
Uses of ByteObjBigList in org.magicwerk.brownies.collections.primitive
Subclasses of ByteObjBigList in org.magicwerk.brownies.collections.primitiveModifier and TypeClassDescriptionprotected static class
An immutable version of a BigList.Methods in org.magicwerk.brownies.collections.primitive that return ByteObjBigListModifier and TypeMethodDescriptionByteObjBigList.clone()
ByteObjBigList.copy()
static ByteObjBigList
ByteObjBigList.create()
static ByteObjBigList
static ByteObjBigList
ByteObjBigList.create
(Collection<? extends Byte> elems) ByteObjBigList.immutableList()
ByteObjBigList.unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type ByteObjBigListModifierConstructorDescriptionprotected
Private constructor used internally.