public class IlluminaDataProvider extends java.lang.Object implements java.util.Iterator<ClusterData>, java.lang.Iterable<ClusterData>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
java.util.Iterator<ClusterData> |
iterator() |
ClusterData |
next() |
void |
remove() |
void |
seekToTile(int oneBasedTileNumber)
Jump so that the next record returned will be from the specified tile.
|
public boolean hasNext()
hasNext in interface java.util.Iterator<ClusterData>public ClusterData next()
next in interface java.util.Iterator<ClusterData>public void remove()
remove in interface java.util.Iterator<ClusterData>public void seekToTile(int oneBasedTileNumber)
public java.util.Iterator<ClusterData> iterator()
iterator in interface java.lang.Iterable<ClusterData>public void close()