|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.update.Predicate | +--ostore.update.PredicateTrue
The PredicateTrue
predicate is a simple predicate
that always evaluates to true
with no side effects.
Constructor Summary | |
---|---|
PredicateTrue()
Construct a PredicateTrue predicate. |
|
PredicateTrue(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 PredicateTrue()
PredicateTrue
predicate.
public PredicateTrue(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 |