PCJ API
Version 1.2

bak.pcj
Interface BooleanComparator


public interface BooleanComparator

This interface represents comparators of boolean values. The comparator interface is used for defining new orderings for boolean values.

Since:
1.0
See Also:
Comparator

Method Summary
 int compare(boolean v1, boolean v2)
          Compares two boolean values for order.
 

Method Detail

compare

public int compare(boolean v1,
                   boolean v2)
Compares two boolean values for order.

Parameters:
v1 - the first boolean value in the comparison.
v2 - the second boolean value in the comparison.
Returns:
a negative int value if v1 < v2, 0 if v1 is equal to v2, or a positive integer if v1 > v2.

PCJ API
Version 1.2

Report a bug or request a feature.
Further information on the development and latest release of PCJ can be found at the project homepage.

Primitive Collections for Java is released under the GNU Lesser General Public License.
Copyright © 2002, 2003 Søren Bak. All Rights Reserved.

Hosted by SourceForge.net
SourceForge.net Logo