Uses of Class
org.apache.commons.collections.ArrayStack
-
Packages that use ArrayStack Package Description org.apache.commons.collections This package contains the interfaces and utilities shared across all the subpackages of this component.org.apache.commons.collections.iterators This package contains implementations of theIterator
interface. -
-
Uses of ArrayStack in org.apache.commons.collections
Methods in org.apache.commons.collections with parameters of type ArrayStack Modifier and Type Method Description private static void
MapUtils. verbosePrintInternal(java.io.PrintStream out, java.lang.Object label, java.util.Map map, ArrayStack lineage, boolean debug)
Implementation providing functionality forMapUtils.debugPrint(java.io.PrintStream, java.lang.Object, java.util.Map)
and forMapUtils.verbosePrint(java.io.PrintStream, java.lang.Object, java.util.Map)
. -
Uses of ArrayStack in org.apache.commons.collections.iterators
Fields in org.apache.commons.collections.iterators declared as ArrayStack Modifier and Type Field Description protected ArrayStack
ObjectGraphIterator. stack
The stack of iterators
-