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 ImmutableByteArrayStack
ImmutableByteArrayStack. newStack(ByteIterable iterable)
static ImmutableByteArrayStack
ImmutableByteArrayStack. newStackFromTopToBottom(byte... items)
static ImmutableByteArrayStack
ImmutableByteArrayStack. newStackFromTopToBottom(ByteIterable items)
static ImmutableByteArrayStack
ImmutableByteArrayStack. newStackWith(byte... elements)
-