| 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 |
ImSortedSet<E>
An immutable sorted set interface
|
| Modifier and Type | Class and Description |
|---|---|
class |
PersistentTreeSet<E>
A wrapper that turns a PersistentTreeMap into a set.
|
| Modifier and Type | Method and Description |
|---|---|
default UnmodSortedSet<Map.Entry<K,V>> |
UnmodSortedMap.entrySet()
Returns a view of the mappings contained in this map.
|
default UnmodSortedSet<E> |
UnmodSortedSet.headSet(E toElement) |
default UnmodSortedSet<K> |
UnmodSortedMap.keySet()
Returns a view of the keys contained in this map.
|
UnmodSortedSet<E> |
UnmodSortedSet.subSet(E fromElement,
E toElement) |
UnmodSortedSet<E> |
UnmodSortedSet.tailSet(E fromElement) |
Copyright © 2019. All rights reserved.