public class ScanIndex extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected TreeMap<Integer,IScan> |
num2scan |
protected TreeMap<Double,List<IScan>> |
rt2scan |
| Constructor and Description |
|---|
ScanIndex() |
| Modifier and Type | Method and Description |
|---|---|
IScan |
add(IScan scan)
Adds a scan to the index.
|
TreeMap<Integer,IScan> |
getNum2scan() |
TreeMap<Double,List<IScan>> |
getRt2scan() |
public IScan add(IScan scan)
scan - Copyright © 2017. All rights reserved.