Map

Undocumented in source.

Members

Functions

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.
get
Object get(Object key)
Undocumented in source.
get
Object get(String key)
Undocumented in source.
isEmpty
bool isEmpty()
Undocumented in source.
keySet
Set keySet()
Undocumented in source.
opApply
int opApply(int delegate(ref Object key, ref Object value) dg)
Undocumented in source.
opApply
int opApply(int delegate(ref Object value) dg)
Undocumented in source.
opEquals
equals_t opEquals(Object o)
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.
toHash
hash_t toHash()
Undocumented in source.
values
Collection values()
Undocumented in source.

Interfaces

Entry
interface Entry
Undocumented in source.

Meta