|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BtreePushOperator
This interface allows us to push integer results to a consumer. We use the hard-coded primitive type for performance reasons (generics require boxing/unboxing).
When a push operator is instantiated, it is assumed to be open (open-on-instantiate semantics).
| Method Summary | |
|---|---|
void |
pass(java.lang.Object element)
Passes the next element to the consumer. |
void |
thatsallfolks()
Announces end of stream to the consumer. |
| Method Detail |
|---|
void pass(java.lang.Object element)
element - void thatsallfolks()
|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||