Uses of Package
jopt.csp.util

Packages that use jopt.csp.util
jopt.csp.util Contains several foundational utility classes and associated interfaces. 
jopt.csp.variable The interfaces for building, combining, and constraining variables and expressions  
 

Classes in jopt.csp.util used by jopt.csp.util
DoubleIntervalSetListener
          Interface that can be implemented by a class that wishes to be notified of addition and removal of intervals from a set
DoubleSet
          Base class for double sets
DoubleSparseSetListener
          Interface that can be implemented by a class that wishes to be notified of addition and removal of values from a double set
FloatIntervalSetListener
          Interface that can be implemented by a class that wishes to be notified of addition and removal of intervals from a set
FloatSet
          Base class for float sets
FloatSparseSetListener
          Interface that can be implemented by a class that wishes to be notified of addition and removal of values from a float set
IntervalIterator
          Iterator for numbers
IntervalSet
          Interface implemented by sets based on intervals
IntIntervalSet
          A sorted set of integer intervals
IntIntervalSetListener
          Interface that can be implemented by a class that wishes to be notified of addition and removal of intervals from a set
IntMap
          A map that uses integer keys and values
IntSet
          Base class for integer sets
IntSparseSetListener
          Interface that can be implemented by a class that wishes to be notified of addition and removal of values from an integer set
IntValIntervalSet
          A sorted set of integer intervals
LongIntervalSet
          A sorted set of long intervals
LongIntervalSetListener
          Interface that can be implemented by a class that wishes to be notified of addition and removal of intervals from a set
LongSet
          Base class for long sets
LongSparseSetListener
          Interface that can be implemented by a class that wishes to be notified of addition and removal of values from a long set
NumberIterator
          Iterator for numbers
NumSet
          Interface implemented by all numeric sets
 

Classes in jopt.csp.util used by jopt.csp.variable
DoubleSet
          Base class for double sets
FloatSet
          Base class for float sets
IntSet
          Base class for integer sets
IntSparseSet
          A sorted set of integer values
LongSet
          Base class for long sets