Uses of Class
org.magicwerk.brownies.collections.primitive.ByteBigList
Packages that use ByteBigList
Package
Description
This packages contains implementations of GapList and BigList for primitive data types.
-
Uses of ByteBigList in org.magicwerk.brownies.collections.primitive
Subclasses of ByteBigList in org.magicwerk.brownies.collections.primitiveModifier and TypeClassDescriptionprotected static class
A read-only version ofinvalid reference
Key1List
Fields in org.magicwerk.brownies.collections.primitive declared as ByteBigListModifier and TypeFieldDescriptionprivate static final ByteBigList
ByteBigList.EMPTY
Unmodifiable empty instance(package private) ByteBigList
ByteObjBigList.list
Methods in org.magicwerk.brownies.collections.primitive that return ByteBigListModifier and TypeMethodDescriptionByteBigList.clone()
Returns a shallow copy of this list.ByteBigList.copy()
Returns a shallow copy of this list.static ByteBigList
ByteBigList.create()
static ByteBigList
ByteBigList.create
(byte... elems) Create new list with specified elements.static ByteBigList
ByteBigList.create
(Collection<Byte> coll) Create new list with specified elements.ByteBigList.crop()
static ByteBigList
ByteBigList.EMPTY()
ByteBigList.immutableList()
ByteBigList.unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type ByteBigListModifierConstructorDescriptionprotected
ByteBigList
(boolean copy, ByteBigList that) Constructor used internally, e.g.protected
Private constructor used internally.