|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ontobox.box.helper.Sorter
public class Sorter
| Nested Class Summary | |
|---|---|
protected static class |
Sorter.ObjectValue<T extends java.lang.Comparable>
|
protected static class |
Sorter.ObjectValueIgnoreCase
|
| Constructor Summary | |
|---|---|
Sorter()
|
|
| Method Summary | ||
|---|---|---|
static int[] |
sort(BoxWorker worker,
int[] objects,
SortMode mode,
int tprop)
|
|
static int[] |
sortIgnoreCase(BoxWorker worker,
int[] objects,
SortMode mode,
int tprop)
|
|
static
|
sortTyped(int[] objects,
SortMode mode,
org.ontobox.box.helper.Sorter.ObjectValueGenerator<T> generate)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Sorter()
| Method Detail |
|---|
public static int[] sort(BoxWorker worker,
int[] objects,
SortMode mode,
int tprop)
public static <T extends java.lang.Comparable> int[] sortTyped(int[] objects,
SortMode mode,
org.ontobox.box.helper.Sorter.ObjectValueGenerator<T> generate)
public static int[] sortIgnoreCase(BoxWorker worker,
int[] objects,
SortMode mode,
int tprop)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||