public class ActiveLearningExamples.ExampleIterator extends Object implements Iterator<ActiveLearningExamples.Example>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
ActiveLearningExamples.Example |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic boolean hasNext()
hasNext in interface Iterator<ActiveLearningExamples.Example>public ActiveLearningExamples.Example next()
next in interface Iterator<ActiveLearningExamples.Example>Copyright © 2020. All rights reserved.