LinkedHashMap

Undocumented in source.
class LinkedHashMap : HashMap {}

Constructors

this
this()
Undocumented in source.

Inherited Members

From HashMap

MapType
alias MapType = tango.util.container.HashMap.HashMap!(ObjRef, ObjRef)
Undocumented in source.
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.
opEquals
equals_t opEquals(Object o)
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.
toHash
hash_t toHash()
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.
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.
values
Collection values()
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.
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.

Meta