Uses of Class
org.magicwerk.brownies.collections.primitive.ByteBigList
-
Packages that use ByteBigList Package Description org.magicwerk.brownies.collections.primitive 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.primitive Modifier and Type Class Description protected static class
ByteBigList.ReadOnlyByteBigList
A read-only version ofKey1List
.Fields in org.magicwerk.brownies.collections.primitive declared as ByteBigList Modifier and Type Field Description private static ByteBigList
ByteBigList. EMPTY
Unmodifiable empty instance(package private) ByteBigList
ByteObjBigList. list
Methods in org.magicwerk.brownies.collections.primitive that return ByteBigList Modifier and Type Method Description ByteBigList
ByteBigList. clone()
Returns a shallow copy of this list.ByteBigList
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(java.util.Collection<java.lang.Byte> coll)
Create new list with specified elements.ByteBigList
ByteBigList. crop()
static ByteBigList
ByteBigList. EMPTY()
ByteBigList
ByteBigList. immutableList()
ByteBigList
ByteBigList. unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type ByteBigList Constructor Description ByteBigList(boolean copy, ByteBigList that)
Constructor used internally, e.g.ReadOnlyByteBigList(ByteBigList that)
Private constructor used internally.
-