ImmutableBondLength |
ImmutableBondLength.Builder.build() |
|
static ImmutableBondLength |
ImmutableBondLength.copyOf(BondLength instance) |
|
static ImmutableBondLength |
ImmutableBondLength.of(double min,
double max,
double avg) |
Construct a new immutable BondLength instance.
|
ImmutableBondLength |
ImmutableBondLength.withAvg(double value) |
Copy the current immutable object by setting a value for the avg attribute.
|
ImmutableBondLength |
ImmutableBondLength.withMax(double value) |
Copy the current immutable object by setting a value for the max attribute.
|
ImmutableBondLength |
ImmutableBondLength.withMin(double value) |
Copy the current immutable object by setting a value for the min attribute.
|