JBoss Managed Parent POM 2.1.1.SP2

org.jboss.metatype.api.types.helpers
Class DoubleComparator

java.lang.Object
  extended by 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

Field Summary
static Comparator<Double> INSTANCE
           
 
Constructor Summary
DoubleComparator()
           
 
Method Summary
 int compare(Double o1, Double o2)
           
 
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
 

Field Detail

INSTANCE

public static final Comparator<Double> INSTANCE
Constructor Detail

DoubleComparator

public DoubleComparator()
Method Detail

compare

public int compare(Double o1,
                   Double o2)
Specified by:
compare in interface Comparator<Double>

JBoss Managed Parent POM 2.1.1.SP2

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.