Package alps.java.api.util
Klasse CompatibilityDictionary<K, V>
- Alle implementierten Schnittstellen:
ICompatibilityDictionary<K,
,V> Serializable
,Cloneable
,Map<K,
V>
public class CompatibilityDictionary<K, V>
extends HashMap<K, V>
implements ICompatibilityDictionary<K, V>
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Feldübersicht
Modifizierer und TypFeldBeschreibungprivate static final boolean
Change the value to true or false depending on whether you have NET48 or not -
Konstruktorübersicht
-
Methodenübersicht
Von Klasse geerbte Methoden java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Von Klasse geerbte Methoden java.util.AbstractMap
equals, hashCode, toString
Von Klasse geerbte Methoden java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Felddetails
-
NET48
private static final boolean NET48Change the value to true or false depending on whether you have NET48 or not- Siehe auch:
-
-
Konstruktordetails
-
CompatibilityDictionary
public CompatibilityDictionary()
-
-
Methodendetails
-
tryAdd
Beschreibung aus Schnittstelle kopiert:ICompatibilityDictionary
this Method is a hidden Method (Implementation with static)- Angegeben von:
tryAdd
in SchnittstelleICompatibilityDictionary<K,
V> - Gibt zurück:
-