Package | Description |
---|---|
org.apache.commons.collections4 |
This package contains the interfaces and utilities shared across all the subpackages of this component.
|
org.apache.commons.collections4.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<java.util.Map<?,?>> 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 |
---|---|
private ArrayStack<E> |
PushbackIterator.items
The LIFO queue containing the pushed back items.
|
private ArrayStack<java.util.Iterator<? extends E>> |
ObjectGraphIterator.stack
The stack of iterators
|