Package blbutil
Interface SampleFileIt<E>
-
- Type Parameters:
E
- the type of the elements returned by this iterator'snext()
method.
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
,FileIt<E>
,java.util.Iterator<E>
- All Known Implementing Classes:
Bref3It
,IntervalVcfIt
,RefIt
,VcfIt
public interface SampleFileIt<E> extends FileIt<E>
An iterator for records in a file. Each records contains data for the same set of samples.
Instances of classSampleFileIt
are not thread-safe.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Samples
samples()
Returns the list of samples.
-
-
-
Method Detail
-
samples
Samples samples()
Returns the list of samples.- Returns:
- the list of samples
-
-