Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
N
- Node<Type> - Class in OOPJ_MP
-
This is a Node class that Used to Add data into OOPJ_MP.
LinkedList
class it is like Container that carry your any type of data - Node() - Constructor for class OOPJ_MP.Node
-
This is Default constructor
- Node(Type) - Constructor for class OOPJ_MP.Node
-
This constructor use to make a node with given Value Note : the Value should be as type that you specify
- nodeAt(int) - Method in class OOPJ_MP.LinkedList
-
This method returns the Node which is at given Index Without removing it from list
- NodeNotFoundException - Exception Class in OOPJ_MP
-
This Exception is thow when you try to Find the Node that dosen't exits
- NodeNotFoundException(String) - Constructor for exception class OOPJ_MP.NodeNotFoundException
-
This is base constructor used to generate a Exception
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form