Class ByteObjectHashMap.KeysSetIterator
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMap.KeysSetIterator
-
- All Implemented Interfaces:
ByteIterator,MutableByteIterator
- Enclosing class:
- ByteObjectHashMap<V>
private class ByteObjectHashMap.KeysSetIterator extends java.lang.Object implements MutableByteIterator
-
-
Field Summary
Fields Modifier and Type Field Description private booleancanRemoveprivate intcountprivate booleanhandledOneKeyprivate booleanhandledZeroKeyprivate bytelastKeyprivate intposition
-
Constructor Summary
Constructors Modifier Constructor Description privateKeysSetIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()bytenext()voidremove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceByteIterator
-
next
public byte next()
- Specified by:
nextin interfaceByteIterator
-
remove
public void remove()
- Specified by:
removein interfaceMutableByteIterator
-
-