Class EntryListAdapter.ValueListIterator<V>

java.lang.Object
org.eclipse.sisu.wire.EntryListAdapter.ValueListIterator<V>
All Implemented Interfaces:
Iterator<V>, ListIterator<V>
Enclosing class:
EntryListAdapter<V>

private static final class EntryListAdapter.ValueListIterator<V> extends Object implements ListIterator<V>
Value ListIterator backed by a cached Key:Value Iterator.