| 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 IntArrayStack | 
IntArrayStack.newStack(IntIterable items)  | 
static IntArrayStack | 
IntArrayStack.newStackFromTopToBottom(int... items)  | 
static IntArrayStack | 
IntArrayStack.newStackFromTopToBottom(IntIterable items)  | 
static IntArrayStack | 
IntArrayStack.newStackWith(int... items)  | 
Copyright © 2004–2016. All rights reserved.