Class ObjectByteHashMap.InternalByteIterator
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMap.InternalByteIterator
- All Implemented Interfaces:
ByteIterator, MutableByteIterator
- Enclosing class:
ObjectByteHashMap<K>
- Since:
- 3.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
private int count -
position
private int position
-
-
Constructor Details
-
InternalByteIterator
private InternalByteIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceByteIterator
-
next
public byte next()- Specified by:
nextin interfaceByteIterator
-
remove
public void remove()- Specified by:
removein interfaceMutableByteIterator
-