Uses of Class
org.eclipse.collections.impl.stack.mutable.primitive.ByteArrayStack
Packages that use ByteArrayStack
Package
Description
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 ByteArrayStackModifier and TypeMethodDescriptionByteArrayStack.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)