Klasse UtilsMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<K,V>
de.caluga.morphium.UtilsMap<K,V>
- Alle implementierten Schnittstellen:
Serializable, Cloneable, Map<K,V>, SequencedMap<K, V>
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungstatic <K,V> UtilsMap <K, V> of()static <K,V> UtilsMap <K, V> of(K k1, V v1) static <K,V> UtilsMap <K, V> of(K k1, V v1, K k2, V v2) static <K,V> UtilsMap <K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) static <K,V> UtilsMap <K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) static <K,V> UtilsMap <K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) static <K,V> UtilsMap <K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6) static <K,V> UtilsMap <K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7) static <K,V> UtilsMap <K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7, K k8, V v8) Von Klasse geerbte Methoden LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, newLinkedHashMap, putFirst, putLast, removeEldestEntry, replaceAll, reversed, sequencedEntrySet, sequencedKeySet, sequencedValues, valuesVon Klasse geerbte Methoden HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeVon Klasse geerbte Methoden AbstractMap
equals, hashCode, toStringVon Schnittstelle geerbte Methoden Map
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeVon Schnittstelle geerbte Methoden SequencedMap
firstEntry, lastEntry, pollFirstEntry, pollLastEntry
-
Konstruktordetails
-
UtilsMap
public UtilsMap()
-
-
Methodendetails
-
of
-
of
-
of
-
of
-
of
-
of
-
of
public static <K,V> UtilsMap<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6) -
of
public static <K,V> UtilsMap<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7) -
of
public static <K,V> UtilsMap<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7, K k8, V v8) -
add
-
addAll
-