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 immutable primitive stack interfaces.
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 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) -
Uses of ByteStack in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement ByteStackModifier and TypeClassDescription(package private) final classImmutableByteArrayStack is the non-modifiable equivalent ofByteArrayStack.(package private) final classImmutableByteEmptyStack is an optimization forImmutableByteStackof size 0.(package private) final classImmutableByteSingletonStack is an optimization forImmutableByteStackof size 1.Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as ByteStackModifier and TypeFieldDescriptionprivate ByteStackImmutableByteArrayStack.ImmutableByteStackSerializationProxy.stackConstructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type ByteStack -
Uses of ByteStack in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement ByteStackModifier and TypeClassDescriptionclassByteArrayStack is similar toArrayStack, and is memory-optimized for byte primitives.classA synchronized view of aMutableByteStack.classThis 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 TypeClassDescriptionclassThis file was automatically generated from template file abstractPrimitiveStack.stg.