This class represents range based sets of int values. The implementation is optimized for cases where most set elements fall into ranges of consecutive int values.
Implementation of IntSortedSet is supported from PCJ 1.2. Prior to 1.2, only IntSet was implemented.
@see IntRange
@author Søren Bak
@version 1.3 20-08-2003 22:24
@since 1.0
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.