public interface Sortable<T>
| Modifier and Type | Method and Description |
|---|---|
void |
sort(Sorter<T> sorter)
Sort this object using the
sorter |
void |
sort(Sorter<T> sorter,
long at)
Sort this object using the
sorter with the at timestamp
as a contextual reference. |