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