Class ObjectIntMap.EntryIterator<K>

java.lang.Object
com.github.tommyettinger.ds.ObjectIntMap.MapIterator<K>
com.github.tommyettinger.ds.ObjectIntMap.EntryIterator<K>
All Implemented Interfaces:
Iterable<ObjectIntMap.Entry<K>>, Iterator<ObjectIntMap.Entry<K>>
Enclosing class:
ObjectIntMap<K>

public static class ObjectIntMap.EntryIterator<K> extends ObjectIntMap.MapIterator<K> implements Iterable<ObjectIntMap.Entry<K>>, Iterator<ObjectIntMap.Entry<K>>