ImmutableDefaultResidueCollection |
ImmutableDefaultResidueCollection.Builder.build() |
|
static ImmutableDefaultResidueCollection |
ImmutableDefaultResidueCollection.copyOf(DefaultResidueCollection instance) |
|
static ImmutableDefaultResidueCollection |
ImmutableDefaultResidueCollection.of(Iterable<? extends PdbResidue> residues) |
Construct a new immutable DefaultResidueCollection instance.
|
static ImmutableDefaultResidueCollection |
ImmutableDefaultResidueCollection.of(List<PdbResidue> residues) |
Construct a new immutable DefaultResidueCollection instance.
|
ImmutableDefaultResidueCollection |
ImmutableDefaultResidueCollection.withResidues(Iterable<? extends PdbResidue> elements) |
Copy the current immutable object with elements that replace the content of residues.
|
ImmutableDefaultResidueCollection |
ImmutableDefaultResidueCollection.withResidues(PdbResidue... elements) |
Copy the current immutable object with elements that replace the content of residues.
|