Package | Description |
---|---|
org.djutils.immutablecollections |
Contains a set of immutable collection interfaces and wrapper implementations.
|
Modifier and Type | Method and Description |
---|---|
static <K extends Comparable<? super K>,V> |
ImmutableMap.ImmutableEntry.comparingByKey()
Returns a comparator that compares
ImmutableMap.ImmutableEntry in natural order on key. |
static <K,V> Comparator<ImmutableMap.ImmutableEntry<K,V>> |
ImmutableMap.ImmutableEntry.comparingByKey(Comparator<? super K> cmp)
Returns a comparator that compares
ImmutableMap.ImmutableEntry by key using the given Comparator . |
static <K,V extends Comparable<? super V>> |
ImmutableMap.ImmutableEntry.comparingByValue()
Returns a comparator that compares
ImmutableMap.ImmutableEntry in natural order on value. |
static <K,V> Comparator<ImmutableMap.ImmutableEntry<K,V>> |
ImmutableMap.ImmutableEntry.comparingByValue(Comparator<? super V> cmp)
Returns a comparator that compares
ImmutableMap.ImmutableEntry by value using the given Comparator . |
ImmutableSortedSet<ImmutableMap.ImmutableEntry<K,V>> |
ImmutableTreeMap.entrySet()
Returns a
Set view of the entries contained in this map. |
ImmutableSet<ImmutableMap.ImmutableEntry<K,V>> |
ImmutableMap.entrySet()
Returns a
Set view of the entries contained in this map. |
ImmutableSet<ImmutableMap.ImmutableEntry<K,V>> |
ImmutableLinkedHashMap.entrySet()
Returns a
Set view of the entries contained in this map. |
ImmutableSet<ImmutableMap.ImmutableEntry<K,V>> |
ImmutableHashMap.entrySet()
Returns a
Set view of the entries contained in this map. |
Copyright © 2018–2019 Delft University of Technology. All rights reserved.