The MutableHashtable class declares the programmatic interface to objects that manage mutable associations of keys and values. With its two efficient primitive methods-put and removeObjectsForKeys-this class adds modification operations to the basic operations it inherits from ImmutableHashtable.
The other methods declared here operate by invoking one or both of these primitives. The non-primitive methods provide convenient ways of adding or removing multiple entries at a time.