public static class MapContainerPolicy.MapContainerPolicyIterator
extends Object
implements Iterator
INTERNAL:
This inner class is used to iterate through the Map.Entry s of a Map.
It maintains a pointer to the current entry to allow access to the key and the value.