public class BasicDistanceInstanceIterator extends Object implements DistanceInstanceIterator
| Constructor and Description |
|---|
BasicDistanceInstanceIterator(Iterator i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Object |
next() |
DistanceInstance |
nextDistanceInstance() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic BasicDistanceInstanceIterator(Iterator i)
public boolean hasNext()
hasNext in interface DistanceInstanceIteratorhasNext in interface Iteratorpublic Object next()
next in interface DistanceInstanceIteratornext in interface Iteratorpublic DistanceInstance nextDistanceInstance()
nextDistanceInstance in interface DistanceInstanceIteratorCopyright © 2016. All rights reserved.