Uses of Class
org.eclipse.collections.impl.stack.mutable.primitive.ByteArrayStack
| Package | Description |
|---|---|
| org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
-
Uses of ByteArrayStack in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return ByteArrayStack Modifier and Type Method Description ByteArrayStackByteArrayStack. newEmpty()Creates a new empty ByteArrayStack.static ByteArrayStackByteArrayStack. newStack(ByteIterable items)static ByteArrayStackByteArrayStack. newStackFromTopToBottom(byte... items)static ByteArrayStackByteArrayStack. newStackFromTopToBottom(ByteIterable items)static ByteArrayStackByteArrayStack. newStackWith(byte... items)