Interface EqualOperation<K>

    • Method Detail

      • equals

        boolean equals​(K object,
                       CompressedStore<K> store,
                       long l)
                throws StorageException,
                       java.io.IOException
        Check for equality between a given object and a location in the store. Should return true, if and only if the given object is indeed stored at index l in the store.
        Parameters:
        object -
        store -
        l -
        Returns:
        Throws:
        StorageException
        java.io.IOException