Uses of Class
OOPJ_MP.NodeNotFoundException

  • Uses of NodeNotFoundException in OOPJ_MP

    Methods in OOPJ_MP that throw NodeNotFoundException
    Modifier and Type
    Method
    Description
    int
    LinkedList.insert(int Position, Node Search_Node, Node New_Node)
    This method used to insert the node to Before a Node Or After a Node
    LinkedList.pop(int Position, Node Search_Node)
    This method pop an element in respect to another node like pop: node before a node or pop node after the node
    int
    LinkedList.searchElement(Node Search_Node)
    This method search the node is available in LinkedList or not if available then it returns the index of node in which the node is present