Uses of Interface
org.djutils.immutablecollections.ImmutableNavigableSet
| Package | Description | 
|---|---|
| org.djutils.immutablecollections | 
 Contains a set of immutable collection interfaces and wrapper implementations. 
 | 
- 
Uses of ImmutableNavigableSet in org.djutils.immutablecollections
Classes in org.djutils.immutablecollections that implement ImmutableNavigableSet Modifier and Type Class Description classImmutableTreeSet<E>An immutable wrapper for a TreeSet.Methods in org.djutils.immutablecollections that return ImmutableNavigableSet Modifier and Type Method Description ImmutableNavigableSet<E>ImmutableNavigableSet. descendingSet()Returns a reverse order view of the elements contained in this immutable set.ImmutableNavigableSet<E>ImmutableTreeSet. descendingSet()Returns a reverse order view of the elements contained in this immutable set.ImmutableNavigableSet<E>ImmutableNavigableSet. headSet(E toElement, boolean inclusive)Returns a view of the portion of this immutable set whose elements are less than (or equal to, ifinclusiveis true)toElement.ImmutableNavigableSet<E>ImmutableTreeSet. headSet(E toElement, boolean inclusive)Returns a view of the portion of this immutable set whose elements are less than (or equal to, ifinclusiveis true)toElement.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.ImmutableNavigableSet<E>ImmutableTreeSet. subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusive)Returns a view of the portion of this immutable set whose elements range fromfromElementtotoElement.ImmutableNavigableSet<E>ImmutableNavigableSet. tailSet(E fromElement, boolean inclusive)Returns a view of the portion of this immutable set whose elements are greater than (or equal to, ifinclusiveis true)fromElement.ImmutableNavigableSet<E>ImmutableTreeSet. tailSet(E fromElement, boolean inclusive)Returns a view of the portion of this immutable set whose elements are greater than (or equal to, ifinclusiveis true)fromElement.