- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- get
T2 get(T1 key1)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
T1 get(T2 key2)
Undocumented in source. Be warned that the author may not have intended to support it.
- has
bool has(T1 key1)
Undocumented in source. Be warned that the author may not have intended to support it.
- has
bool has(T2 key2)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
bool remove(T1 key1, T2 key2)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
bool remove(T1 key1)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
bool remove(T2 key2)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(T1 key1, T2 key2)
Undocumented in source. Be warned that the author may not have intended to support it.