- lastReturned
TreeMapEntry!(K, V) lastReturned;
Undocumented in source.
- next
TreeMapEntry!(K, V) next;
Undocumented in source.
- _fence
TreeMapEntry!(K, V) _fence;
Undocumented in source.
- expectedModCount
int expectedModCount;
Undocumented in source.
- this
this(TreeMapEntry!(K, V) first, TreeMapEntry!(K, V) fence)
Undocumented in source.
- empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
- popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.