- clear
void clear()
 Undocumented in source. Be warned that the author may not have intended to support it.
- comparator
Comparator comparator()
 Undocumented in source. Be warned that the author may not have intended to support it.
- containsKey
bool containsKey(Object key)
 Undocumented in source. Be warned that the author may not have intended to support it.
- containsKey
bool containsKey(String key)
 Undocumented in source. Be warned that the author may not have intended to support it.
- containsValue
bool containsValue(Object value)
 Undocumented in source. Be warned that the author may not have intended to support it.
- entrySet
Set entrySet()
 Undocumented in source. Be warned that the author may not have intended to support it.
- firstKey
Object firstKey()
 Undocumented in source. Be warned that the author may not have intended to support it.
- get
Object get(Object key)
 Undocumented in source. Be warned that the author may not have intended to support it.
- get
Object get(String key)
 Undocumented in source. Be warned that the author may not have intended to support it.
- headMap
SortedMap headMap(Object toKey)
 Undocumented in source. Be warned that the author may not have intended to support it.
- isEmpty
bool isEmpty()
 Undocumented in source. Be warned that the author may not have intended to support it.
- keySet
Set keySet()
 Undocumented in source. Be warned that the author may not have intended to support it.
- lastKey
Object lastKey()
 Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(ref Object key, ref Object value) dg)
 Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(ref Object value) dg)
 Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
equals_t opEquals(Object o)
 Undocumented in source. Be warned that the author may not have intended to support it.
- put
Object put(Object key, Object value)
 Undocumented in source. Be warned that the author may not have intended to support it.
- put
Object put(String key, Object value)
 Undocumented in source. Be warned that the author may not have intended to support it.
- put
Object put(Object key, String value)
 Undocumented in source. Be warned that the author may not have intended to support it.
- put
Object put(String key, String value)
 Undocumented in source. Be warned that the author may not have intended to support it.
- putAll
void putAll(Map t)
 Undocumented in source. Be warned that the author may not have intended to support it.
- remove
Object remove(Object key)
 Undocumented in source. Be warned that the author may not have intended to support it.
- remove
Object remove(String key)
 Undocumented in source. Be warned that the author may not have intended to support it.
- size
int size()
 Undocumented in source. Be warned that the author may not have intended to support it.
- subMap
SortedMap subMap(Object fromKey, Object toKey)
 Undocumented in source. Be warned that the author may not have intended to support it.
- tailMap
SortedMap tailMap(Object fromKey)
 Undocumented in source. Be warned that the author may not have intended to support it.
- toHash
hash_t toHash()
 Undocumented in source. Be warned that the author may not have intended to support it.
- values
Collection values()
 Undocumented in source. Be warned that the author may not have intended to support it.
- Entry
interface Entry
 Undocumented in source.
- clear
void clear()
 Undocumented in source.
- containsKey
bool containsKey(Object key)
 Undocumented in source.
- containsKey
bool containsKey(String key)
 Undocumented in source.
- containsValue
bool containsValue(Object value)
 Undocumented in source.
- entrySet
Set entrySet()
 Undocumented in source.
- opEquals
equals_t opEquals(Object o)
 Undocumented in source.
- get
Object get(Object key)
 Undocumented in source.
- get
Object get(String key)
 Undocumented in source.
- toHash
hash_t toHash()
 Undocumented in source.
- isEmpty
bool isEmpty()
 Undocumented in source.
- keySet
Set keySet()
 Undocumented in source.
- put
Object put(Object key, Object value)
 Undocumented in source.
- put
Object put(String key, Object value)
 Undocumented in source.
- put
Object put(Object key, String value)
 Undocumented in source.
- put
Object put(String key, String value)
 Undocumented in source.
- putAll
void putAll(Map t)
 Undocumented in source.
- remove
Object remove(Object key)
 Undocumented in source.
- remove
Object remove(String key)
 Undocumented in source.
- size
int size()
 Undocumented in source.
- values
Collection values()
 Undocumented in source.
- opApply
int opApply(int delegate(ref Object value) dg)
 Undocumented in source.
- opApply
int opApply(int delegate(ref Object key, ref Object value) dg)
 Undocumented in source.