public class BooleanComparator extends Object implements Comparator<Boolean>
Modifier and Type | Field and Description |
---|---|
static Comparator<Boolean> |
INSTANCE |
Constructor and Description |
---|
BooleanComparator() |
public static final Comparator<Boolean> INSTANCE
public int compare(Boolean o1, Boolean o2)
compare
in interface Comparator<Boolean>
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.