Uses of Interface
org.eclipse.collections.api.stack.primitive.MutableShortStack
-
Packages that use MutableShortStack 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 MutableShortStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return MutableShortStack Modifier and Type Method Description MutableShortStackMutableShortStackFactory. empty()MutableShortStackMutableShortStackFactory. of()Same asMutableShortStackFactory.empty().MutableShortStackMutableShortStackFactory. of(short... items)MutableShortStackMutableShortStackFactory. ofAll(Iterable<Short> iterable)MutableShortStackMutableShortStackFactory. ofAll(ShortIterable items)MutableShortStackMutableShortStackFactory. ofAllReversed(ShortIterable items)MutableShortStackMutableShortStackFactory. with()Same asMutableShortStackFactory.empty().MutableShortStackMutableShortStackFactory. with(short... items)MutableShortStackMutableShortStackFactory. withAll(Iterable<Short> iterable)MutableShortStackMutableShortStackFactory. withAll(ShortIterable items)MutableShortStackMutableShortStackFactory. withAllReversed(ShortIterable items) -
Uses of MutableShortStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return MutableShortStack Modifier and Type Method Description MutableShortStackMutableStack. collectShort(ShortFunction<? super T> shortFunction) -
Uses of MutableShortStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return MutableShortStack Modifier and Type Method Description MutableShortStackMutableShortStack. asSynchronized()MutableShortStackMutableShortStack. asUnmodifiable()default MutableShortStackMutableShortStack. newEmpty()Creates a new empty mutable version of the same stack type.MutableShortStackMutableShortStack. reject(ShortPredicate predicate)default MutableShortStackMutableShortStack. rejectWithIndex(ShortIntPredicate predicate)Returns a new MutableShortStack excluding all elements with corresponding indexes matching the specified predicate.MutableShortStackMutableShortStack. select(ShortPredicate predicate)default MutableShortStackMutableShortStack. selectWithIndex(ShortIntPredicate predicate)Returns a new MutableShortStack including all elements with corresponding indexes matching the specified predicate.default MutableShortStackMutableShortStack. tap(ShortProcedure procedure)
-