Uses of Interface
org.djutils.immutablecollections.ImmutableNavigableSet
Package
Description
Contains a set of immutable collection interfaces and wrapper implementations.
-
Uses of ImmutableNavigableSet in org.djutils.immutablecollections
Modifier and TypeMethodDescriptionImmutableNavigableSet.descendingSet()
Returns a reverse order view of the elements contained in this immutable set.final ImmutableNavigableSet<E>
ImmutableTreeSet.descendingSet()
Returns a view of the portion of this immutable set whose elements are less than (or equal to, ifinclusive
is true)toElement
.final ImmutableNavigableSet<E>
ImmutableNavigableSet.subSet
(E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) Returns a view of the portion of this immutable set whose elements range fromfromElement
totoElement
.final ImmutableNavigableSet<E>
Returns a view of the portion of this immutable set whose elements are greater than (or equal to, ifinclusive
is true)fromElement
.final ImmutableNavigableSet<E>