Uses of Interface
org.eclipse.collections.api.stack.primitive.ByteStack
-
Packages that use ByteStack Package Description 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 ByteStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return ByteStack Modifier and Type Method Description ByteStackStackIterable. collectByte(ByteFunction<? super T> byteFunction) -
Uses of ByteStack in org.eclipse.collections.api.stack.primitive
Subinterfaces of ByteStack in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceImmutableByteStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceMutableByteStackThis file was automatically generated from template file mutablePrimitiveStack.stg.Methods in org.eclipse.collections.api.stack.primitive that return ByteStack Modifier and Type Method Description ByteStackByteStack. reject(BytePredicate predicate)default ByteStackByteStack. rejectWithIndex(ByteIntPredicate predicate)Returns a new ByteStack excluding all elements with corresponding indexes matching the specified predicate.ByteStackByteStack. 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)
-