class SortHelper extends Object
| Constructor and Description |
|---|
SortHelper() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
sortStructureList(List<? extends net.i2p.data.DataStructure> dataStructures)
See above.
|
static <T extends net.i2p.data.DataStructure> |
sortStructures(Collection<T> dataStructures)
Sort based on the Hash of the DataStructure.
|
public static <T extends net.i2p.data.DataStructure> List<T> sortStructures(Collection<T> dataStructures)
static void sortStructureList(List<? extends net.i2p.data.DataStructure> dataStructures)