public class MergingIterator extends Object implements Iterator
Constructor and Description |
---|
MergingIterator(Iterator sourceIt) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Object |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public MergingIterator(Iterator sourceIt)
Copyright © 2020 BioJava. All rights reserved.