Uses of Interface
org.djutils.immutablecollections.ImmutableNavigableMap
Package
Description
Contains a set of immutable collection interfaces and wrapper implementations.
-
Uses of ImmutableNavigableMap in org.djutils.immutablecollections
Modifier and TypeMethodDescriptionImmutableNavigableMap.descendingMap()
Returns a reverse order view of the keys contained in this immutable map.final ImmutableNavigableMap<K,
V> ImmutableTreeMap.descendingMap()
Returns a view of the portion of this immutable map whose keys are less than (or equal to, ifinclusive
is true)toKey
.final ImmutableNavigableMap<K,
V> Returns a view of the portion of this immutable map whose keys range fromfromKey
totoKey
.final ImmutableNavigableMap<K,
V> Returns a view of the portion of this immutable map whose keys are greater than (or equal to, ifinclusive
is true)fromKey
.final ImmutableNavigableMap<K,
V>