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