public abstract class ChargeMzSplitter<V> extends Object implements Splitter<V>
protected Tolerance
tolerance
ChargeMzSplitter(Tolerance tolerance)
protected abstract int
extractCharge(V value)
protected abstract double
extractMz(V value)
<PL extends V> List<List<PL>>
split(List<PL> input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final Tolerance tolerance
public ChargeMzSplitter(Tolerance tolerance)
public <PL extends V> List<List<PL>> split(List<PL> input)
split
Splitter<V>
protected abstract double extractMz(V value)
protected abstract int extractCharge(V value)
Copyright © 2016. All Rights Reserved.