Class Edit.Delete<C extends Compound>

  • All Implemented Interfaces:
    Edit<C>
    Enclosing interface:
    Edit<C extends Compound>

    public static class Edit.Delete<C extends Compound>
    extends Edit.AbstractEdit<C>
    Implementation which allows for the deletion of bases from a Sequence
    • Constructor Detail

      • Delete

        public Delete​(int position)
      • Delete

        public Delete​(int start,
                      int end)