public class FeatureTableUtil extends Object
FeatureTableUtil class.
Constructor and Description |
---|
FeatureTableUtil() |
Modifier and Type | Method and Description |
---|---|
static List<FeatureTableRow> |
getRowsInsideRange(FeatureTable table,
com.google.common.collect.Range<Float> rtRange,
com.google.common.collect.Range<Double> mzRange)
getRowsInsideRange.
|
@Nonnull public static List<FeatureTableRow> getRowsInsideRange(@Nonnull FeatureTable table, @Nonnull com.google.common.collect.Range<Float> rtRange, @Nonnull com.google.common.collect.Range<Double> mzRange)
getRowsInsideRange.
table
- a FeatureTable
object.rtRange
- a Range
object.mzRange
- a Range
object.List
object.Copyright © 2019. All rights reserved.