Class ByteHashSet.MutableInternalByteIterator
java.lang.Object
org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.MutableInternalByteIterator
- All Implemented Interfaces:
ByteIterator
,MutableByteIterator
- Enclosing class:
ByteHashSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private byte
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
private int count -
minusOneTwentyEightToPlusOneTwentySeven
private byte minusOneTwentyEightToPlusOneTwentySeven
-
-
Constructor Details
-
MutableInternalByteIterator
private MutableInternalByteIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceByteIterator
-
next
public byte next()- Specified by:
next
in interfaceByteIterator
-
remove
public void remove()- Specified by:
remove
in interfaceMutableByteIterator
-