Class ObjectBooleanHashMapWithHashingStrategy.KeysView.InternalKeysViewIterator<K>
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapWithHashingStrategy.KeysView.InternalKeysViewIterator<K>
-
- All Implemented Interfaces:
java.util.Iterator<K>
- Enclosing class:
- ObjectBooleanHashMapWithHashingStrategy.KeysView
public class ObjectBooleanHashMapWithHashingStrategy.KeysView.InternalKeysViewIterator<K> 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()
-