public static class MapContainerPolicy.MapContainerPolicyIterator
extends java.lang.Object
implements java.util.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.