Class ObjectDoubleHashMap.InternalDoubleIterator
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap.InternalDoubleIterator
- All Implemented Interfaces:
DoubleIterator
,MutableDoubleIterator
- Enclosing class:
ObjectDoubleHashMap<K>
private class ObjectDoubleHashMap.InternalDoubleIterator
extends Object
implements MutableDoubleIterator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
private int count -
position
private int position
-
-
Constructor Details
-
InternalDoubleIterator
private InternalDoubleIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceDoubleIterator
-
next
public double next()- Specified by:
next
in interfaceDoubleIterator
-
remove
public void remove()- Specified by:
remove
in interfaceMutableDoubleIterator
-