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 -
Method Summary
Modifier and TypeMethodDescriptionfinal intcompare(Variable.PercentElem arg0, Variable.PercentElem arg1) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
ComparPercentElemen
ComparPercentElemen()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<Variable.PercentElem>
-