protected class DefaultInfiniteVector.SimpleIterator extends java.lang.Object implements java.util.Iterator<InfiniteVector.Entry<KeyType>>
Constructor and Description |
---|
SimpleIterator()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
AbstractMutableDoubleMap.SimpleEntry<KeyType> |
next() |
void |
remove() |
public boolean hasNext()
hasNext
in interface java.util.Iterator<InfiniteVector.Entry<KeyType>>
public AbstractMutableDoubleMap.SimpleEntry<KeyType> next()
next
in interface java.util.Iterator<InfiniteVector.Entry<KeyType>>
public void remove()
remove
in interface java.util.Iterator<InfiniteVector.Entry<KeyType>>