| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.data |
Double-valued data utilities.
|
| Modifier and Type | Method and Description |
|---|---|
IntervalTable |
IntervalTable.Builder.build()
Return a newly-created, immutable, 2-dimensional data container populated
with the contents of this
Builder. |
IntervalTable |
IntervalTable.Builder.build(IntervalTable.Loader loader)
Return a newly-created, immutable, 2-dimensional data container populated
with values computed by the supplied loader.
|
IntervalTable |
IntervalVolume.collapse()
Return a new
IntervalTable created by summing the levels of this
volume. |
| Modifier and Type | Method and Description |
|---|---|
IntervalTable.Builder |
IntervalTable.Builder.add(IntervalTable table)
Add the values in the supplied table to this builder.
|
static IntervalTable.Builder |
IntervalTable.Builder.copyOf(IntervalTable table)
Create a new builder with the structure and content identical to that of
the supplied table.
|
static IntervalTable.Builder |
IntervalTable.Builder.fromModel(IntervalTable model)
Create a new builder with a structure identical to that of the supplied
model.
|