org.jboss.metatype.api.types.helpers
Class DoubleComparator
java.lang.Object
org.jboss.metatype.api.types.helpers.DoubleComparator
- All Implemented Interfaces:
- Comparator<Double>
public class DoubleComparator
- extends Object
- implements Comparator<Double>
Double comparator.
- Author:
- Ales Justin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final Comparator<Double> INSTANCE
DoubleComparator
public DoubleComparator()
compare
public int compare(Double o1,
Double o2)
- Specified by:
compare
in interface Comparator<Double>
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.