Package org.lifstools.jgoslin.domain
Klasse Dictionary
- Alle implementierten Schnittstellen:
Serializable,Cloneable,Map<String,Object>
A dictionary typing for
HashMap to align this
implementation with the other language implementations.- Autor:
- Dominik Kopczynski, Nils Hoffmann
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesVon Klasse geerbte Methoden java.util.AbstractMap
equals, hashCode, toString
-
Konstruktordetails
-
Dictionary
public Dictionary()
-