public class BooleanComparator extends Object implements Comparator<Boolean>
Constructor and Description |
---|
BooleanComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Boolean boolean1,
Boolean boolean2)
Compare two booleans.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public int compare(Boolean boolean1, Boolean boolean2)
compare
in interface Comparator<Boolean>
boolean1
- First booleanboolean2
- Second booleanCopyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.