-
- All Implemented Interfaces:
-
kotlin.collections.Iterable
public final class TdfTileView implements Iterable<ScoredInterval>
A view of a single track in a TdfTile.
-
-
Constructor Summary
Constructors Constructor Description TdfTileView(TdfTile tile, Integer trackNumber)
-
Method Summary
Modifier and Type Method Description Iterator<ScoredInterval>iterator()-
Methods inherited from class kotlin.collections.Iterable
equals, hashCode, toString -
Methods inherited from class org.jetbrains.bio.tdf.TdfTileView
forEach, spliterator -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
iterator
Iterator<ScoredInterval> iterator()
-
-
-
-