Package | Description |
---|---|
com.gs.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(ByteIterable items) |
static ByteArrayStack |
ByteArrayStack.newStackFromTopToBottom(byte... items) |
static ByteArrayStack |
ByteArrayStack.newStackFromTopToBottom(ByteIterable items) |
static ByteArrayStack |
ByteArrayStack.newStackWith(byte... items) |
Copyright © 2004–2019. All rights reserved.