public class MergingIterator extends Object implements Iterator
MergingIterator(Iterator sourceIt)
boolean
hasNext()
Object
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MergingIterator(Iterator sourceIt)
public boolean hasNext()
hasNext
Iterator
public Object next()
next
public void remove()
remove
Copyright © 2014 BioJava. All rights reserved.