Ejemplo n.º 1
0
    @Override
    public E next() {

      h = (E) temp.head();
      temp = temp.tail();
      return h;
    }