| Package | Description |
|---|---|
| net.lecousin.framework.collections.sort |
Sorted collections.
|
| Class and Description |
|---|
| RedBlackTreeInteger.Node
Node in the RedBlackTree.
|
| RedBlackTreeLong.Node
Node in the RedBlackTree.
|
| Sorted
This interface marks a list as being sorted.
It does not add any constraint except the it must be iterable. The iterator returned by the method iterator() does not return elements in the sorted order, the method orderedIterator must be used instead. |
| Sorted.AssociatedWithInteger
Interface for sorted list where elements are associated with integer values to sort them.
|
| Sorted.AssociatedWithLong
Interface for sorted list where elements are associated with long values to sort them.
|
Copyright © 2019. All rights reserved.