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.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStackinterface.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. -
-
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(java.lang.Iterable<java.lang.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(java.lang.Iterable<java.lang.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() -
Uses of ImmutableShortStack in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable that return ImmutableShortStack Modifier and Type Method Description ImmutableShortStackImmutableArrayStack. collectShort(ShortFunction<? super T> shortFunction)Deprecated.ImmutableShortStackImmutableEmptyStack. collectShort(ShortFunction<? super T> shortFunction)ImmutableShortStackImmutableNotEmptyStack. collectShort(ShortFunction<? super T> function) -
Uses of ImmutableShortStack in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement ImmutableShortStack Modifier and Type Class Description (package private) classImmutableShortArrayStackImmutableShortArrayStack is the non-modifiable equivalent ofShortArrayStack.(package private) classImmutableShortEmptyStackImmutableShortEmptyStack is an optimization forImmutableShortStackof size 0.(package private) classImmutableShortSingletonStackImmutableShortSingletonStack is an optimization forImmutableShortStackof size 1.Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as ImmutableShortStack Modifier and Type Field Description (package private) static ImmutableShortStackImmutableShortEmptyStack. INSTANCEMethods in org.eclipse.collections.impl.stack.immutable.primitive that return ImmutableShortStack Modifier and Type Method Description ImmutableShortStackImmutableShortStackFactoryImpl. empty()ImmutableShortStackImmutableShortStackFactoryImpl. of()ImmutableShortStackImmutableShortStackFactoryImpl. of(short one)ImmutableShortStackImmutableShortStackFactoryImpl. of(short... items)ImmutableShortStackImmutableShortStackFactoryImpl. ofAll(java.lang.Iterable<java.lang.Short> iterable)ImmutableShortStackImmutableShortStackFactoryImpl. ofAll(ShortIterable items)ImmutableShortStackImmutableShortStackFactoryImpl. ofAllReversed(ShortIterable items)ImmutableShortStackImmutableShortArrayStack. pop()ImmutableShortStackImmutableShortArrayStack. pop(int count)ImmutableShortStackImmutableShortEmptyStack. pop()ImmutableShortStackImmutableShortEmptyStack. pop(int count)ImmutableShortStackImmutableShortSingletonStack. pop()ImmutableShortStackImmutableShortSingletonStack. pop(int count)ImmutableShortStackImmutableShortArrayStack. push(short item)ImmutableShortStackImmutableShortEmptyStack. push(short element)ImmutableShortStackImmutableShortSingletonStack. push(short element)ImmutableShortStackImmutableShortArrayStack. reject(ShortPredicate predicate)ImmutableShortStackImmutableShortEmptyStack. reject(ShortPredicate predicate)ImmutableShortStackImmutableShortSingletonStack. reject(ShortPredicate predicate)ImmutableShortStackImmutableShortArrayStack. select(ShortPredicate predicate)ImmutableShortStackImmutableShortEmptyStack. select(ShortPredicate predicate)ImmutableShortStackImmutableShortSingletonStack. select(ShortPredicate predicate)ImmutableShortStackImmutableShortArrayStack. toImmutable()ImmutableShortStackImmutableShortEmptyStack. toImmutable()ImmutableShortStackImmutableShortSingletonStack. toImmutable()ImmutableShortStackImmutableShortStackFactoryImpl. with()ImmutableShortStackImmutableShortStackFactoryImpl. with(short one)ImmutableShortStackImmutableShortStackFactoryImpl. with(short... items)ImmutableShortStackImmutableShortStackFactoryImpl. withAll(java.lang.Iterable<java.lang.Short> iterable)ImmutableShortStackImmutableShortStackFactoryImpl. withAll(ShortIterable items)ImmutableShortStackImmutableShortStackFactoryImpl. withAllReversed(ShortIterable items) -
Uses of ImmutableShortStack in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return ImmutableShortStack Modifier and Type Method Description ImmutableShortStackShortArrayStack. toImmutable()ImmutableShortStackSynchronizedShortStack. toImmutable()ImmutableShortStackUnmodifiableShortStack. toImmutable()
-