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 the
Iterator interface. |
Modifier and Type | Method and 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 for
MapUtils.debugPrint(java.io.PrintStream, java.lang.Object, java.util.Map) and for
MapUtils.verbosePrint(java.io.PrintStream, java.lang.Object, java.util.Map) . |
Modifier and Type | Field and Description |
---|---|
protected ArrayStack |
ObjectGraphIterator.stack
The stack of iterators
|