The goog.structs.LinkedMap.Node_ Class

.next {!goog.structs.LinkedMap.Node_}

The next node in the list.

.prev {!goog.structs.LinkedMap.Node_}

The previous node in the list.

.remove()

Causes this node to remove itself from the list.