Uses of Interface
org.eclipse.collections.api.stack.primitive.MutableCharStack
-
Packages that use MutableCharStack Package Description org.eclipse.collections.api.factory.stack.primitive This package contains factory API for creating primitive stack instances.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 MutableCharStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return MutableCharStack Modifier and Type Method Description MutableCharStackMutableCharStackFactory. empty()MutableCharStackMutableCharStackFactory. of()Same asMutableCharStackFactory.empty().MutableCharStackMutableCharStackFactory. of(char... items)Same asMutableCharStackFactory.with(char[]).MutableCharStackMutableCharStackFactory. ofAll(Iterable<Character> iterable)MutableCharStackMutableCharStackFactory. ofAll(CharIterable items)MutableCharStackMutableCharStackFactory. ofAllReversed(CharIterable items)MutableCharStackMutableCharStackFactory. with()Same asMutableCharStackFactory.empty().MutableCharStackMutableCharStackFactory. with(char... items)MutableCharStackMutableCharStackFactory. withAll(Iterable<Character> iterable)MutableCharStackMutableCharStackFactory. withAll(CharIterable items)MutableCharStackMutableCharStackFactory. withAllReversed(CharIterable items) -
Uses of MutableCharStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return MutableCharStack Modifier and Type Method Description MutableCharStackMutableStack. collectChar(CharFunction<? super T> charFunction) -
Uses of MutableCharStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return MutableCharStack Modifier and Type Method Description MutableCharStackMutableCharStack. asSynchronized()MutableCharStackMutableCharStack. asUnmodifiable()default MutableCharStackMutableCharStack. newEmpty()Creates a new empty mutable version of the same stack type.MutableCharStackMutableCharStack. reject(CharPredicate predicate)default MutableCharStackMutableCharStack. rejectWithIndex(CharIntPredicate predicate)Returns a new MutableCharStack excluding all elements with corresponding indexes matching the specified predicate.MutableCharStackMutableCharStack. select(CharPredicate predicate)default MutableCharStackMutableCharStack. selectWithIndex(CharIntPredicate predicate)Returns a new MutableCharStack including all elements with corresponding indexes matching the specified predicate.default MutableCharStackMutableCharStack. tap(CharProcedure procedure)
-