Uses of Interface
org.eclipse.collections.api.stack.primitive.MutableByteStack
-
Packages that use MutableByteStack Package Description org.eclipse.collections.api.factory.stack.primitive This package contains factory API for creating primitive stack instances.org.eclipse.collections.api.stack This package contains interfaces for stack API.org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API. -
-
Uses of MutableByteStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return MutableByteStack Modifier and Type Method Description MutableByteStackMutableByteStackFactory. empty()MutableByteStackMutableByteStackFactory. of()Same asMutableByteStackFactory.empty().MutableByteStackMutableByteStackFactory. of(byte... items)Same asMutableByteStackFactory.with(byte[]).MutableByteStackMutableByteStackFactory. ofAll(Iterable<Byte> iterable)MutableByteStackMutableByteStackFactory. ofAll(ByteIterable items)MutableByteStackMutableByteStackFactory. ofAllReversed(ByteIterable items)MutableByteStackMutableByteStackFactory. with()Same asMutableByteStackFactory.empty().MutableByteStackMutableByteStackFactory. with(byte... items)MutableByteStackMutableByteStackFactory. withAll(Iterable<Byte> iterable)MutableByteStackMutableByteStackFactory. withAll(ByteIterable items)MutableByteStackMutableByteStackFactory. withAllReversed(ByteIterable items) -
Uses of MutableByteStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return MutableByteStack Modifier and Type Method Description MutableByteStackMutableStack. collectByte(ByteFunction<? super T> byteFunction) -
Uses of MutableByteStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return MutableByteStack Modifier and Type Method Description MutableByteStackMutableByteStack. asSynchronized()MutableByteStackMutableByteStack. asUnmodifiable()default MutableByteStackMutableByteStack. newEmpty()Creates a new empty mutable version of the same stack type.MutableByteStackMutableByteStack. reject(BytePredicate predicate)default MutableByteStackMutableByteStack. rejectWithIndex(ByteIntPredicate predicate)Returns a new MutableByteStack excluding all elements with corresponding indexes matching the specified predicate.MutableByteStackMutableByteStack. select(BytePredicate predicate)default MutableByteStackMutableByteStack. selectWithIndex(ByteIntPredicate predicate)Returns a new MutableByteStack including all elements with corresponding indexes matching the specified predicate.default MutableByteStackMutableByteStack. tap(ByteProcedure procedure)
-