Get an iterator to the bag. For default and distinct bags, no particular order is guaranteed. For sorted bags the order is guaranteed to be sorted according to the provided comparator. @return tuple iterator
()
| 105 | * @return tuple iterator |
| 106 | */ |
| 107 | Iterator<Tuple> iterator(); |
| 108 | |
| 109 | /** |
| 110 | * Add a tuple to the bag. |
no outgoing calls