| Package | Description |
|---|---|
| craterdog.collections | |
| craterdog.collections.abstractions | |
| craterdog.collections.interfaces |
| Modifier and Type | Method and Description |
|---|---|
protected Sorter<E> |
List.sorter() |
| Modifier and Type | Method and Description |
|---|---|
protected Sorter<E> |
SortableCollection.sorter()
This method returns a sorter that can be used by any subclass to sort its elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SortableCollection.sortElements(Sorter<E> sorter,
java.util.Comparator<? super E> comparator) |
| Modifier and Type | Method and Description |
|---|---|
void |
Sortable.sortElements(Sorter<E> sorter,
java.util.Comparator<? super E> comparator)
This method sorts the elements in the collection using the specified sorting
algorithm and the specified comparison function.
|
Copyright © 2014 Crater Dog Technologies(TM). All rights reserved.