public class GenomicBoundariesIterator<V> extends Object implements Iterator<GenomicBoundary<V>>
| Constructor and Description |
|---|
GenomicBoundariesIterator(HashMap<String,TreeMap<Integer,ArrayList<GenomicBoundary<V>>>> genomicsBoundaries) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
GenomicBoundary<V> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<GenomicBoundary<V>>public GenomicBoundary<V> next()
next in interface Iterator<GenomicBoundary<V>>public void remove()
remove in interface Iterator<GenomicBoundary<V>>Copyright © 2015. All Rights Reserved.