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 ImmutableBondLengthImmutableBondLength.copyOf(BondLength instance) Creates an immutable copy of aBondLengthvalue.static ImmutableBondLengthImmutableBondLength.of(double min, double max, double avg) Construct a new immutableBondLengthinstance.final ImmutableBondLengthImmutableBondLength.withAvg(double value) Copy the current immutable object by setting a value for theavgattribute.final ImmutableBondLengthImmutableBondLength.withMax(double value) Copy the current immutable object by setting a value for themaxattribute.final ImmutableBondLengthImmutableBondLength.withMin(double value) Copy the current immutable object by setting a value for theminattribute.