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.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive -
-
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) -
Uses of ByteStack in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement ByteStack Modifier and Type Class Description (package private) classImmutableByteArrayStackImmutableByteArrayStack is the non-modifiable equivalent ofByteArrayStack.(package private) classImmutableByteEmptyStackImmutableByteEmptyStack is an optimization forImmutableByteStackof size 0.(package private) classImmutableByteSingletonStackImmutableByteSingletonStack is an optimization forImmutableByteStackof size 1.Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as ByteStack Modifier and Type Field Description private ByteStackImmutableByteArrayStack.ImmutableByteStackSerializationProxy. stackConstructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type ByteStack Constructor Description ImmutableByteStackSerializationProxy(ByteStack stack) -
Uses of ByteStack in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement ByteStack Modifier and Type Class Description classByteArrayStackByteArrayStack is similar toArrayStack, and is memory-optimized for byte primitives.classSynchronizedByteStackA synchronized view of aMutableByteStack.classUnmodifiableByteStackThis 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 ByteStack Modifier and Type Class Description classAbstractByteStackThis file was automatically generated from template file abstractPrimitiveStack.stg.
-