Uses of Class
pl.poznan.put.structure.ImmutableBasePair
Packages that use ImmutableBasePair
Package
Description
Package contains classes useful in describing secondary structure (base pairs, helices, etc.)
-
Uses of ImmutableBasePair in pl.poznan.put.structure
Methods in pl.poznan.put.structure that return ImmutableBasePairModifier and TypeMethodDescriptionImmutableBasePair.Builder.build()
Builds a newImmutableBasePair
.static ImmutableBasePair
Creates an immutable copy of aBasePair
value.static ImmutableBasePair
ImmutableBasePair.of
(PdbNamedResidueIdentifier left, PdbNamedResidueIdentifier right) Construct a new immutableBasePair
instance.final ImmutableBasePair
ImmutableBasePair.withLeft
(PdbNamedResidueIdentifier value) Copy the current immutable object by setting a value for theleft
attribute.final ImmutableBasePair
ImmutableBasePair.withRight
(PdbNamedResidueIdentifier value) Copy the current immutable object by setting a value for theright
attribute.