org.jboss.metatype.api.types.helpers
Class FloatComparator
java.lang.Object
org.jboss.metatype.api.types.helpers.FloatComparator
- All Implemented Interfaces:
- Comparator<Float>
public class FloatComparator
- extends Object
- implements Comparator<Float>
Float 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<Float> INSTANCE
FloatComparator
public FloatComparator()
compare
public int compare(Float o1,
Float o2)
- Specified by:
compare
in interface Comparator<Float>
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.