TupleBag is an unordered collection of tuples. It is the basis of Tuplespace.
Namespace
    
  
  
    
    Methods
    
  
  
  
    
    
    
    
    
        
      Instance Public methods
      
        
        
        
            
              delete_unless_alive()
            
            Link
          
          
          
            Delete tuples which dead tuples from the TupleBag, returning the deleted tuples.
            
              find(template)
            
            Link
          
          
          
            Finds a live tuple that matches template.
            
              find_all(template)
            
            Link
          
          
          
            Finds all live tuples that match template.
            
              find_all_template(tuple)
            
            Link
          
          
          
            Finds all tuples in the TupleBag which when
treated as templates, match tuple and are alive.