Home | History | Annotate | Download | only in collect

Lines Matching full:tail

1011               // index from the end of the list. tail points to the first
1013 E tail = head;
1020 tail = last;
1023 newTable.set(tailIndex, tail);
1025 // Clone nodes leading up to the tail.
1026 for (E e = head; e != tail; e = s.getNext(e)) {