Class DoubleHashSet.InternalDoubleIterator
java.lang.Object
org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.InternalDoubleIterator
- All Implemented Interfaces:
DoubleIterator
,MutableDoubleIterator
- Enclosing class:
DoubleHashSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private int
private double
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
private int count -
position
private int position -
zeroToThirtyOne
private double zeroToThirtyOne
-
-
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
-