Iterable<ClusterData>, Iterator<ClusterData>public class IlluminaDataProvider extends Object implements Iterator<ClusterData>, Iterable<ClusterData>
| Modifier and Type | Method | 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.
|
forEach, spliteratorforEachRemainingpublic 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()