- add
bool add(K key, E entity)
Undocumented in source. Be warned that the author may not have intended to support it.
- broadCast
void broadCast(C c, K[] excepts)
Undocumented in source. Be warned that the author may not have intended to support it.
- broadCast
void broadCast(C c, T t, K[] excepts)
Undocumented in source. Be warned that the author may not have intended to support it.
- exists
bool exists(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
- findEx
void findEx(K key, void delegate(E e) dele)
Undocumented in source. Be warned that the author may not have intended to support it.
- length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
bool remove(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
- traverse
void traverse(void delegate(K, const E) dele)
Undocumented in source. Be warned that the author may not have intended to support it.