Package org.daisy.dotify.common.splitter
Interface SplitResult<T extends SplitPointUnit,U extends SplitPointDataSource<T,U>>
- 
- Type Parameters:
- T- the type of units
- U- 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description List<T>head()The head of the result.Utail()The tail of the result.
 
-