org.usergrid.mq
Class QueryProcessor.RangeValue

java.lang.Object
  extended by org.usergrid.mq.QueryProcessor.RangeValue
Enclosing class:
QueryProcessor

public static class QueryProcessor.RangeValue
extends Object


Constructor Summary
QueryProcessor.RangeValue(byte code, Object value, boolean inclusive)
           
 
Method Summary
static int compare(QueryProcessor.RangeValue v1, QueryProcessor.RangeValue v2, boolean finish)
           
 int compareTo(QueryProcessor.RangeValue other, boolean finish)
           
 boolean equals(Object obj)
           
 byte getCode()
           
 Object getValue()
           
 int hashCode()
           
 boolean isInclusive()
           
 void setCode(byte code)
           
 void setInclusive(boolean inclusive)
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryProcessor.RangeValue

public QueryProcessor.RangeValue(byte code,
                                 Object value,
                                 boolean inclusive)
Method Detail

getCode

public byte getCode()

setCode

public void setCode(byte code)

getValue

public Object getValue()

setValue

public void setValue(Object value)

isInclusive

public boolean isInclusive()

setInclusive

public void setInclusive(boolean inclusive)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

compareTo

public int compareTo(QueryProcessor.RangeValue other,
                     boolean finish)

compare

public static int compare(QueryProcessor.RangeValue v1,
                          QueryProcessor.RangeValue v2,
                          boolean finish)


Copyright © 2013. All Rights Reserved.