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 classA read-only version of.invalid reference
Key1ListFields in org.magicwerk.brownies.collections.primitive declared as ByteBigListModifier and TypeFieldDescriptionprivate static final ByteBigListByteBigList.EMPTYUnmodifiable empty instance(package private) ByteBigListByteObjBigList.listMethods 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 ByteBigListByteBigList.create()static ByteBigListByteBigList.create(byte... elems) Create new list with specified elements.static ByteBigListByteBigList.create(Collection<Byte> coll) Create new list with specified elements.ByteBigList.crop()static ByteBigListByteBigList.EMPTY()ByteBigList.immutableList()ByteBigList.unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type ByteBigListModifierConstructorDescriptionprotectedByteBigList(boolean copy, ByteBigList that) Constructor used internally, e.g.protectedPrivate constructor used internally.