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.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack 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) private ByteArrayListByteArrayList.withArrayCopy(byte[] elements, int begin, int length) ByteArrayList.without(byte element) ByteArrayList.withoutAll(ByteIterable elements) static ByteArrayListByteArrayList.wrapCopy(byte... array) Creates a new list by first copying the array passed in. -
Uses of ByteArrayList in org.eclipse.collections.impl.stack.immutable.primitive
Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as ByteArrayListMethods in org.eclipse.collections.impl.stack.immutable.primitive that return ByteArrayListConstructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type ByteArrayList -
Uses of ByteArrayList in org.eclipse.collections.impl.stack.mutable.primitive
Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as ByteArrayListMethods in org.eclipse.collections.impl.stack.mutable.primitive that return ByteArrayList -
Uses of ByteArrayList in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return ByteArrayListModifier and TypeMethodDescriptionprotected abstract ByteArrayListAbstractByteStack.getDelegate()