Uses of Class
OOPJ_MP.EmptyLinkedListException

  • Uses of EmptyLinkedListException in OOPJ_MP

    Methods in OOPJ_MP that throw EmptyLinkedListException
    Modifier and Type
    Method
    Description
    LinkedList.pop(int Position)
    This method pop an element for given Position ie.
    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
    LinkedList.popNodeAt(int Index)
    This Method POP an element from list with given index The element is pop from list also