Class IntLongMap.EntryIterator

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

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