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.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive -
-
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 ByteArrayList
ByteArrayList. 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
ByteArrayList. reject(BytePredicate predicate)
ByteArrayList
ByteArrayList. reverseThis()
ByteArrayList
ByteArrayList. select(BytePredicate predicate)
ByteArrayList
ByteArrayList. sortThis()
ByteArrayList
ByteArrayList. sortThis(ByteComparator comparator)
ByteArrayList
ByteArrayList. toReversed()
ByteArrayList
ByteArrayList. with(byte element)
ByteArrayList
ByteArrayList. with(byte element1, byte element2)
ByteArrayList
ByteArrayList. with(byte element1, byte element2, byte element3)
ByteArrayList
ByteArrayList. with(byte element1, byte element2, byte element3, byte... elements)
ByteArrayList
ByteArrayList. withAll(ByteIterable elements)
private ByteArrayList
ByteArrayList. withArrayCopy(byte[] elements, int begin, int length)
ByteArrayList
ByteArrayList. without(byte element)
ByteArrayList
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 ByteArrayList Modifier and Type Field Description private ByteArrayList
ImmutableByteArrayStack. delegate
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return ByteArrayList Modifier and Type Method Description protected ByteArrayList
ImmutableByteArrayStack. getDelegate()
Constructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type ByteArrayList Constructor Description ImmutableByteArrayStack(ByteArrayList newElements)
-
Uses of ByteArrayList in org.eclipse.collections.impl.stack.mutable.primitive
Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as ByteArrayList Modifier and Type Field Description private ByteArrayList
ByteArrayStack. delegate
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return ByteArrayList Modifier and Type Method Description protected ByteArrayList
ByteArrayStack. getDelegate()
-
Uses of ByteArrayList in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return ByteArrayList Modifier and Type Method Description protected abstract ByteArrayList
AbstractByteStack. getDelegate()
-