HashMap

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(int initialCapacity)
Undocumented in source.
this
this(int initialCapacity, float loadFactor)
Undocumented in source.
this
this(Map m)
Undocumented in source.

Members

Aliases

MapType
alias MapType = tango.util.container.HashMap.HashMap!(ObjRef, ObjRef)
Undocumented in source.

Functions

clear
void clear()
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.
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.
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.
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.
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.

Inherited Members

From Map

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.

Meta