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 classAn immutable version of a BigList.Methods in org.magicwerk.brownies.collections.primitive that return ByteObjBigListModifier and TypeMethodDescriptionByteObjBigList.clone()ByteObjBigList.copy()static ByteObjBigListByteObjBigList.create()static ByteObjBigListstatic ByteObjBigListByteObjBigList.create(Collection<? extends Byte> elems) ByteObjBigList.immutableList()ByteObjBigList.unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type ByteObjBigListModifierConstructorDescriptionprotectedPrivate constructor used internally.