public interface IDataset<I>
extends java.util.Collection<I>
| Modifier and Type | Method and Description |
|---|---|
IDataset<I> |
createEmpty()
Creates an empty copy of the same structure (and same type).
|
IDataset<I> createEmpty() throws DatasetCreationException
DatasetCreationException