| Package | Description |
|---|---|
| net.anotheria.util | |
| net.anotheria.util.debug | |
| net.anotheria.util.sorter |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicComparable
An abstract class which implements useful methods to compare basic types.
|
static class |
NameAnalyzer.ElementCount |
| Modifier and Type | Method and Description |
|---|---|
int |
NameAnalyzer.ElementCount.compareTo(IComparable anotherObject,
int method) |
| Modifier and Type | Class and Description |
|---|---|
static class |
HistoDiffReader.HistogramEntry |
| Modifier and Type | Method and Description |
|---|---|
int |
HistoDiffReader.HistogramEntry.compareTo(IComparable o,
int method) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSorter<T extends IComparable> |
class |
BubbleSorter<T extends IComparable>
An implementation of a bubble sorter for EQS FI Sorter Pattern.
|
class |
InsertSorter<T extends IComparable>
A sorter implementation which works by the insert sort algorithm.
|
class |
QuickSorter<T extends IComparable>
just an implementation of the well known QuickSort Algorithm
|
interface |
Sorter<T extends IComparable>
A Sorter interface.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends IComparable> |
AbstractSorter.array2list(T[] src) |
static <T extends IComparable> |
AbstractSorter.array2vector(T[] src)
Transfers an array into Vector.
|
static <T extends IComparable> |
AbstractSorter.list2array(List<T> src)
Transfers a list into array.
|
static <T extends IComparable> |
StaticQuickSorter.sort(Collection<T> source,
SortType sType)
Sorts a collection of comparables
|
static <T extends IComparable> |
StaticQuickSorter.sort(List<T> source,
SortType sType)
sorts a List with the QuickSort Algorithm
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends IComparable> |
AbstractSorter.list2array(List<T> src)
Transfers a list into array.
|
static IComparable[] |
AbstractSorter.vector2array(Vector<IComparable> src)
Transfers a vector into array.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends IComparable> |
AbstractSorter.array2list(T[] src) |
static <T extends IComparable> |
AbstractSorter.array2vector(T[] src)
Transfers an array into Vector.
|
int |
IComparable.compareTo(IComparable<? extends T> anotherObject,
int method) |
| Modifier and Type | Method and Description |
|---|---|
static IComparable[] |
AbstractSorter.vector2array(Vector<IComparable> src)
Transfers a vector into array.
|
Copyright © 2010-2014 anotheria.net. All Rights Reserved.