Class DefaultTransientStorage

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean contains​(java.lang.Object key)
      Allows you to check if a given key is present in the storage.
      java.lang.Object get​(java.lang.Object key)
      Get value from the storage.
      void put​(java.lang.Object key, java.lang.Object value)
      Put value in the storage
      void remove​(java.lang.Object key)
      Removes value assigned with a given key.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait