Package com.github.tommyettinger.ds
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>>
-
Field Summary
FieldsFields inherited from class com.github.tommyettinger.ds.ObjectIntMap.MapIterator
currentIndex, hasNext, map, nextIndex, valid -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.tommyettinger.ds.ObjectIntMap.MapIterator
remove, resetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
entry
-
-
Constructor Details
-
EntryIterator
-
-
Method Details