FMLiveSwitchLinkedListNode Class Reference

A linked list node. More...

Instance Methods

(FMLiveSwitchLinkedListNode< T > *) - next
 Gets the next node. More...
 
(FMLiveSwitchLinkedListNode< T > *) - previous
 Gets the previous node. More...
 
(T) - value
 Gets the item in the linked list. More...
 

Class Methods

(FMLiveSwitchLinkedListNode *) + linkedListNodeWithItem:
 Initializes a new instance of the FMLiveSwitchLinkedListNode`1 class. More...
 

Protected Attributes

 __pad0__: NSObject- (instancetype) initWithItem:(T)item
 

Detailed Description

A linked list node.

Method Documentation

◆ linkedListNodeWithItem:

+ (FMLiveSwitchLinkedListNode*) linkedListNodeWithItem: (T)  item

Initializes a new instance of the FMLiveSwitchLinkedListNode`1 class.

Parameters
itemThe item.

◆ next

Gets the next node.

Will be null if last.

◆ previous

- (FMLiveSwitchLinkedListNode<T>*) previous

Gets the previous node.

Null if first.

◆ value

- T value

Gets the item in the linked list.

Member Data Documentation

◆ __pad0__

- __pad0__
protected