Class Dictionary

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.lifstools.jgoslin.domain.Dictionary
All Implemented Interfaces:
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.
Author:
Dominik Kopczynski, Nils Hoffmann
See Also:
  • Constructor Details

    • Dictionary

      public Dictionary()