| 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 |
|---|---|
static ByteArrayStack |
ByteArrayStack.newStack(org.eclipse.collections.api.ByteIterable items) |
static ByteArrayStack |
ByteArrayStack.newStackFromTopToBottom(byte... items) |
static ByteArrayStack |
ByteArrayStack.newStackFromTopToBottom(org.eclipse.collections.api.ByteIterable items) |
static ByteArrayStack |
ByteArrayStack.newStackWith(byte... items) |
Copyright © 2004–2017. All rights reserved.