| Interface | Description |
|---|---|
| Keyed<T extends Comparable<T>> |
Interface implemented by KeyedSet elements.
|
| Class | Description |
|---|---|
| KeyedSet<K extends Comparable<K>,T extends Keyed<K>> |
Immutable set based on AVL tree.
|
| KeyedSet.Empty<T extends Keyed<K>,K extends Comparable<K>> |
Empty is a singleton object representing the empty set.
|
Copyright © 2015. All rights reserved.