public static final class FilterBed.RangeFilter extends Object implements FilterBed.Filter
| Constructor and Description |
|---|
RangeFilter(String value)
Create a new range filter with the specified range format.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(BedRecord record)
Return true if the specified BED record should be accepted by this filter.
|
public RangeFilter(String value)
value - range format, must not be nullpublic boolean accept(BedRecord record)
FilterBed.Filteraccept in interface FilterBed.Filterrecord - BED recordCopyright (c) 2013-2023 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).