| Class | Description |
|---|---|
| ClassHelper | |
| Ordering<T> |
Ordering
|
| SortedCollection<V> |
A simple sorted collection implementation that allows for duplicates; new
items are inserted based on their comparison to existing items; if a new item
is found to be less than any item in the list, it is inserted before that
item, else it is inserted at the end.
|
| SortedSet<V> |
A sorted set implementation based on a Comparator (or type's natural
ordering) where the comparison function is allowed to return ordering
equivalence (0) which doesn't necessarily imply logical equivalence.
|
| TopologicalSorter<V> |
| Enum | Description |
|---|---|
| Ordering.OrderingRelation |
Copyright © 2019 Glasnost. All rights reserved.