Class ByteHashBag.InternalIterator
java.lang.Object
org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag.InternalIterator
- All Implemented Interfaces:
ByteIterator
,MutableByteIterator
- Enclosing class:
ByteHashBag
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate MutableByteIterator
private boolean
private byte
private int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
byteIterator
-
currentItem
private byte currentItem -
occurrences
private int occurrences -
canRemove
private boolean canRemove
-
-
Constructor Details
-
InternalIterator
private InternalIterator()
-
-
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
-