Complements the specified range in this set. Any character in the range will be removed if it is in this set, or will be added if it is not in this set. If end > start then an empty range is complemented, leaving the set unchanged.
@param start first character, inclusive, of range to be removedfrom this set.
@param end last character, inclusive, of range to be removedfrom this set.
@stable ICU 2.0
WARNING: time complementation is really screwed up here. It is fundamentally difficult to complement time because we don't know what the new time must be (last event in the complement sequence of events). This information is fundamentally unknown with this technique, it seems.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.