LinkedHashMapEntry

HashMap.Node subclass for normal LinkedHashMap entries.

Constructors

this
this(size_t hash, K key, V value, HashMapNode!(K, V) next)
after
LinkedHashMapEntry!(K, V) after;
Undocumented in source.

Members

Variables

before
LinkedHashMapEntry!(K, V) before;
Undocumented in source.

Meta