Uses of Class
org.eclipse.collections.impl.list.mutable.primitive.ByteArrayList
Packages that use ByteArrayList
Package
Description
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 ByteArrayListModifier and TypeMethodDescriptionByteArrayList.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) ByteArrayList.reject(BytePredicate predicate) ByteArrayList.reverseThis()ByteArrayList.select(BytePredicate predicate) ByteArrayList.sortThis()ByteArrayList.sortThis(ByteComparator comparator) ByteArrayList.toReversed()ByteArrayList.with(byte element) ByteArrayList.with(byte element1, byte element2) ByteArrayList.with(byte element1, byte element2, byte element3) ByteArrayList.with(byte element1, byte element2, byte element3, byte... elements) ByteArrayList.withAll(ByteIterable elements) ByteArrayList.without(byte element) ByteArrayList.withoutAll(ByteIterable elements) static ByteArrayListByteArrayList.wrapCopy(byte... array) Creates a new list by first copying the array passed in.