T
- public class SweepLineIterator<T extends IntervalScale<T>> extends java.lang.Object implements java.util.Iterator<SweepLineIterator.CutLine>
IntervalScale
and java.util.Comparable
Modifier and Type | Class and Description |
---|---|
class |
SweepLineIterator.CutLine
Represents a cut line of the line sweep.
|
Constructor and Description |
---|
SweepLineIterator(java.util.Iterator<T> iterator) |
Modifier and Type | Method and Description |
---|---|
java.util.PriorityQueue<com.pacbio.secondary.vis.common.collection.SweepLineIterator.Event> |
getQueue() |
boolean |
hasNext() |
SweepLineIterator.CutLine |
next()
Do NOT change the return value!!
|
void |
remove() |
public SweepLineIterator(java.util.Iterator<T> iterator)
public boolean hasNext()
hasNext
in interface java.util.Iterator<SweepLineIterator.CutLine>
public void remove()
remove
in interface java.util.Iterator<SweepLineIterator.CutLine>
public SweepLineIterator.CutLine next()
next
in interface java.util.Iterator<SweepLineIterator.CutLine>
public java.util.PriorityQueue<com.pacbio.secondary.vis.common.collection.SweepLineIterator.Event> getQueue()
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.