public class SortUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
SortUtil.CollationKeySystemObject
Speichert zur effizienten Sortierung ein CollationKey und ein SystemObject
|
| Constructor and Description |
|---|
SortUtil() |
| Modifier and Type | Method and Description |
|---|---|
static List<SystemObject> |
sortCollection(Collection collection)
Sortiert eine Collection lexikographisch unter Berücksichtigung von deutschen Umlauten.
|
public static List<SystemObject> sortCollection(Collection collection)
collection - zu sortierende SystemObjekte