Class PointData

  • All Implemented Interfaces:
    Serializable, Cloneable, Map<Object,​Object>

    public class PointData
    extends HashMap<Object,​Object>
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class AbstractMap

        AbstractMap.SimpleEntry<K extends Object,​V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,​V extends Object>
      • Nested classes/interfaces inherited from interface Map

        Map.Entry<K extends Object,​V extends Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      PointData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Object put​(Object key, Object value)  
      • Methods inherited from class HashMap

        clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
      • Methods inherited from class AbstractMap

        equals, hashCode, toString
      • Methods inherited from class Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface Map

        equals, hashCode
    • Constructor Detail

      • PointData

        public PointData()
    • Method Detail

      • put

        public Object put​(Object key,
                          Object value)
        Specified by:
        put in interface Map<Object,​Object>
        Overrides:
        put in class HashMap<Object,​Object>