The condense method of the IntRanges Class contains the following signatures:
condense(IIntRangeComparator judge)
condense()
Merges overlapping ranges. This method assumes the ranges have already been sorted.
public synchronized void condense(IIntRangeComparator judge);
Throws SecurityException if there is an immutable key.
judge | The interface to help compare equal integer ranges while sorting. This parameter value can be null. |
Merges overlapping ranges. This method assumes the ranges have already been sorted.
public void condense();
Throws SecurityException if there is an immutable key.