Klasse Dictionary

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.lifstools.jgoslin.domain.Dictionary
Alle implementierten Schnittstellen:
Serializable, Cloneable, Map<String,Object>

public final class Dictionary extends HashMap<String,Object>
A dictionary typing for HashMap to align this implementation with the other language implementations.
Autor:
Dominik Kopczynski, Nils Hoffmann
Siehe auch:
  • Konstruktordetails

    • Dictionary

      public Dictionary()