Structures_LinkedList_Double
[ class tree: Structures_LinkedList_Double ] [ index: Structures_LinkedList_Double ] [ all elements ]

Element index for package Structures_LinkedList_Double

[ d ] [ e ] [ g ] [ i ] [ k ] [ l ] [ p ] [ s ] [ t ] [ _ ]

_

__construct
in file Double.php, method Structures_LinkedList_DoubleNode::__construct()
    Structures_LinkedList_DoubleNode constructor
__construct
in file Double.php, method Structures_LinkedList_Double::__construct()
    Structures_LinkedList_Double constructor
__destruct
in file Double.php, method Structures_LinkedList_DoubleNode::__destruct()
    Removes node from the list, adjusting the related nodes accordingly.
__destruct
in file Double.php, method Structures_LinkedList_Double::__destruct()
    Structures_LinkedList_Double destructor
$_my_letter
in file double_link_example.php, variable LinkNodeTester::$_my_letter
$_my_number
in file double_link_example.php, variable LinkNodeTester::$_my_number
__construct
in file double_link_example.php, method LinkNodeTester::__construct()
__toString
in file double_link_example.php, method LinkNodeTester::__toString()
top

d

deleteNode
in file Double.php, method Structures_LinkedList_Double::deleteNode()
    Deletes a Structures_LinkedList_DoubleNode from the list.
Double.php
procedural page Double.php
top

e

end
in file Double.php, method Structures_LinkedList_Double::end()
    Sets the pointer for the linked list to its last node
top

g

getTailNode
in file Double.php, method Structures_LinkedList_Double::getTailNode()
    Returns the tail node of the linked list.
getLetter
in file double_link_example.php, method LinkNodeTester::getLetter()
getNumber
in file double_link_example.php, method LinkNodeTester::getNumber()
top

i

insertNode
in file Double.php, method Structures_LinkedList_Double::insertNode()
    Inserts a Structures_LinkedList_DoubleNode object into the linked list, based on a reference node that already exists in the list.
top

k

key
in file double_link_example.php, method LinkListTester::key()
top

l

LinkListTester
in file double_link_example.php, class LinkListTester
    The Structures_LinkedList_Double class represents a linked list structure composed of Structures_LinkedList_DoubleNode objects.
LinkNodeTester
in file double_link_example.php, class LinkNodeTester
    The Structures_LinkedList_DoubleNode class represents a node in a Structures_LinkedList_Double linked list structure.
top

p

$previous
in file Double.php, variable Structures_LinkedList_DoubleNode::$previous
    Previous node in the linked list
previous
in file Double.php, method Structures_LinkedList_DoubleNode::previous()
    Return the previous node in the linked list
previous
in file Double.php, method Structures_LinkedList_Double::previous()
    Sets the pointer for the linked list to the previous node and returns that node
top

s

setPrevious
in file Double.php, method Structures_LinkedList_DoubleNode::setPrevious()
    Sets the pointer for the previous node in the linked list to the specified node
Structures_LinkedList_Double
in file Double.php, class Structures_LinkedList_Double
    The Structures_LinkedList_Double class represents a linked list structure composed of Structures_LinkedList_DoubleNode objects.
Structures_LinkedList_DoubleNode
in file Double.php, class Structures_LinkedList_DoubleNode
    The Structures_LinkedList_DoubleNode class represents a node in a Structures_LinkedList_Double linked list structure.
setNumb
in file double_link_example.php, method LinkNodeTester::setNumb()
top

t

$tail_node
in file Double.php, variable Structures_LinkedList_Double::$tail_node
    Tail node of the linked list
top

Documentation generated on Mon, 11 Mar 2019 15:38:21 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.