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