Class ObjectCharHashMapWithHashingStrategy.KeyValuesView.InternalKeyValuesIterator
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategy.KeyValuesView.InternalKeyValuesIterator
-
- All Implemented Interfaces:
java.util.Iterator<ObjectCharPair<K>>
- Enclosing class:
- ObjectCharHashMapWithHashingStrategy.KeyValuesView
public class ObjectCharHashMapWithHashingStrategy.KeyValuesView.InternalKeyValuesIterator extends java.lang.Object implements java.util.Iterator<ObjectCharPair<K>>
-
-
Constructor Summary
Constructors Constructor Description InternalKeyValuesIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
ObjectCharPair<K>
next()
void
remove()
-
-
-
Method Detail
-
next
public ObjectCharPair<K> next()
- Specified by:
next
in interfacejava.util.Iterator<ObjectCharPair<K>>
-
remove
public void remove()
- Specified by:
remove
in interfacejava.util.Iterator<ObjectCharPair<K>>
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator<ObjectCharPair<K>>
-
-