public class Top10FilterImpl extends Object implements STop10Filter, Serializable
Modifier and Type | Field and Description |
---|---|
static Top10FilterImpl |
NOOP_TOP10FILTER |
Constructor and Description |
---|
Top10FilterImpl(boolean isTop,
double value,
boolean isPercent,
double filterValue) |
Modifier and Type | Method and Description |
---|---|
double |
getFilterValue() |
double |
getValue() |
boolean |
isPercent() |
boolean |
isTop() |
public static final Top10FilterImpl NOOP_TOP10FILTER
public Top10FilterImpl(boolean isTop, double value, boolean isPercent, double filterValue)
public boolean isTop()
isTop
in interface STop10Filter
public boolean isPercent()
isPercent
in interface STop10Filter
public double getValue()
getValue
in interface STop10Filter
public double getFilterValue()
getFilterValue
in interface STop10Filter
Copyright © 2020. All rights reserved.