ImmutableCombinedStrandFromPdb |
ImmutableCombinedStrandFromPdb.Builder.build() |
|
static ImmutableCombinedStrandFromPdb |
ImmutableCombinedStrandFromPdb.copyOf(CombinedStrandFromPdb instance) |
|
static ImmutableCombinedStrandFromPdb |
ImmutableCombinedStrandFromPdb.of(Iterable<? extends Strand> inputStrands,
Map<? extends DotBracketSymbol,? extends PdbResidueIdentifier> inputSymbolToResidue) |
Construct a new immutable CombinedStrandFromPdb instance.
|
static ImmutableCombinedStrandFromPdb |
ImmutableCombinedStrandFromPdb.of(List<Strand> inputStrands,
Map<DotBracketSymbol,PdbResidueIdentifier> inputSymbolToResidue) |
Construct a new immutable CombinedStrandFromPdb instance.
|
ImmutableCombinedStrandFromPdb |
ImmutableCombinedStrandFromPdb.withCombineStrands(Iterable<? extends DotBracket> elements) |
Copy the current immutable object with elements that replace the content of combineStrands.
|
ImmutableCombinedStrandFromPdb |
ImmutableCombinedStrandFromPdb.withCombineStrands(DotBracket... elements) |
Copy the current immutable object with elements that replace the content of combineStrands.
|
ImmutableCombinedStrandFromPdb |
ImmutableCombinedStrandFromPdb.withInputStrands(Iterable<? extends Strand> elements) |
Copy the current immutable object with elements that replace the content of inputStrands.
|
ImmutableCombinedStrandFromPdb |
ImmutableCombinedStrandFromPdb.withInputStrands(Strand... elements) |
Copy the current immutable object with elements that replace the content of inputStrands.
|
ImmutableCombinedStrandFromPdb |
ImmutableCombinedStrandFromPdb.withInputSymbolToResidue(Map<? extends DotBracketSymbol,? extends PdbResidueIdentifier> entries) |
|