uk.ac.ebi.jmzidml.xml.io
Class MzIdentMLObjectIterator<T extends MzIdentMLObject>

java.lang.Object
  extended by uk.ac.ebi.jmzidml.xml.io.MzIdentMLObjectIterator<T>
All Implemented Interfaces:
Iterator<T>

public class MzIdentMLObjectIterator<T extends MzIdentMLObject>
extends Object
implements Iterator<T>


Method Summary
 boolean hasNext()
           
 T 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<T extends MzIdentMLObject>

next

public T next()
Specified by:
next in interface Iterator<T extends MzIdentMLObject>

remove

public void remove()
Specified by:
remove in interface Iterator<T extends MzIdentMLObject>


Copyright © 2012. All Rights Reserved.