structs.LinkedMap.Node_ Extends
Internal class for a doubly-linked list node containing a key/value pair.

Inheritance

Constructor

goog.structs.LinkedMap.Node_(keyvalue)

Parameters

key : KEY
The key.
value : VALUE
The value.

Instance Methods

Public Protected Private
remove()
Causes this node to remove itself from the list.
code »

Instance Properties

key :
No description.
Code »
The next node in the list.
Code »
The previous node in the list.
Code »
value :
No description.
Code »

Package structs.LinkedMap

Package Reference