Package OOPJ_MP


package OOPJ_MP
  • Class
    Description
    This Exception is thow when The LinkedList is empty
    This is a class to make a list with Dynamic data type you can store any type of data together in this list You need to make an instance of OOPJ_MP.Node class and this element is inserted in this class
    Node<Type>
    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
    This Exception is thow when you try to Find the Node that dosen't exits