Klasse 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()