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