TupleBag is an unordered collection of tuples. It is the basis of Tuplespace.
push(tuple) Instance Public methods Add tuple to the
has_expires?() Instance Public methods true if the
find_all(template) Instance Public methods Finds all live tuples that match
delete_unless_alive() Instance Public methods Delete tuples which dead tuples
delete(tuple) Instance Public methods Removes tuple from the
find_all_template(tuple) Instance Public methods Finds all tuples in the
find(template) Instance Public methods Finds a live tuple that matches template