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 ByteArrayList
ByteArrayList.newList
(ByteIterable source) static ByteArrayList
ByteArrayList.newListWith
(byte... elements) Creates a new list using the passedelements
argument as the backing store.static ByteArrayList
ByteArrayList.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 ByteArrayList
ByteArrayList.withArrayCopy
(byte[] elements, int begin, int length) ByteArrayList.without
(byte element) ByteArrayList.withoutAll
(ByteIterable elements) static ByteArrayList
ByteArrayList.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 ByteArrayList
AbstractByteStack.getDelegate()