Interface IOStringObjectMap

  • All Known Subinterfaces:
    StringObjectMap

    public interface IOStringObjectMap
    • Method Detail

      • get

        java.lang.Object get​(java.lang.String key)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • put

        void put​(java.lang.String key,
                 java.lang.Object value)
          throws java.io.IOException
        Throws:
        java.io.IOException
      • putNoReplace

        boolean putNoReplace​(java.lang.String key,
                             java.lang.Object value)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • remove

        boolean remove​(java.lang.String key)
                throws java.io.IOException
        Throws:
        java.io.IOException
      • containsKey

        boolean containsKey​(java.lang.String key)
                     throws java.io.IOException
        Throws:
        java.io.IOException