public class QE extends java.lang.Object implements Unversioned
| Modifier and Type | Field and Description |
|---|---|
static int |
EQUAL |
static int |
GREATER |
static int |
NULLS |
static int |
SMALLER |
| Constructor and Description |
|---|
QE() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
boolean |
identity() |
void |
indexBitMap(boolean[] bits)
Specifies which part of the index to take.
|
boolean |
supportsIndex() |
public static final int NULLS
public static final int SMALLER
public static final int EQUAL
public static final int GREATER
public boolean identity()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void indexBitMap(boolean[] bits)
bits - public boolean supportsIndex()