Uses of Class
org.djutils.immutablecollections.ImmutableMap.ImmutableEntry
Packages that use ImmutableMap.ImmutableEntry
Package
Description
Contains a set of immutable collection interfaces and wrapper implementations.
-
Uses of ImmutableMap.ImmutableEntry in org.djutils.immutablecollections
Methods in org.djutils.immutablecollections that return types with arguments of type ImmutableMap.ImmutableEntryModifier and TypeMethodDescriptionstatic <K extends Comparable<? super K>,V>
Comparator<ImmutableMap.ImmutableEntry<K,V>> ImmutableMap.ImmutableEntry.comparingByKey()Returns a comparator that comparesImmutableMap.ImmutableEntryin natural order on key.static <K,V> Comparator<ImmutableMap.ImmutableEntry<K, V>> ImmutableMap.ImmutableEntry.comparingByKey(Comparator<? super K> cmp) Returns a comparator that comparesImmutableMap.ImmutableEntryby key using the givenComparator.static <K,V extends Comparable<? super V>>
Comparator<ImmutableMap.ImmutableEntry<K,V>> ImmutableMap.ImmutableEntry.comparingByValue()Returns a comparator that comparesImmutableMap.ImmutableEntryin natural order on value.static <K,V> Comparator<ImmutableMap.ImmutableEntry<K, V>> ImmutableMap.ImmutableEntry.comparingByValue(Comparator<? super V> cmp) Returns a comparator that comparesImmutableMap.ImmutableEntryby value using the givenComparator.ImmutableHashMap.entrySet()ImmutableLinkedHashMap.entrySet()ImmutableMap.entrySet()Returns aSetview of the entries contained in this map.ImmutableTreeMap.entrySet()