Uses of Interface
org.djutils.immutablecollections.ImmutableNavigableSet
Packages that use ImmutableNavigableSet
Package
Description
Contains a set of immutable collection interfaces and wrapper implementations.
-
Uses of ImmutableNavigableSet in org.djutils.immutablecollections
Classes in org.djutils.immutablecollections that implement ImmutableNavigableSetMethods in org.djutils.immutablecollections that return ImmutableNavigableSetModifier 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, ifinclusiveis 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 fromfromElementtotoElement.final ImmutableNavigableSet<E>Returns a view of the portion of this immutable set whose elements are greater than (or equal to, ifinclusiveis true)fromElement.final ImmutableNavigableSet<E>