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 ImmutableIntArrayStackImmutableIntArrayStack. newStack(IntIterable iterable)static ImmutableIntArrayStackImmutableIntArrayStack. newStackFromTopToBottom(int... items)static ImmutableIntArrayStackImmutableIntArrayStack. newStackFromTopToBottom(IntIterable items)static ImmutableIntArrayStackImmutableIntArrayStack. newStackWith(int... elements)
-