public class DeepCopy extends Object
| Constructor and Description |
|---|
DeepCopy() |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList |
copy(ArrayList list) |
static Attachment |
copy(Attachment attachment) |
static List |
copy(List list) |
static Monomer |
copy(Monomer monomer) |
static Nucleotide |
copy(Nucleotide nucleotide) |
static Serializable |
copy(Serializable input) |
public static List copy(List list) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic static ArrayList copy(ArrayList list) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic static Monomer copy(Monomer monomer) throws IOException, MonomerException
IOExceptionMonomerExceptionpublic static Attachment copy(Attachment attachment) throws IOException, MonomerException
IOExceptionMonomerExceptionpublic static Nucleotide copy(Nucleotide nucleotide) throws IOException, NotationException
IOExceptionNotationExceptionpublic static Serializable copy(Serializable input) throws IOException, NotationException
IOExceptionNotationExceptionCopyright © 2017. All rights reserved.