Class ImmutableByteByteMapKeySet.InternalByteIterator
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.ImmutableByteByteMapKeySet.InternalByteIterator
-
- All Implemented Interfaces:
ByteIterator
- Enclosing class:
- ImmutableByteByteMapKeySet
private class ImmutableByteByteMapKeySet.InternalByteIterator extends java.lang.Object implements ByteIterator
-
-
Field Summary
Fields Modifier and Type Field Description private intcountprivate booleanhandledOneprivate booleanhandledZeroprivate intposition
-
Constructor Summary
Constructors Modifier Constructor Description privateInternalByteIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()bytenext()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceByteIterator
-
next
public byte next()
- Specified by:
nextin interfaceByteIterator
-
-