Ejemplo n.º 1
0
  protected void writePeptide(IPolypeptide pp, List<KeyValueObject<String, String>> holder) {
    long numberFragments = getAndIncrementFragmentIndex();

    String str = pp.toString();
    holder.add(new KeyValueObject<String, String>(str, pp.toString()));
  }