Uses of Interface
org.eclipse.collections.api.stack.primitive.CharStack
-
Packages that use CharStack 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 CharStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return CharStack Modifier and Type Method Description CharStackStackIterable. collectChar(CharFunction<? super T> charFunction) -
Uses of CharStack in org.eclipse.collections.api.stack.primitive
Subinterfaces of CharStack in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceImmutableCharStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceMutableCharStackThis file was automatically generated from template file mutablePrimitiveStack.stg.Methods in org.eclipse.collections.api.stack.primitive that return CharStack Modifier and Type Method Description CharStackCharStack. reject(CharPredicate predicate)default CharStackCharStack. rejectWithIndex(CharIntPredicate predicate)Returns a new CharStack excluding all elements with corresponding indexes matching the specified predicate.CharStackCharStack. 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 CharStack Modifier and Type Class Description (package private) classImmutableCharArrayStackImmutableCharArrayStack is the non-modifiable equivalent ofCharArrayStack.(package private) classImmutableCharEmptyStackImmutableCharEmptyStack is an optimization forImmutableCharStackof size 0.(package private) classImmutableCharSingletonStackImmutableCharSingletonStack is an optimization forImmutableCharStackof size 1.Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as CharStack Modifier and Type Field Description private CharStackImmutableCharArrayStack.ImmutableCharStackSerializationProxy. stackConstructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type CharStack Constructor Description ImmutableCharStackSerializationProxy(CharStack stack) -
Uses of CharStack in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement CharStack Modifier and Type Class Description classCharArrayStackCharArrayStack is similar toArrayStack, and is memory-optimized for char primitives.classSynchronizedCharStackA synchronized view of aMutableCharStack.classUnmodifiableCharStackThis 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 CharStack Modifier and Type Class Description classAbstractCharStackThis file was automatically generated from template file abstractPrimitiveStack.stg.
-