LinkedListNode:
Filter:
Classes | Collections

LinkedListNode : Object

Internally used class for LinkedList nodes

Description

LinkedListNode is used to implement the internal nodes of the LinkedList class. You should not need to deal with a LinkedListNode directly.

Class Methods

Inherited class methods

Undocumented class methods

LinkedListNode.new(item)

Instance Methods

Inherited instance methods

Undocumented instance methods

.next

.next = value

.obj

.obj = value

.prev

.prev = value

.remove