Package io.keikai.model.impl
Class Top10FilterImpl
- java.lang.Object
-
- io.keikai.model.impl.Top10FilterImpl
-
- All Implemented Interfaces:
STop10Filter
,Serializable
public class Top10FilterImpl extends Object implements STop10Filter, Serializable
- Since:
- 3.9.0
- Author:
- henri
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Top10FilterImpl
NOOP_TOP10FILTER
-
Constructor Summary
Constructors Constructor Description Top10FilterImpl(boolean isTop, double value, boolean isPercent, double filterValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getFilterValue()
double
getValue()
boolean
isPercent()
boolean
isTop()
-
-
-
Field Detail
-
NOOP_TOP10FILTER
public static final Top10FilterImpl NOOP_TOP10FILTER
-
-
Method Detail
-
isTop
public boolean isTop()
- Specified by:
isTop
in interfaceSTop10Filter
-
isPercent
public boolean isPercent()
- Specified by:
isPercent
in interfaceSTop10Filter
-
getValue
public double getValue()
- Specified by:
getValue
in interfaceSTop10Filter
-
getFilterValue
public double getFilterValue()
- Specified by:
getFilterValue
in interfaceSTop10Filter
-
-