Uses of Interface
org.eclipse.collections.api.stack.primitive.ImmutableShortStack
-
Packages that use ImmutableShortStack 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 ImmutableShortStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return ImmutableShortStack Modifier and Type Method Description ImmutableShortStackImmutableShortStackFactory. empty()ImmutableShortStackImmutableShortStackFactory. of()Same asImmutableShortStackFactory.empty().ImmutableShortStackImmutableShortStackFactory. of(short one)ImmutableShortStackImmutableShortStackFactory. of(short... items)ImmutableShortStackImmutableShortStackFactory. ofAll(Iterable<Short> iterable)ImmutableShortStackImmutableShortStackFactory. ofAll(ShortIterable items)ImmutableShortStackImmutableShortStackFactory. ofAllReversed(ShortIterable items)ImmutableShortStackImmutableShortStackFactory. with()Same asImmutableShortStackFactory.empty().ImmutableShortStackImmutableShortStackFactory. with(short one)ImmutableShortStackImmutableShortStackFactory. with(short... items)ImmutableShortStackImmutableShortStackFactory. withAll(Iterable<Short> iterable)ImmutableShortStackImmutableShortStackFactory. withAll(ShortIterable items)ImmutableShortStackImmutableShortStackFactory. withAllReversed(ShortIterable items) -
Uses of ImmutableShortStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return ImmutableShortStack Modifier and Type Method Description ImmutableShortStackImmutableStack. collectShort(ShortFunction<? super T> shortFunction) -
Uses of ImmutableShortStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return ImmutableShortStack Modifier and Type Method Description ImmutableShortStackImmutableShortStack. pop()ImmutableShortStackImmutableShortStack. pop(int count)ImmutableShortStackImmutableShortStack. push(short item)ImmutableShortStackImmutableShortStack. reject(ShortPredicate predicate)default ImmutableShortStackImmutableShortStack. rejectWithIndex(ShortIntPredicate predicate)Returns a new ImmutableShortStack excluding all elements with corresponding indexes matching the specified predicate.ImmutableShortStackImmutableShortStack. select(ShortPredicate predicate)default ImmutableShortStackImmutableShortStack. selectWithIndex(ShortIntPredicate predicate)Returns a new ImmutableShortStack including all elements with corresponding indexes matching the specified predicate.default ImmutableShortStackImmutableShortStack. tap(ShortProcedure procedure)ImmutableShortStackShortStack. toImmutable()
-