Uses of Package
org.eclipse.collections.impl.stack.mutable
-
Packages that use org.eclipse.collections.impl.stack.mutable Package Description org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStack
interface. -
Classes in org.eclipse.collections.impl.stack.mutable used by org.eclipse.collections.impl.stack.mutable Class Description ArrayStack ArrayStack is a MutableStack which contains a FastList of data.SynchronizedStack A synchronized view of aMutableStack
.UnmodifiableStack