Uses of Class
org.eclipse.collections.impl.list.mutable.primitive.ByteArrayList
-
Packages that use ByteArrayList Package Description org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces. -
-
Uses of ByteArrayList in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return ByteArrayList Modifier and Type Method Description ByteArrayListByteArrayList. newEmpty()Creates a new empty ByteArrayList.static ByteArrayListByteArrayList. newList(ByteIterable source)static ByteArrayListByteArrayList. newListWith(byte... elements)Creates a new list using the passedelementsargument as the backing store.static ByteArrayListByteArrayList. newWithNValues(int size, byte value)ByteArrayListByteArrayList. reject(BytePredicate predicate)ByteArrayListByteArrayList. reverseThis()ByteArrayListByteArrayList. select(BytePredicate predicate)ByteArrayListByteArrayList. sortThis()ByteArrayListByteArrayList. sortThis(ByteComparator comparator)ByteArrayListByteArrayList. toReversed()ByteArrayListByteArrayList. with(byte element)ByteArrayListByteArrayList. with(byte element1, byte element2)ByteArrayListByteArrayList. with(byte element1, byte element2, byte element3)ByteArrayListByteArrayList. with(byte element1, byte element2, byte element3, byte... elements)ByteArrayListByteArrayList. withAll(ByteIterable elements)ByteArrayListByteArrayList. without(byte element)ByteArrayListByteArrayList. withoutAll(ByteIterable elements)static ByteArrayListByteArrayList. wrapCopy(byte... array)Creates a new list by first copying the array passed in.
-