MapEntry

Undocumented in source.

Constructors

this
this(Map map, Object key)
Undocumented in source.

Members

Functions

getKey
Object getKey()
Undocumented in source. Be warned that the author may not have intended to support it.
getValue
Object getValue()
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.
setValue
Object setValue(Object value)
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.

Variables

key
Object key;
Undocumented in source.
map
Map map;
Undocumented in source.

Inherited Members

From Entry

opEquals
equals_t opEquals(Object o)
Undocumented in source.
getKey
Object getKey()
Undocumented in source.
getValue
Object getValue()
Undocumented in source.
toHash
hash_t toHash()
Undocumented in source.
setValue
Object setValue(Object value)
Undocumented in source.

Meta