Package org.aksw.limes.core.controller
Class ActiveLearningExamples.ExampleIterator
- java.lang.Object
-
- org.aksw.limes.core.controller.ActiveLearningExamples.ExampleIterator
-
- All Implemented Interfaces:
Iterator<ActiveLearningExamples.Example>
- Enclosing class:
- ActiveLearningExamples
public class ActiveLearningExamples.ExampleIterator extends Object implements Iterator<ActiveLearningExamples.Example>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()ActiveLearningExamples.Examplenext()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<ActiveLearningExamples.Example>
-
next
public ActiveLearningExamples.Example next()
- Specified by:
nextin interfaceIterator<ActiveLearningExamples.Example>
-
-