dart
|
Public Member Functions | |
void | addPair (const T *left, const T *right) |
Adds a pair to this container. | |
void | removePair (const T *left, const T *right) |
Removes a pair from this container. | |
void | removeAllPairs () |
Removes all the pairs from this container. | |
bool | contains (const T *left, const T *right) const |
Returns true if this container contains the pair. | |