| Package | Description |
|---|---|
| org.organicdesign.fp.collections |
Type-safe versions of immutable collections (mostly from Clojure), plus unmodifiable and
immutable collection interfaces that fit these collections into the java.util interfaces.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImSortedMap<K,V>
An immutable sorted map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PersistentTreeMap<K,V>
Persistent Red Black Tree.
|
| Modifier and Type | Method and Description |
|---|---|
default UnmodSortedMap<K,V> |
UnmodSortedMap.headMap(K toKey) |
UnmodSortedMap<K,V> |
UnmodSortedMap.subMap(K fromKey,
K toKey) |
UnmodSortedMap<K,V> |
UnmodSortedMap.tailMap(K fromKey) |
Copyright © 2019. All rights reserved.