Class ByteHashSet.ImmutableByteHashSet.InternalByteIterator
- java.lang.Object
-
- org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.ImmutableByteHashSet.InternalByteIterator
-
- All Implemented Interfaces:
ByteIterator
- Enclosing class:
- ByteHashSet.ImmutableByteHashSet
private class ByteHashSet.ImmutableByteHashSet.InternalByteIterator extends java.lang.Object implements ByteIterator
-
-
Field Summary
Fields Modifier and Type Field Description private intcountprivate byteminusOneTwentyEightToPlusOneTwentySeven
-
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
-
-