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