| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.data |
Double-valued data utilities.
|
| Modifier and Type | Method and Description |
|---|---|
XyPoint |
XySequence.max()
The last
XyPoint in this sequence. |
XyPoint |
XySequence.min()
The first
XyPoint in this sequence. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<XyPoint> |
XySequence.iterator()
Returns an iterator over the
XyPoints in this sequence. |