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