com.compomics.util.experiment.identification.protein_inference.proteintree
Class ProteinTree.PeptideIterator
java.lang.Object
com.compomics.util.experiment.identification.protein_inference.proteintree.ProteinTree.PeptideIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- ProteinTree
public class ProteinTree.PeptideIterator
- extends Object
- implements Iterator
Alphabetical iterator for the tree.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator
getMapping
public HashMap<String,ArrayList<Integer>> getMapping()
- Returns the protein mapping of the current peptide.
- Returns:
- the protein mapping of the current peptide.
Copyright © 2013. All Rights Reserved.