Uses of Class
pl.poznan.put.atom.ImmutableBondLength
Packages that use ImmutableBondLength
Package
Description
Collection of utility classes to work with atom types, names and atomic bonds.
-
Uses of ImmutableBondLength in pl.poznan.put.atom
Methods in pl.poznan.put.atom that return ImmutableBondLengthModifier and TypeMethodDescriptionImmutableBondLength.Builder.build()
Builds a newImmutableBondLength
.static ImmutableBondLength
ImmutableBondLength.copyOf
(BondLength instance) Creates an immutable copy of aBondLength
value.static ImmutableBondLength
ImmutableBondLength.of
(double min, double max, double avg) Construct a new immutableBondLength
instance.final ImmutableBondLength
ImmutableBondLength.withAvg
(double value) Copy the current immutable object by setting a value for theavg
attribute.final ImmutableBondLength
ImmutableBondLength.withMax
(double value) Copy the current immutable object by setting a value for themax
attribute.final ImmutableBondLength
ImmutableBondLength.withMin
(double value) Copy the current immutable object by setting a value for themin
attribute.