KeyType - The type of the key in the map.protected static class AbstractMutableDoubleMap.SimpleIterator<KeyType> extends java.lang.Object implements java.util.Iterator<AbstractMutableDoubleMap.Entry<KeyType>>
| Constructor and Description |
|---|
SimpleIterator(java.util.Iterator<? extends java.util.Map.Entry<KeyType,MutableDouble>> delegate)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
AbstractMutableDoubleMap.Entry<KeyType> |
next() |
void |
remove() |
public SimpleIterator(java.util.Iterator<? extends java.util.Map.Entry<KeyType,MutableDouble>> delegate)
delegate - Iterator that does all the workpublic boolean hasNext()
hasNext in interface java.util.Iterator<AbstractMutableDoubleMap.Entry<KeyType>>public AbstractMutableDoubleMap.Entry<KeyType> next()
next in interface java.util.Iterator<AbstractMutableDoubleMap.Entry<KeyType>>public void remove()
remove in interface java.util.Iterator<AbstractMutableDoubleMap.Entry<KeyType>>