public class List { int value; List next; // instance methods omitted - not relevant for discussion }