org.apache.jackrabbit.core.query.lucene
Class ComparableBoolean

java.lang.Object
  extended by org.apache.jackrabbit.core.query.lucene.ComparableBoolean
All Implemented Interfaces:
Comparable

public final class ComparableBoolean
extends Object
implements Comparable

Represents a boolean that implement Comparable. This class can be removed when we move to Java 5.


Method Summary
 int compareTo(Object o)
           
static ComparableBoolean valueOf(boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

valueOf

public static ComparableBoolean valueOf(boolean value)


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.