public interface OrderingResult extends Result
Modifier and Type | Method and Description |
---|---|
DBIDs |
getDBIDs()
Get the full set of DBIDs this ordering is defined for.
|
IterableIterator<DBID> |
iter(DBIDs ids)
Sort the given ids according to this ordering and return an iterator.
|
getLongName, getShortName
DBIDs getDBIDs()
IterableIterator<DBID> iter(DBIDs ids)
ids
- Collection of ids.