Package | Description |
---|---|
org.eclipse.collections.impl.stack.mutable |
This package contains implementations of the
MutableStack interface. |
Modifier and Type | Method and Description |
---|---|
static <T,S extends MutableStack<T>> |
SynchronizedStack.of(S stack)
This method will take a MutableStack and wrap it directly in a SynchronizedStack.
|
Copyright © 2004–2016. All rights reserved.