public class BinaryRelation extends java.util.TreeSet<Pair> implements OrderedPairs
| Constructor and Description |
|---|
BinaryRelation(double[] x,
double[] y)
Construct a binary relation from {(x,y)}.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
x()
Get the abscissae.
|
double[] |
y()
Get the ordinates.
|
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, spliterator, subSet, subSet, tailSet, tailSetcontainsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitsizepublic BinaryRelation(double[] x,
double[] y)
x - elements in Ay - elements in Apublic double[] x()
OrderedPairsx in interface OrderedPairspublic double[] y()
OrderedPairsy in interface OrderedPairs