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 STop10Filterpublic boolean isPercent()
isPercent in interface STop10Filterpublic double getValue()
getValue in interface STop10Filterpublic double getFilterValue()
getFilterValue in interface STop10FilterCopyright © 2020. All rights reserved.