Class ObjectLongMap.EntryIterator<K>

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

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