Package blbutil
Interface SampleFileIt<E>
- Type Parameters:
E
- the type of the elements returned by this iterator'snext()
method.
- All Superinterfaces:
AutoCloseable
,Closeable
,FileIt<E>
,Iterator<E>
- All Known Subinterfaces:
VcfFileIt<E>
- All Known Implementing Classes:
Bref3It
,IntervalVcfIt
,RefIt
,VcfIt
An iterator for records in a file. Each record contains data for the same set of samples.
Instances of classSampleFileIt
are not thread-safe.-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
samples
Samples samples()Returns the list of samples.- Returns:
- the list of samples
-