public class LinkedList extends AbstractSequentialList implements List, Cloneable, Serializable
in this class we are not implementing Iterator interface but we are accessing hasNext() and next() methods of Iterator interface hows it possible ?? please explain msi_333