Methods
The constructor.  | 
|
The destructor.  | 
|
Call this method to find the position of the first element with a given key.  | 
|
Call this method to get the value associated with a given key, and update the position value.  | 
|
Call this method to get the element associated with a given key, and update the position value.  | 
|
Call this method to insert an element pair into the map.  | 
|
Call this method to remove all of the key/value elements for a given key.  | 
See the documentation for the base class CRBTree for information on the other methods available.