Package org.apache.mahout.common.iterator

Class Summary
CopyConstructorIterator<T> An iterator that copies the values in an underlying iterator by finding an appropriate copy constructor.
CountingIterator Iterates over the integers from 0 through to-1.
FileLineIterable Iterable representing the lines of a text file.
FileLineIterator Iterates over the lines of a text file.
FixedSizeSamplingIterator<T> Sample a fixed number of elements from an Iterator.
SamplingIterable<T> Wraps an Iterable whose Iterable.iterator() returns only some subset of the elements that it would, as determined by a iterator rate parameter.
SamplingIterator<T> Wraps an Iterator and returns only some subset of the elements that it would, as determined by a iterator rate parameter.
StableFixedSizeSamplingIterator<T> Sample a fixed number of elements from an Iterator.
StringRecordIterator  
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.