Returns the pointer to the element with the given key, of null if key is not found.
Returns the pointer to the element with the given key, of null if key is not found.
Returns the pointer to the element with the given key, of null if key is not found.
Returns true if key is found.
Returns true if key is found.
Returns true if key is found.
Returns true if key is found.
Returns true if key is found.
opApply override for foreach
opApply override for foreach
opApply override for foreach
opApply override for foreach
opApplyReverse override for foreach_reverse
opApplyReverse override for foreach_reverse
opApplyReverse override for foreach_reverse
opApplyReverse override for foreach_reverse
Returns the element with the given key, or E.init if key is not found.
Returns the element with the given key, or E.init if key is not found.
Returns the element with the given key, or E.init if key is not found.
Returns the element with the given key, or E.init if key is not found.
Returns the element with the given key, or E.init if key is not found.
Returns the element with the given key, or E.init if key is not found.
Assigns a value to the given key.
Assigns a value to the given key.
Removes the element with the specified key. Returns the removed element.
Removes the element with the specified hashcode. Returns the removed element.
Returns the string representation of this container format
Returns the number of elements in the LinkedMap.
true if nogc Indexing is enabled.
Implements a linked hashmap. If retainKeys enabled, the map will retain the original keys and hash collisions can be resorted, but can be disabled by setting keyEqual to null. It is a modified linked map, and the ovrwrtBhvr still works as with the linked map.