Class UnmodifiableArrayBackedMap.UnmodifiableEntryIterator

java.lang.Object
org.apache.logging.log4j.internal.map.UnmodifiableArrayBackedMap.UnmodifiableEntryIterator
All Implemented Interfaces:
Iterator<Map.Entry<String,String>>
Enclosing class:
UnmodifiableArrayBackedMap

private class UnmodifiableArrayBackedMap.UnmodifiableEntryIterator extends Object implements Iterator<Map.Entry<String,String>>
Simple Entry iterator, tracking solely the index in the array. Blocks modifications.