Uses of Class
org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongArrayStack
-
Packages that use ImmutableLongArrayStack Package Description org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces. -
-
Uses of ImmutableLongArrayStack in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return ImmutableLongArrayStack Modifier and Type Method Description static ImmutableLongArrayStack
ImmutableLongArrayStack. newStack(LongIterable iterable)
static ImmutableLongArrayStack
ImmutableLongArrayStack. newStackFromTopToBottom(long... items)
static ImmutableLongArrayStack
ImmutableLongArrayStack. newStackFromTopToBottom(LongIterable items)
static ImmutableLongArrayStack
ImmutableLongArrayStack. newStackWith(long... elements)
-