Interface Keys.MutableKeys<K,V>

    • Method Detail

      • delete

        V delete​(java.lang.String aKey)
        Removes an element identified by the given key.
        Parameters:
        aKey - The key which's element is to be removed.
        Returns:
        The value being removed.