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