Uses of Interface
org.djutils.immutablecollections.ImmutableSortedSet
| Package | Description | 
|---|---|
| org.djutils.immutablecollections | 
 Contains a set of immutable collection interfaces and wrapper implementations. 
 | 
- 
Uses of ImmutableSortedSet in org.djutils.immutablecollections
Subinterfaces of ImmutableSortedSet in org.djutils.immutablecollections Modifier and Type Interface Description interfaceImmutableNavigableSet<E>AImmutableSortedSetextended with navigation methods reporting closest matches for given search targets.Classes in org.djutils.immutablecollections that implement ImmutableSortedSet Modifier and Type Class Description classImmutableTreeSet<E>An immutable wrapper for a TreeSet.Methods in org.djutils.immutablecollections that return ImmutableSortedSet Modifier and Type Method Description ImmutableSortedSet<ImmutableMap.ImmutableEntry<K,V>>ImmutableTreeMap. entrySet()Returns aSetview of the entries contained in this map.ImmutableSortedSet<E>ImmutableSortedSet. headSet(E toElement)Returns a view of the portion of this immutable set whose elements are strictly less thantoElement.ImmutableSortedSet<E>ImmutableTreeSet. headSet(E toElement)Returns a view of the portion of this immutable set whose elements are strictly less thantoElement.ImmutableSortedSet<K>ImmutableNavigableMap. keySet()Returns aImmutableSortedSetview of the keys contained in this map.ImmutableSortedSet<K>ImmutableSortedMap. keySet()Return an ImmutableSortedSet view of the keys contained in this immutable map.ImmutableSortedSet<K>ImmutableTreeMap. keySet()Returns aImmutableSortedSetview of the keys contained in this map.ImmutableSortedSet<E>ImmutableSortedSet. subSet(E fromElement, E toElement)Returns a view of the portion of this immutable set whose elements range fromfromElement, inclusive, totoElement, exclusive.ImmutableSortedSet<E>ImmutableTreeSet. subSet(E fromElement, E toElement)Returns a view of the portion of this immutable set whose elements range fromfromElement, inclusive, totoElement, exclusive.ImmutableSortedSet<E>ImmutableSortedSet. tailSet(E fromElement)Returns a view of the portion of this immutable set whose elements are greater than or equal tofromElement.ImmutableSortedSet<E>ImmutableTreeSet. tailSet(E fromElement)Returns a view of the portion of this immutable set whose elements are greater than or equal tofromElement.ImmutableSortedSet<V>ImmutableTreeMap. values()Returns aImmutableCollectionview of the values contained in this map.