Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- insert(int, Node) - Method in class OOPJ_MP.LinkedList
-
This is methid that insert the node at beginning or at end
- insert(int, Node, Node) - Method in class OOPJ_MP.LinkedList
-
This method used to insert the node to Before a Node Or After a Node
- insertAt(int, Node) - Method in class OOPJ_MP.LinkedList
-
When you want to insert a Node in a specific Index then this method is used
- iterator() - Method in class OOPJ_MP.LinkedList
-
This
LinkedList
class is iterable so to iterate this class using for each loop this is the iterator method
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form