Uses of Interface
org.eclipse.collections.api.stack.primitive.CharStack
Packages that use CharStack
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 CharStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return CharStackModifier and TypeMethodDescriptionStackIterable.collectChar(CharFunction<? super T> charFunction) -
Uses of CharStack in org.eclipse.collections.api.stack.primitive
Subinterfaces of CharStack 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 CharStackModifier and TypeMethodDescriptionCharStack.reject(CharPredicate predicate) default CharStackCharStack.rejectWithIndex(CharIntPredicate predicate) Returns a new CharStack excluding all elements with corresponding indexes matching the specified predicate.CharStack.select(CharPredicate predicate) default CharStackCharStack.selectWithIndex(CharIntPredicate predicate) Returns a new CharStack including all elements with corresponding indexes matching the specified predicate.default CharStackCharStack.tap(CharProcedure procedure) -
Uses of CharStack in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement CharStackModifier and TypeClassDescription(package private) final classImmutableCharArrayStack is the non-modifiable equivalent ofCharArrayStack.(package private) final classImmutableCharEmptyStack is an optimization forImmutableCharStackof size 0.(package private) final classImmutableCharSingletonStack is an optimization forImmutableCharStackof size 1.Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as CharStackModifier and TypeFieldDescriptionprivate CharStackImmutableCharArrayStack.ImmutableCharStackSerializationProxy.stackConstructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type CharStack -
Uses of CharStack in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement CharStackModifier and TypeClassDescriptionclassCharArrayStack is similar toArrayStack, and is memory-optimized for char primitives.classA synchronized view of aMutableCharStack.classThis file was automatically generated from template file unmodifiablePrimitiveStack.stg. -
Uses of CharStack in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement CharStackModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractPrimitiveStack.stg.