public class IlluminaDataProvider extends Object implements Iterator<ClusterData>, Iterable<ClusterData>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
Iterator<ClusterData> |
iterator() |
ClusterData |
next() |
void |
remove() |
void |
seekToTile(int oneBasedTileNumber)
Jump so that the next record returned will be from the specified tile.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorpublic boolean hasNext()
hasNext in interface Iterator<ClusterData>public ClusterData next()
next in interface Iterator<ClusterData>public void remove()
remove in interface Iterator<ClusterData>public void seekToTile(int oneBasedTileNumber)
public Iterator<ClusterData> iterator()
iterator in interface Iterable<ClusterData>public void close()