This method of the IntRanges Class unlocks the IntRanges using a previously-assigned key.
public synchronized boolean unlock(Object key);
Returns true if the object is successfully unlocked; otherwise, returns false.
key | The key object previously assigned to lock the object. |
NullPointerException if the key is null.