Class DoubleObjectHashMap.KeyValuesView.InternalKeyValuesIterator
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.KeyValuesView.InternalKeyValuesIterator
-
- All Implemented Interfaces:
java.util.Iterator<DoubleObjectPair<V>>
- Enclosing class:
- DoubleObjectHashMap.KeyValuesView
public class DoubleObjectHashMap.KeyValuesView.InternalKeyValuesIterator extends java.lang.Object implements java.util.Iterator<DoubleObjectPair<V>>
-
-
Field Summary
Fields Modifier and Type Field Description private intcountprivate booleanhandledOneprivate booleanhandledZeroprivate intposition
-
Constructor Summary
Constructors Constructor Description InternalKeyValuesIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()DoubleObjectPair<V>next()voidremove()
-
-
-
Method Detail
-
next
public DoubleObjectPair<V> next()
- Specified by:
nextin interfacejava.util.Iterator<DoubleObjectPair<V>>
-
remove
public void remove()
- Specified by:
removein interfacejava.util.Iterator<DoubleObjectPair<V>>
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<DoubleObjectPair<V>>
-
-