| Package | Description |
|---|---|
| net.lecousin.framework.collections.sort |
Sorted collections.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Sorted.AssociatedWithInteger<T>
Interface for sorted list where elements are associated with integer values to sort them.
|
static interface |
Sorted.AssociatedWithLong<T>
Interface for sorted list where elements are associated with long values to sort them.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedBlackTreeInteger<T>
Sorted list, where each element is associated with an integer value used to compare elements.
|
class |
RedBlackTreeLong<T>
Sorted list, where each element is associated with a long value used to compare elements.
|
class |
RedBlackTreeLongByRange<T>
Similar as RedBlackTreeLong, but keeps performance with a large number of elements.
|
Copyright © 2019. All rights reserved.