Uses of Class
org.magicwerk.brownies.collections.primitive.ByteGapList
-
Packages that use ByteGapList Package Description org.magicwerk.brownies.collections.helper This packages contains helper classes for the package org.magicwerk.brownies.collections.org.magicwerk.brownies.collections.primitive This packages contains implementations of GapList and BigList for primitive data types. -
-
Uses of ByteGapList in org.magicwerk.brownies.collections.helper
Methods in org.magicwerk.brownies.collections.helper with parameters of type ByteGapList Modifier and Type Method Description static intGapLists. read(java.io.InputStream istream, ByteGapList list, int len)Read specified number of bytes from InputStream into ByteGapList. -
Uses of ByteGapList in org.magicwerk.brownies.collections.primitive
Subclasses of ByteGapList in org.magicwerk.brownies.collections.primitive Modifier and Type Class Description (package private) static classByteBigList.ByteBlockA block stores in maximum blockSize number of elements.protected static classByteGapList.ReadOnlyListA read-only version ofByteGapList.Fields in org.magicwerk.brownies.collections.primitive declared as ByteGapList Modifier and Type Field Description private static ByteGapListByteGapList. EMPTYUnmodifiable empty instance(package private) ByteGapListByteObjGapList. listMethods in org.magicwerk.brownies.collections.primitive that return ByteGapList Modifier and Type Method Description ByteGapListByteGapList. clone()ByteGapListByteGapList. copy()static ByteGapListByteGapList. create()static ByteGapListByteGapList. create(byte... elems)Create new list with specified elements.static ByteGapListByteGapList. create(java.util.Collection<java.lang.Byte> coll)Create new list with specified elements.ByteGapListByteGapList. crop()ByteGapListByteGapList. doCreate(int capacity)static ByteGapListByteGapList. EMPTY()ByteGapListByteGapList. getAll(byte elem)ByteGapListByteGapList. getAll(int index, int len)static ByteGapListByteGapList. immutable(byte... elems)Create new immutable list with specified elements.static ByteGapListByteGapList. immutable(java.util.Collection<java.lang.Byte> coll)Create new immutable list with specified elements.ByteGapListByteGapList. immutableList()ByteGapListByteGapList. unmodifiableList()Methods in org.magicwerk.brownies.collections.primitive with parameters of type ByteGapList Modifier and Type Method Description protected static intGapListPrimitives. read(java.io.InputStream istream, ByteGapList list, int len)Read specified number of bytes from InputStream into ByteGapList.protected static voidGapListPrimitives. write(java.io.OutputStream ostream, ByteGapList list, int off, int len)Write specified number of bytes from ByteGapList into OutputStream.Constructors in org.magicwerk.brownies.collections.primitive with parameters of type ByteGapList Constructor Description ByteGapList(boolean copy, ByteGapList that)Constructor used internally, e.g.ReadOnlyList(ByteGapList that)Private constructor used internally.
-