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