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 ImmutableBasePairCreates an immutable copy of aBasePairvalue.static ImmutableBasePairImmutableBasePair.of(PdbNamedResidueIdentifier left, PdbNamedResidueIdentifier right) Construct a new immutableBasePairinstance.final ImmutableBasePairImmutableBasePair.withLeft(PdbNamedResidueIdentifier value) Copy the current immutable object by setting a value for theleftattribute.final ImmutableBasePairImmutableBasePair.withRight(PdbNamedResidueIdentifier value) Copy the current immutable object by setting a value for therightattribute.