Uses of Interface
org.djutils.immutablecollections.ImmutableSortedSet
Packages that use ImmutableSortedSet
Package
Description
Contains a set of immutable collection interfaces and wrapper implementations.
-
Uses of ImmutableSortedSet in org.djutils.immutablecollections
Subinterfaces of ImmutableSortedSet in org.djutils.immutablecollectionsModifier and TypeInterfaceDescriptioninterface
AImmutableSortedSet
extended with navigation methods reporting closest matches for given search targets.Classes in org.djutils.immutablecollections that implement ImmutableSortedSetMethods in org.djutils.immutablecollections that return ImmutableSortedSetModifier and TypeMethodDescriptionImmutableTreeMap.entrySet()
Returns a view of the portion of this immutable set whose elements are strictly less thantoElement
.final ImmutableSortedSet<E>
ImmutableNavigableMap.keySet()
Returns aImmutableSortedSet
view of the keys contained in this map.ImmutableSortedMap.keySet()
Return an ImmutableSortedSet view of the keys contained in this immutable map.final ImmutableSortedSet<K>
ImmutableTreeMap.keySet()
static <E> ImmutableSortedSet<E>
ImmutableSortedSet.of()
Return an empty ImmutableSortedSet, backed by a TreeSet.static <E> ImmutableSortedSet<E>
ImmutableSortedSet.of
(E v1) Return an ImmutableSortedSet with 1 entry, backed by a TreeSet.static <E> ImmutableSortedSet<E>
ImmutableSortedSet.of
(E v1, E v2) Return an ImmutableSortedSet with 2 entries, backed by a TreeSet.static <E> ImmutableSortedSet<E>
ImmutableSortedSet.of
(E v1, E v2, E v3) Return an ImmutableSortedSet with 3 entries, backed by a TreeSet.static <E> ImmutableSortedSet<E>
ImmutableSortedSet.of
(E v1, E v2, E v3, E v4) Return an ImmutableSortedSet with 4 entries, backed by a TreeSet.static <E> ImmutableSortedSet<E>
ImmutableSortedSet.of
(E v1, E v2, E v3, E v4, E v5, E... vn) Return an ImmutableSortedSet with 5 or more entries, backed by a TreeSet.Returns a view of the portion of this immutable set whose elements range fromfromElement
, inclusive, totoElement
, exclusive.final ImmutableSortedSet<E>
Returns a view of the portion of this immutable set whose elements are greater than or equal tofromElement
.final ImmutableSortedSet<E>
ImmutableTreeMap.values()