// CoMP1006 W13 // Abstract Node type (with generics) public class LL2 extends LL{ public T extradata; protected N next; }