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

Element index for package Structures_LinkedList_Single

[ a ] [ c ] [ d ] [ e ] [ g ] [ i ] [ k ] [ l ] [ m ] [ n ] [ p ] [ r ] [ s ] [ v ] [ _ ]

_

__construct
in file Single.php, method Structures_LinkedList_SingleNode::__construct()
    Structures_LinkedList_SingleNode constructor
__construct
in file Single.php, method Structures_LinkedList_Single::__construct()
    Structures_LinkedList_Single constructor
__destruct
in file Single.php, method Structures_LinkedList_SingleNode::__destruct()
    Removes node from the list, adjusting the related nodes accordingly.
__destruct
in file Single.php, method Structures_LinkedList_Single::__destruct()
    Structures_LinkedList_Single destructor
$_my_letter
in file single_link_example.php, variable LinkNodeTester::$_my_letter
$_my_number
in file single_link_example.php, variable LinkNodeTester::$_my_number
__construct
in file single_link_example.php, method LinkNodeTester::__construct()
__toString
in file single_link_example.php, method LinkNodeTester::__toString()
top

a

appendNode
in file Single.php, method Structures_LinkedList_Single::appendNode()
    Adds a Structures_LinkedList_SingleNode object to the end of the linked list.
top

c

$current
in file Single.php, variable Structures_LinkedList_Single::$current
    Current node in the linked list
current
in file Single.php, method Structures_LinkedList_Single::current()
    Returns the current node in the linked list
top

d

deleteNode
in file Single.php, method Structures_LinkedList_Single::deleteNode()
    Deletes a Structures_LinkedList_SingleNode from the list.
top

e

end
in file Single.php, method Structures_LinkedList_Single::end()
    Sets the pointer for the linked list to the root node
ERROR_EMPTY
in file Single.php, class constant Structures_LinkedList_Single::ERROR_EMPTY
    The linked list contains no nodes
top

g

getTailNode
in file Single.php, method Structures_LinkedList_Single::getTailNode()
    Returns the tail node of the linked list.
getLetter
in file single_link_example.php, method LinkNodeTester::getLetter()
getNumber
in file single_link_example.php, method LinkNodeTester::getNumber()
top

i

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

k

key
in file Single.php, method Structures_LinkedList_Single::key()
    Stub for Iterator interface that simply returns the current node
key
in file single_link_example.php, method LinkListTester::key()
top

l

LinkListTester
in file single_link_example.php, class LinkListTester
    The Structures_LinkedList_Single class represents a linked list structure composed of Structures_LinkedList_SingleNode objects.
LinkNodeTester
in file single_link_example.php, class LinkNodeTester
    The Structures_LinkedList_SingleNode class represents a node in a Structures_LinkedList_Single linked list structure.
top

m

$messages
in file Single.php, variable Structures_LinkedList_Single::$messages
top

n

$next
in file Single.php, variable Structures_LinkedList_SingleNode::$next
    Next node in the linked list
next
in file Single.php, method Structures_LinkedList_SingleNode::next()
    Return the next node in the linked list
next
in file Single.php, method Structures_LinkedList_Single::next()
    Sets the pointer for the linked list to the next node and returns that node
top

p

prependNode
in file Single.php, method Structures_LinkedList_Single::prependNode()
    Adds a Structures_LinkedList_SingleNode object to the start of the linked list.
previous
in file Single.php, method Structures_LinkedList_SingleNode::previous()
    Return the previous node in the linked list
previous
in file Single.php, method Structures_LinkedList_Single::previous()
    Sets the pointer for the linked list to the previous node and returns that node
top

r

$root_node
in file Single.php, variable Structures_LinkedList_Single::$root_node
    Root node of the linked list
rewind
in file Single.php, method Structures_LinkedList_Single::rewind()
    Sets the pointer for the linked list to the root node
top

s

setNext
in file Single.php, method Structures_LinkedList_SingleNode::setNext()
    Sets the pointer for the next node in the linked list to the specified node
setPrevious
in file Single.php, method Structures_LinkedList_SingleNode::setPrevious()
    Sets the pointer for the next node in the linked list to the specified node
Single.php
procedural page Single.php
Structures_LinkedList_Single
in file Single.php, class Structures_LinkedList_Single
    The Structures_LinkedList_Single class represents a linked list structure composed of Structures_LinkedList_SingleNode objects.
Structures_LinkedList_SingleNode
in file Single.php, class Structures_LinkedList_SingleNode
    The Structures_LinkedList_SingleNode class represents a node in a Structures_LinkedList_Single linked list structure.
setNumb
in file single_link_example.php, method LinkNodeTester::setNumb()
top

v

valid
in file Single.php, method Structures_LinkedList_Single::valid()
    Stub for Iterator interface that simply returns the current node
top

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