Hashtable UML Diagram

To Examples

Abbreviated UML Diagram for Hashtable Class

 

Hashtable

+ Count : int

+ Hashtable( )  
+ Hashtable(int)  
+ Add(object, object) : void  
+ Clear( ) : void  
+ ContainsKey(object) : bool  
+ ContainsValue(object) : bool  
+ Remove(object) : void  
+ [ ](object) : object