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.
-
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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceThis 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 ByteStackByteStack.rejectWithIndex(ByteIntPredicate predicate) Returns a new ByteStack excluding all elements with corresponding indexes matching the specified predicate.ByteStack.select(BytePredicate predicate) default ByteStackByteStack.selectWithIndex(ByteIntPredicate predicate) Returns a new ByteStack including all elements with corresponding indexes matching the specified predicate.default ByteStackByteStack.tap(ByteProcedure procedure)