HashModel
  
  Object Hierarchy:
  
 
  Description:
  public interface HashModel : 
Object, 
ListModel
   
  
  
    All known implementing classes:
    
   
  
  
  Content:
  Methods:
  
    - public abstract void add (Object object)
      
      Adds a new object to the collection and use itself to generate the hash 
          required to find it.
       
- public abstract Object? find (Object key)
      
      Search the object in the collection using the given key.
       
- public abstract void remove (Object object)
      
      Remove the object from the collection
       
Inherited Members:
  
    All known members inherited from class GLib.Object
    
   
  
    All known members inherited from interface GLib.ListModel