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 classByteBigList.ReadOnlyByteBigListA read-only version ofKey1List.Fields in org.magicwerk.brownies.collections.primitive declared as ByteBigList Modifier and Type Field Description private static ByteBigListByteBigList. EMPTYUnmodifiable empty instance(package private) ByteBigListByteObjBigList. listMethods in org.magicwerk.brownies.collections.primitive that return ByteBigList Modifier and Type Method Description ByteBigListByteBigList. clone()Returns a shallow copy of this list.ByteBigListByteBigList. 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(java.util.Collection<java.lang.Byte> coll)Create new list with specified elements.ByteBigListByteBigList. crop()static ByteBigListByteBigList. EMPTY()ByteBigListByteBigList. immutableList()ByteBigListByteBigList. 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.
-