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