Documentation of 'cc.mallet.pipe.iterator.SelectiveFileLineIterator' Java class
SelectiveFileLineIterator
- java.lang.Object
-
- cc.mallet.pipe.iterator.SelectiveFileLineIterator
-
- All Implemented Interfaces:
- java.util.Iterator<Instance>
public class SelectiveFileLineIterator
extends java.lang.Object
implements java.util.Iterator<Instance>
Very similar to the SimpleFileLineIterator,
but skips lines that match a regular expression.
-
-
Method Summary
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
Method Detail
-
next
public Instance next()
- Specified by:
next in interface java.util.Iterator<Instance>
-
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface java.util.Iterator<Instance>
-
remove
public void remove()
- Specified by:
remove in interface java.util.Iterator<Instance>
DataMelt 3.0 © DataMelt by jWork.ORG