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.ordered.primitive 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.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStackinterface.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces. -
-
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(java.lang.Iterable<java.lang.Short> iterable)MutableShortStackMutableShortStackFactory. ofAll(ShortIterable items)MutableShortStackMutableShortStackFactory. ofAllReversed(ShortIterable items)MutableShortStackMutableShortStackFactory. with()Same asMutableShortStackFactory.empty().MutableShortStackMutableShortStackFactory. with(short... items)MutableShortStackMutableShortStackFactory. withAll(java.lang.Iterable<java.lang.Short> iterable)MutableShortStackMutableShortStackFactory. withAll(ShortIterable items)MutableShortStackMutableShortStackFactory. withAllReversed(ShortIterable items) -
Uses of MutableShortStack in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return MutableShortStack Modifier and Type Method Description default MutableShortStackOrderedShortIterable. toStack()Converts the collection to a ShortStack. -
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) -
Uses of MutableShortStack in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableShortStack Modifier and Type Method Description MutableShortStackImmutableShortArrayList. toStack()MutableShortStackImmutableShortEmptyList. toStack()MutableShortStackImmutableShortSingletonList. toStack() -
Uses of MutableShortStack in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return MutableShortStack Modifier and Type Method Description MutableShortStackShortArrayList. toStack()MutableShortStackSynchronizedShortList. toStack()MutableShortStackUnmodifiableShortList. toStack() -
Uses of MutableShortStack in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableShortStack Modifier and Type Method Description MutableShortStackImmutableShortArrayStack. toStack()MutableShortStackImmutableShortEmptyStack. toStack()MutableShortStackImmutableShortSingletonStack. toStack() -
Uses of MutableShortStack in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable that return MutableShortStack Modifier and Type Method Description MutableShortStackArrayStack. collectShort(ShortFunction<? super T> shortFunction)MutableShortStackSynchronizedStack. collectShort(ShortFunction<? super T> shortFunction)MutableShortStackUnmodifiableStack. collectShort(ShortFunction<? super T> shortFunction) -
Uses of MutableShortStack in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement MutableShortStack Modifier and Type Class Description classShortArrayStackShortArrayStack is similar toArrayStack, and is memory-optimized for short primitives.classSynchronizedShortStackA synchronized view of aMutableShortStack.classUnmodifiableShortStackThis file was automatically generated from template file unmodifiablePrimitiveStack.stg.Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as MutableShortStack Modifier and Type Field Description private MutableShortStackSynchronizedShortStack. stackprivate MutableShortStackUnmodifiableShortStack. stackMethods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableShortStack Modifier and Type Method Description MutableShortStackShortArrayStack. asSynchronized()MutableShortStackSynchronizedShortStack. asSynchronized()MutableShortStackUnmodifiableShortStack. asSynchronized()MutableShortStackShortArrayStack. asUnmodifiable()MutableShortStackSynchronizedShortStack. asUnmodifiable()MutableShortStackUnmodifiableShortStack. asUnmodifiable()MutableShortStackMutableShortStackFactoryImpl. empty()MutableShortStackSynchronizedShortStack. newEmpty()MutableShortStackUnmodifiableShortStack. newEmpty()MutableShortStackMutableShortStackFactoryImpl. of()MutableShortStackMutableShortStackFactoryImpl. of(short... items)MutableShortStackMutableShortStackFactoryImpl. ofAll(java.lang.Iterable<java.lang.Short> iterable)MutableShortStackMutableShortStackFactoryImpl. ofAll(ShortIterable items)MutableShortStackMutableShortStackFactoryImpl. ofAllReversed(ShortIterable items)MutableShortStackShortArrayStack. reject(ShortPredicate predicate)MutableShortStackSynchronizedShortStack. reject(ShortPredicate predicate)MutableShortStackUnmodifiableShortStack. reject(ShortPredicate predicate)MutableShortStackSynchronizedShortStack. rejectWithIndex(ShortIntPredicate predicate)Returns a new MutableShortStack excluding all elements with corresponding indexes matching the specified predicate.MutableShortStackShortArrayStack. select(ShortPredicate predicate)MutableShortStackSynchronizedShortStack. select(ShortPredicate predicate)MutableShortStackUnmodifiableShortStack. select(ShortPredicate predicate)MutableShortStackSynchronizedShortStack. selectWithIndex(ShortIntPredicate predicate)Returns a new MutableShortStack including all elements with corresponding indexes matching the specified predicate.MutableShortStackShortArrayStack. toStack()MutableShortStackSynchronizedShortStack. toStack()MutableShortStackUnmodifiableShortStack. toStack()MutableShortStackMutableShortStackFactoryImpl. with()MutableShortStackMutableShortStackFactoryImpl. with(short... items)MutableShortStackMutableShortStackFactoryImpl. withAll(java.lang.Iterable<java.lang.Short> iterable)MutableShortStackMutableShortStackFactoryImpl. withAll(ShortIterable items)MutableShortStackMutableShortStackFactoryImpl. withAllReversed(ShortIterable items)Constructors in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type MutableShortStack Constructor Description SynchronizedShortStack(MutableShortStack stack)SynchronizedShortStack(MutableShortStack stack, java.lang.Object newLock)UnmodifiableShortStack(MutableShortStack stack)
-