Package org.rrd4j.data
Class Variable.ComparPercentElemen
java.lang.Object
org.rrd4j.data.Variable.ComparPercentElemen
- All Implemented Interfaces:
Serializable
,Comparator<Variable.PercentElem>
- Enclosing class:
- Variable
static final class Variable.ComparPercentElemen extends Object implements Comparator<Variable.PercentElem>, Serializable
The sort used by rrdtool for percent, where NaN < -INF < finite values < INF
-
Constructor Summary
Constructors Constructor Description ComparPercentElemen()
-
Method Summary
Modifier and Type Method Description int
compare(Variable.PercentElem arg0, Variable.PercentElem arg1)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
ComparPercentElemen
ComparPercentElemen()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<Variable.PercentElem>
-