com.compomics.util.experiment.identification.protein_inference.proteintree
Class ProteinTree.PeptideIterator

java.lang.Object
  extended by 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.


Method Summary
 HashMap<String,ArrayList<Integer>> getMapping()
          Returns the protein mapping of the current peptide.
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.