|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectigeo.ISort
public class ISort
A class to sort objects in the order defined by a comparator implementing IComparator interface.
IComparator| Constructor Summary | |
|---|---|
ISort()
|
|
| Method Summary | ||
|---|---|---|
static
|
bubbleSort(java.util.List<T> target,
IComparator<T> comparator)
|
|
static
|
sort(java.util.List<T> target,
IComparator<T> comparator)
|
|
static
|
sort(java.util.List<T> target,
IComparator<T> comparator,
int from,
int to)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ISort()
| Method Detail |
|---|
public static <T> void sort(java.util.List<T> target,
IComparator<T> comparator,
int from,
int to)
public static <T> java.util.List<T> sort(java.util.List<T> target,
IComparator<T> comparator)
public static <T> java.util.List<T> bubbleSort(java.util.List<T> target,
IComparator<T> comparator)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||