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