|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interval | |
---|---|
jpicedt.util.math | Bibliothèque de classes pour effectuer des calculs notamment avec: des nombres complexes des polynômes des matrices |
Uses of Interval in jpicedt.util.math |
---|
Methods in jpicedt.util.math that return Interval | |
---|---|
Interval |
Interval.clone()
|
Interval |
Interval.cloneIntersect(Interval other)
|
Interval |
IntervalUnion.get(int i)
|
Interval |
Interval.intersect(Interval other)
|
Methods in jpicedt.util.math that return types with arguments of type Interval | |
---|---|
Iterator<Interval> |
IntervalUnion.iterator()
|
Methods in jpicedt.util.math with parameters of type Interval | |
---|---|
Interval |
Interval.cloneIntersect(Interval other)
|
boolean |
IntervalUnion.equals(Interval x)
Compare à un intervalle |
boolean |
Interval.equals(Interval x)
|
boolean |
IntervalUnion.inter(Interval x)
|
Interval |
Interval.intersect(Interval other)
|
boolean |
Interval.intersects(Interval other)
|
boolean |
IntervalUnion.minus(Interval x)
retranche au sens ensemble l'intervalle x de this. |
boolean |
IntervalUnion.union(Interval x)
Unit l'intervalle x à this. |
Constructors in jpicedt.util.math with parameters of type Interval | |
---|---|
Interval(Interval x)
|
|
IntervalUnion(Interval x)
construit une union d' Interval contenant uniquement x. !!! |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |