Package org.daisy.dotify.common.splitter
Interface SplitResult<T extends SplitPointUnit,U extends SplitPointDataSource<T,U>>
-
- Type Parameters:
T
- the type of unitsU
- the type of data source
- All Known Implementing Classes:
DefaultSplitResult
public interface SplitResult<T extends SplitPointUnit,U extends SplitPointDataSource<T,U>>
Provides a split result.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<T>
head()
The head of the result.U
tail()
The tail of the result.
-