public class NotEqual<O,A>
extends com.googlecode.cqengine.query.simple.SimpleQuery<O,A>
Constructor and Description |
---|
NotEqual(com.googlecode.cqengine.attribute.Attribute<O,A> attribute,
A value) |
Modifier and Type | Method and Description |
---|---|
protected int |
calcHashCode() |
boolean |
equals(java.lang.Object o) |
A |
getValue() |
protected boolean |
matchesNonSimpleAttribute(com.googlecode.cqengine.attribute.Attribute<O,A> attribute,
O object,
com.googlecode.cqengine.query.option.QueryOptions queryOptions) |
protected boolean |
matchesSimpleAttribute(com.googlecode.cqengine.attribute.SimpleAttribute<O,A> attribute,
O object,
com.googlecode.cqengine.query.option.QueryOptions queryOptions) |
java.lang.String |
toString() |
public A getValue()
public java.lang.String toString()
toString
in class java.lang.Object
protected boolean matchesSimpleAttribute(com.googlecode.cqengine.attribute.SimpleAttribute<O,A> attribute, O object, com.googlecode.cqengine.query.option.QueryOptions queryOptions)
protected boolean matchesNonSimpleAttribute(com.googlecode.cqengine.attribute.Attribute<O,A> attribute, O object, com.googlecode.cqengine.query.option.QueryOptions queryOptions)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object