| Interface | Description |
|---|---|
| IComparable<T> |
This interface should be implemented by all classes which wish to be sorted
by the standart sorter.
|
| Sorter<T extends IComparable> |
A Sorter interface.
|
| Class | Description |
|---|---|
| AbstractSorter<T extends IComparable> | |
| BubbleSorter<T extends IComparable> |
An implementation of a bubble sorter for EQS FI Sorter Pattern.
|
| DummySortType | |
| InsertSorter<T extends IComparable> |
A sorter implementation which works by the insert sort algorithm.
|
| QuickSorter<T extends IComparable> |
just an implementation of the well known QuickSort Algorithm
|
| SortType |
SortType is the instruction for the sorter how to handle the incoming data.
|
| StaticQuickSorter |
just an implementation of the well known QuickSort Algorithm
|
Copyright © 2010-2014 anotheria.net. All Rights Reserved.