| Package | Description |
|---|---|
| craterdog.collections.abstractions | |
| craterdog.collections.interfaces | |
| craterdog.collections.primitives |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MergeSorter<E>
This sorter class implements a standard merge sort algorithm.
|
class |
RandomSorter<E>
This sorter class implements a randomizing sort algorithm.
|
Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.