| Package | Description |
|---|---|
| net.anotheria.util | |
| net.anotheria.util.sorter |
| Modifier and Type | Class and Description |
|---|---|
class |
LabeledSortType |
| Modifier and Type | Class and Description |
|---|---|
class |
DummySortType |
| Modifier and Type | Method and Description |
|---|---|
SortType |
SortType.reverse()
Returns a sorttype which is opposite to this sorttype (switched sort order).
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends IComparable> |
StaticQuickSorter.sort(Collection<T> source,
SortType sType)
Sorts a collection of comparables
|
List<T> |
Sorter.sort(Enumeration<T> source,
SortType how)
Deprecated.
|
List<T> |
QuickSorter.sort(Enumeration<T> source,
SortType sType)
sorts an Enumeration with the QuickSort Algorithm and returns a sorted Vector
|
List<T> |
BubbleSorter.sort(Enumeration<T> source,
SortType method) |
List<T> |
AbstractSorter.sort(Enumeration<T> source,
SortType how) |
List<T> |
Sorter.sort(List<T> source,
SortType how)
Sorts the given List of IFIComparables after given method and order.
|
List<T> |
QuickSorter.sort(List<T> source,
SortType sType)
sorts a List with the QuickSort Algorithm
|
List<T> |
BubbleSorter.sort(List<T> source,
SortType method) |
List<T> |
InsertSorter.sort(List<T> toSort,
SortType how) |
static <T extends IComparable> |
StaticQuickSorter.sort(List<T> source,
SortType sType)
sorts a List with the QuickSort Algorithm
|
Copyright © 2010-2014 anotheria.net. All Rights Reserved.