Package com.github.tommyettinger.ds
Class ObjectFloatMap.EntryIterator<K>
java.lang.Object
com.github.tommyettinger.ds.ObjectFloatMap.MapIterator<K>
com.github.tommyettinger.ds.ObjectFloatMap.EntryIterator<K>
- All Implemented Interfaces:
Iterable<ObjectFloatMap.Entry<K>>,Iterator<ObjectFloatMap.Entry<K>>
- Enclosing class:
- ObjectFloatMap<K>
public static class ObjectFloatMap.EntryIterator<K>
extends ObjectFloatMap.MapIterator<K>
implements Iterable<ObjectFloatMap.Entry<K>>, Iterator<ObjectFloatMap.Entry<K>>
-
Field Summary
FieldsFields inherited from class com.github.tommyettinger.ds.ObjectFloatMap.MapIterator
currentIndex, hasNext, map, nextIndex, valid -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.tommyettinger.ds.ObjectFloatMap.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