Uses of Class
org.eclipse.collections.impl.stack.mutable.SynchronizedStack
-
Packages that use SynchronizedStack Package Description org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStack
interface. -
-
Uses of SynchronizedStack in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable that return SynchronizedStack Modifier and Type Method Description static <T,S extends MutableStack<T>>
SynchronizedStack<T>SynchronizedStack. of(S stack)
This method will take a MutableStack and wrap it directly in a SynchronizedStack.
-