Class AbstractNucleotideCompoundSet<C extends NucleotideCompound>

java.lang.Object
org.biojava3.core.sequence.template.AbstractCompoundSet<C>
org.biojava3.core.sequence.template.AbstractNucleotideCompoundSet<C>
Type Parameters:
C - Type of compound this set will contain but must extend NucleotideCompound
All Implemented Interfaces:
CompoundSet<C>
Direct Known Subclasses:
DNACompoundSet, RNACompoundSet

public abstract class AbstractNucleotideCompoundSet<C extends NucleotideCompound> extends AbstractCompoundSet<C>
Author:
Andy Yates
  • Constructor Details

    • AbstractNucleotideCompoundSet

      public AbstractNucleotideCompoundSet()
  • Method Details