| Package | Description |
|---|---|
| org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
ByteArrayStack |
ByteArrayStack.newEmpty()
Creates a new empty ByteArrayStack.
|
static ByteArrayStack |
ByteArrayStack.newStack(ByteIterable items) |
static ByteArrayStack |
ByteArrayStack.newStackFromTopToBottom(byte... items) |
static ByteArrayStack |
ByteArrayStack.newStackFromTopToBottom(ByteIterable items) |
static ByteArrayStack |
ByteArrayStack.newStackWith(byte... items) |
Copyright © 2004–2022. All rights reserved.