TupleBag is an unordered collection of tuples. It is the basis of Tuplespace.
| Public Methods | |
|---|---|
| delete | Removes ary from the TupleBag. |
| delete_ |
Delete tuples which dead tuples from the TupleBag, returning the deleted tuples. |
| find | Finds a live tuple that matches template. |
| find_ |
Finds all live tuples that match template. |
| find_ |
Finds all tuples in the TupleBag which when treated as templates, match tuple and are alive. |
| has_ |
true if the TupleBag to see if it has any expired entries. |
| new | |
| push | Add ary to the TupleBag. |
<code/>and<pre/>for code samples.