Class DataStore

    • Constructor Detail

      • DataStore

        public DataStore()
        Deprecated.
    • Method Detail

      • put

        public void put​(Object key,
                        Object value)
        Deprecated.
        Parameters:
        key - - Key of the data entry
        value - - value of the Data entry
      • remove

        public Object remove​(Object key)
        Deprecated.
        Parameters:
        key - - Key of the data entry to remove
        Returns:
        The value of the entry removed. Null if no entry.
      • get

        public Object get​(Object key)
        Deprecated.
        Parameters:
        key - - Key of the data entry whose value is needed
        Returns:
        The value corresponding to the key. null if there is no value stored