static ListIterator emptyListIterator() {
  ret Collections.emptyListIterator();
}