Class ObjectByteHashMapWithHashingStrategy.KeysView.InternalKeysViewIterator
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapWithHashingStrategy.KeysView.InternalKeysViewIterator
-
- All Implemented Interfaces:
java.util.Iterator<K>
- Enclosing class:
- ObjectByteHashMapWithHashingStrategy.KeysView
public class ObjectByteHashMapWithHashingStrategy.KeysView.InternalKeysViewIterator extends java.lang.Object implements java.util.Iterator<K>
-
-
Constructor Summary
Constructors Constructor Description InternalKeysViewIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
K
next()
void
remove()
-