Class ByteHashBag.InternalIterator
- java.lang.Object
-
- org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag.InternalIterator
-
- All Implemented Interfaces:
ByteIterator,MutableByteIterator
- Enclosing class:
- ByteHashBag
private class ByteHashBag.InternalIterator extends java.lang.Object implements MutableByteIterator
-
-
Field Summary
Fields Modifier and Type Field Description private MutableByteIteratorbyteIteratorprivate booleancanRemoveprivate bytecurrentItemprivate intoccurrences
-
Constructor Summary
Constructors Modifier Constructor Description privateInternalIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()bytenext()voidremove()
-
-
-
Field Detail
-
byteIterator
private MutableByteIterator byteIterator
-
currentItem
private byte currentItem
-
occurrences
private int occurrences
-
canRemove
private boolean canRemove
-
-
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
-
-