public void push(int value) { Node oldHead = head; //someone head = new Node(); //explain head.value = value; //4 head.next =