|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntIntervalSet | |
jopt.csp.util | Contains several foundational utility classes and associated interfaces. |
Uses of IntIntervalSet in jopt.csp.util |
Subclasses of IntIntervalSet in jopt.csp.util | |
class |
IntValIntervalSet
A sorted set of integer intervals |
Methods in jopt.csp.util that return IntIntervalSet | |
IntIntervalSet |
IntValIntervalSet.getAllRangesWithMinWorth(int minWorth)
|
IntIntervalSet |
IntValIntervalSet.getAllRangesWithMaxWorth(int maxWorth)
|
IntIntervalSet |
IntValIntervalSet.getAllRangesWithMinWorth(int minWorth,
int start,
int end)
|
IntIntervalSet |
IntValIntervalSet.getAllRangesWithMaxWorth(int maxWorth,
int start,
int end)
|
IntIntervalSet |
IntIntervalSet.getFreeIntervalsBetween(int start,
int end)
Returns an int interval set of all the intervals that are free between the specified start and end |
Methods in jopt.csp.util with parameters of type IntIntervalSet | |
void |
IntValIntervalSet.add(IntIntervalSet ivis,
int val)
|
void |
IntIntervalSet.add(IntIntervalSet set)
Adds a value to set |
void |
IntIntervalSet.intersect(IntIntervalSet intersector)
Removes any parts that both do not have in common from this. |
boolean |
IntIntervalSet.equals(IntIntervalSet set)
An equals method for comparing if two set objects are equivalent |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |