Class ObjectDoubleHashMap.KeySetIterator
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap.KeySetIterator
-
- All Implemented Interfaces:
java.util.Iterator<K>
- Enclosing class:
- ObjectDoubleHashMap<K>
private class ObjectDoubleHashMap.KeySetIterator extends java.lang.Object implements java.util.Iterator<K>
-
-
Field Summary
Fields Modifier and Type Field Description private int
count
private K
currentKey
private boolean
isCurrentKeySet
private int
position
-
Constructor Summary
Constructors Modifier Constructor Description private
KeySetIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
K
next()
void
remove()
-
-
-
Field Detail
-
count
private int count
-
position
private int position
-
currentKey
private K currentKey
-
isCurrentKeySet
private boolean isCurrentKeySet
-
-