Interface WritableDBIDDataStore

    • Method Detail

      • putDBID

        void putDBID​(DBIDRef id,
                     DBIDRef value)
        Associates the specified value with the specified id in this storage. If the storage previously contained a value for the id, the previous value is replaced by the specified value.
        Parameters:
        id - Database ID.
        value - Value to store.
      • put

        void put​(DBIDRef id,
                 DBIDRef value)
        Associates the specified value with the specified id in this storage. If the storage previously contained a value for the id, the previous value is replaced by the specified value.
        Parameters:
        id - Database ID.
        value - Value to store.