Uses of Interface
org.eclipse.collections.api.stack.primitive.MutableLongStack
-
Packages that use MutableLongStack 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.list.primitive This package contains implementations of the 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.org.eclipse.collections.impl.stream -
-
Uses of MutableLongStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return MutableLongStack Modifier and Type Method Description MutableLongStackMutableLongStackFactory. empty()MutableLongStackMutableLongStackFactory. of()Same asMutableLongStackFactory.empty().MutableLongStackMutableLongStackFactory. of(long... items)Same asMutableLongStackFactory.with(long[]).MutableLongStackMutableLongStackFactory. ofAll(java.lang.Iterable<java.lang.Long> iterable)MutableLongStackMutableLongStackFactory. ofAll(java.util.stream.LongStream items)MutableLongStackMutableLongStackFactory. ofAll(LongIterable items)MutableLongStackMutableLongStackFactory. ofAllReversed(LongIterable items)MutableLongStackMutableLongStackFactory. with()Same asMutableLongStackFactory.empty().MutableLongStackMutableLongStackFactory. with(long... items)MutableLongStackMutableLongStackFactory. withAll(java.lang.Iterable<java.lang.Long> iterable)MutableLongStackMutableLongStackFactory. withAll(java.util.stream.LongStream items)MutableLongStackMutableLongStackFactory. withAll(LongIterable items)MutableLongStackMutableLongStackFactory. withAllReversed(LongIterable items) -
Uses of MutableLongStack in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return MutableLongStack Modifier and Type Method Description default MutableLongStackOrderedLongIterable. toStack()Converts the collection to a LongStack. -
Uses of MutableLongStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return MutableLongStack Modifier and Type Method Description MutableLongStackMutableStack. collectLong(LongFunction<? super T> longFunction) -
Uses of MutableLongStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return MutableLongStack Modifier and Type Method Description MutableLongStackMutableLongStack. asSynchronized()MutableLongStackMutableLongStack. asUnmodifiable()default MutableLongStackMutableLongStack. newEmpty()Creates a new empty mutable version of the same stack type.MutableLongStackMutableLongStack. reject(LongPredicate predicate)default MutableLongStackMutableLongStack. rejectWithIndex(LongIntPredicate predicate)Returns a new MutableLongStack excluding all elements with corresponding indexes matching the specified predicate.MutableLongStackMutableLongStack. select(LongPredicate predicate)default MutableLongStackMutableLongStack. selectWithIndex(LongIntPredicate predicate)Returns a new MutableLongStack including all elements with corresponding indexes matching the specified predicate.default MutableLongStackMutableLongStack. tap(LongProcedure procedure) -
Uses of MutableLongStack in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableLongStack Modifier and Type Method Description MutableLongStackImmutableLongArrayList. toStack()MutableLongStackImmutableLongEmptyList. toStack()MutableLongStackImmutableLongSingletonList. toStack() -
Uses of MutableLongStack in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return MutableLongStack Modifier and Type Method Description MutableLongStackLongArrayList. toStack()MutableLongStackSynchronizedLongList. toStack()MutableLongStackUnmodifiableLongList. toStack() -
Uses of MutableLongStack in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive that return MutableLongStack Modifier and Type Method Description MutableLongStackLongInterval. toStack() -
Uses of MutableLongStack in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableLongStack Modifier and Type Method Description MutableLongStackImmutableLongArrayStack. toStack()MutableLongStackImmutableLongEmptyStack. toStack()MutableLongStackImmutableLongSingletonStack. toStack() -
Uses of MutableLongStack in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable that return MutableLongStack Modifier and Type Method Description MutableLongStackArrayStack. collectLong(LongFunction<? super T> longFunction)MutableLongStackSynchronizedStack. collectLong(LongFunction<? super T> longFunction)MutableLongStackUnmodifiableStack. collectLong(LongFunction<? super T> longFunction) -
Uses of MutableLongStack in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement MutableLongStack Modifier and Type Class Description classLongArrayStackLongArrayStack is similar toArrayStack, and is memory-optimized for long primitives.classSynchronizedLongStackA synchronized view of aMutableLongStack.classUnmodifiableLongStackThis file was automatically generated from template file unmodifiablePrimitiveStack.stg.Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as MutableLongStack Modifier and Type Field Description private MutableLongStackSynchronizedLongStack. stackprivate MutableLongStackUnmodifiableLongStack. stackMethods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableLongStack Modifier and Type Method Description MutableLongStackLongArrayStack. asSynchronized()MutableLongStackSynchronizedLongStack. asSynchronized()MutableLongStackUnmodifiableLongStack. asSynchronized()MutableLongStackLongArrayStack. asUnmodifiable()MutableLongStackSynchronizedLongStack. asUnmodifiable()MutableLongStackUnmodifiableLongStack. asUnmodifiable()MutableLongStackMutableLongStackFactoryImpl. empty()MutableLongStackSynchronizedLongStack. newEmpty()MutableLongStackUnmodifiableLongStack. newEmpty()MutableLongStackMutableLongStackFactoryImpl. of()MutableLongStackMutableLongStackFactoryImpl. of(long... items)MutableLongStackMutableLongStackFactoryImpl. ofAll(java.lang.Iterable<java.lang.Long> iterable)MutableLongStackMutableLongStackFactoryImpl. ofAll(java.util.stream.LongStream items)MutableLongStackMutableLongStackFactoryImpl. ofAll(LongIterable items)MutableLongStackMutableLongStackFactoryImpl. ofAllReversed(LongIterable items)MutableLongStackLongArrayStack. reject(LongPredicate predicate)MutableLongStackSynchronizedLongStack. reject(LongPredicate predicate)MutableLongStackUnmodifiableLongStack. reject(LongPredicate predicate)MutableLongStackSynchronizedLongStack. rejectWithIndex(LongIntPredicate predicate)Returns a new MutableLongStack excluding all elements with corresponding indexes matching the specified predicate.MutableLongStackLongArrayStack. select(LongPredicate predicate)MutableLongStackSynchronizedLongStack. select(LongPredicate predicate)MutableLongStackUnmodifiableLongStack. select(LongPredicate predicate)MutableLongStackSynchronizedLongStack. selectWithIndex(LongIntPredicate predicate)Returns a new MutableLongStack including all elements with corresponding indexes matching the specified predicate.MutableLongStackLongArrayStack. toStack()MutableLongStackSynchronizedLongStack. toStack()MutableLongStackUnmodifiableLongStack. toStack()MutableLongStackMutableLongStackFactoryImpl. with()MutableLongStackMutableLongStackFactoryImpl. with(long... items)MutableLongStackMutableLongStackFactoryImpl. withAll(java.lang.Iterable<java.lang.Long> iterable)MutableLongStackMutableLongStackFactoryImpl. withAll(java.util.stream.LongStream items)MutableLongStackMutableLongStackFactoryImpl. withAll(LongIterable items)MutableLongStackMutableLongStackFactoryImpl. withAllReversed(LongIterable items)Constructors in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type MutableLongStack Constructor Description SynchronizedLongStack(MutableLongStack stack)SynchronizedLongStack(MutableLongStack stack, java.lang.Object newLock)UnmodifiableLongStack(MutableLongStack stack) -
Uses of MutableLongStack in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return MutableLongStack Modifier and Type Method Description static MutableLongStackPrimitiveStreams. mLongStack(java.util.stream.LongStream stream)
-