Class IntBooleanHashMap.InternalBooleanIterator
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMap.InternalBooleanIterator
-
- All Implemented Interfaces:
BooleanIterator,MutableBooleanIterator
- Enclosing class:
- IntBooleanHashMap
private class IntBooleanHashMap.InternalBooleanIterator extends java.lang.Object implements MutableBooleanIterator
-
-
Field Summary
Fields Modifier and Type Field Description private booleancanRemoveprivate intcountprivate booleanhandledOneprivate booleanhandledZeroprivate intlastKeyprivate intposition
-
Constructor Summary
Constructors Modifier Constructor Description privateInternalBooleanIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()booleannext()voidremove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceBooleanIterator
-
next
public boolean next()
- Specified by:
nextin interfaceBooleanIterator
-
remove
public void remove()
- Specified by:
removein interfaceMutableBooleanIterator
-
-