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