Uses of Class
pl.poznan.put.structure.ImmutableBasePair
-
Packages that use ImmutableBasePair Package Description pl.poznan.put.structure 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 ImmutableBasePair Modifier and Type Method Description ImmutableBasePairImmutableBasePair.Builder. build()Builds a newImmutableBasePair.static ImmutableBasePairImmutableBasePair. copyOf(BasePair instance)Creates an immutable copy of aBasePairvalue.static ImmutableBasePairImmutableBasePair. of(PdbNamedResidueIdentifier left, PdbNamedResidueIdentifier right)Construct a new immutableBasePairinstance.ImmutableBasePairImmutableBasePair. withLeft(PdbNamedResidueIdentifier value)Copy the current immutable object by setting a value for theleftattribute.ImmutableBasePairImmutableBasePair. withRight(PdbNamedResidueIdentifier value)Copy the current immutable object by setting a value for therightattribute.
-