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 int
count
private byte
minusOneTwentyEightToPlusOneTwentySeven
-
Constructor Summary
Constructors Modifier Constructor Description private
InternalByteIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
byte
next()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceByteIterator
-
next
public byte next()
- Specified by:
next
in interfaceByteIterator
-
-