|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.update.Predicate | +--ostore.update.PredicateFalse
The PredicateFalse
predicate is a simple predicate
that always evaluates to false
with no side effects.
Constructor Summary | |
---|---|
PredicateFalse()
Construct a PredicateFalse predicate. |
|
PredicateFalse(InputBuffer buffer)
|
Method Summary | |
---|---|
void |
serialize(OutputBuffer buffer)
Add the object to the buffer . |
String |
toString()
Return a representation of this predicate as a string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PredicateFalse()
PredicateFalse
predicate.
public PredicateFalse(InputBuffer buffer) throws QSException
Method Detail |
public void serialize(OutputBuffer buffer)
QuickSerializable
buffer
.
serialize
in interface QuickSerializable
serialize
in class Predicate
buffer
- the output buffer to add the object topublic String toString()
Predicate
toString
in class Predicate
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |