Uses of Interface
org.eclipse.collections.api.stack.primitive.MutableIntStack
-
Packages that use MutableIntStack 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 MutableIntStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return MutableIntStack Modifier and Type Method Description MutableIntStackMutableIntStackFactory. empty()MutableIntStackMutableIntStackFactory. of()Same asMutableIntStackFactory.empty().MutableIntStackMutableIntStackFactory. of(int... items)Same asMutableIntStackFactory.with(int[]).MutableIntStackMutableIntStackFactory. ofAll(Iterable<Integer> iterable)MutableIntStackMutableIntStackFactory. ofAll(IntStream items)MutableIntStackMutableIntStackFactory. ofAll(IntIterable items)MutableIntStackMutableIntStackFactory. ofAllReversed(IntIterable items)MutableIntStackMutableIntStackFactory. with()Same asMutableIntStackFactory.empty().MutableIntStackMutableIntStackFactory. with(int... items)MutableIntStackMutableIntStackFactory. withAll(Iterable<Integer> iterable)MutableIntStackMutableIntStackFactory. withAll(IntStream items)MutableIntStackMutableIntStackFactory. withAll(IntIterable items)MutableIntStackMutableIntStackFactory. withAllReversed(IntIterable items) -
Uses of MutableIntStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return MutableIntStack Modifier and Type Method Description MutableIntStackMutableStack. collectInt(IntFunction<? super T> intFunction) -
Uses of MutableIntStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return MutableIntStack Modifier and Type Method Description MutableIntStackMutableIntStack. asSynchronized()MutableIntStackMutableIntStack. asUnmodifiable()default MutableIntStackMutableIntStack. newEmpty()Creates a new empty mutable version of the same stack type.MutableIntStackMutableIntStack. reject(IntPredicate predicate)default MutableIntStackMutableIntStack. rejectWithIndex(IntIntPredicate predicate)Returns a new MutableIntStack excluding all elements with corresponding indexes matching the specified predicate.MutableIntStackMutableIntStack. select(IntPredicate predicate)default MutableIntStackMutableIntStack. selectWithIndex(IntIntPredicate predicate)Returns a new MutableIntStack including all elements with corresponding indexes matching the specified predicate.default MutableIntStackMutableIntStack. tap(IntProcedure procedure)
-