public interface Sortable
| Modifier and Type | Method and Description |
|---|---|
int |
compare(int a,
int b)
Compare two objects within this Sortable, identified by their position.
|
void |
swap(int a,
int b)
Swap two objects within this Sortable, identified by their position.
|
Copyright (c) 2004-2020 Saxonica Limited. All rights reserved.