Uses of Class
pl.poznan.put.torsion.ImmutableAtomPair
Packages that use ImmutableAtomPair
-
Uses of ImmutableAtomPair in pl.poznan.put.torsion
Methods in pl.poznan.put.torsion that return ImmutableAtomPairModifier and TypeMethodDescriptionImmutableAtomPair.Builder.build()
Builds a newImmutableAtomPair
.static ImmutableAtomPair
Creates an immutable copy of aAtomPair
value.static ImmutableAtomPair
ImmutableAtomPair.of
(PdbAtomLine leftAtom, PdbAtomLine rightAtom) Construct a new immutableAtomPair
instance.final ImmutableAtomPair
ImmutableAtomPair.withLeftAtom
(PdbAtomLine value) Copy the current immutable object by setting a value for theleftAtom
attribute.final ImmutableAtomPair
ImmutableAtomPair.withRightAtom
(PdbAtomLine value) Copy the current immutable object by setting a value for therightAtom
attribute.