TupleBag is an unordered collection of tuples. It is the basis of Tuplespace.
Namespace
    
  
  
    
    Methods
    - B
- D
- E
- F
- H
- P
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.
Instance Private methods
      
        
            
              bin_for_find(template)
            
            Link
          
          
          
            
            
              bin_key(tuple)
            
            Link