Uses of Interface
org.eclipse.collections.api.stack.primitive.ByteStack
Packages that use ByteStack
Package
Description
This package contains interfaces for stack API.
This package contains mutable and immutable primitive stack API.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of ByteStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return ByteStackModifier and TypeMethodDescriptionStackIterable.collectByte
(ByteFunction<? super T> byteFunction) -
Uses of ByteStack in org.eclipse.collections.api.stack.primitive
Subinterfaces of ByteStack in org.eclipse.collections.api.stack.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveStack.stg.interface
This file was automatically generated from template file mutablePrimitiveStack.stg.Methods in org.eclipse.collections.api.stack.primitive that return ByteStackModifier and TypeMethodDescriptionByteStack.reject
(BytePredicate predicate) default ByteStack
ByteStack.rejectWithIndex
(ByteIntPredicate predicate) Returns a new ByteStack excluding all elements with corresponding indexes matching the specified predicate.ByteStack.select
(BytePredicate predicate) default ByteStack
ByteStack.selectWithIndex
(ByteIntPredicate predicate) Returns a new ByteStack including all elements with corresponding indexes matching the specified predicate.default ByteStack
ByteStack.tap
(ByteProcedure procedure) -
Uses of ByteStack in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement ByteStackModifier and TypeClassDescriptionclass
ByteArrayStack is similar toArrayStack
, and is memory-optimized for byte primitives.class
A synchronized view of aMutableByteStack
.class
This file was automatically generated from template file unmodifiablePrimitiveStack.stg. -
Uses of ByteStack in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement ByteStackModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveStack.stg.