Ejemplo n.º 1
0
 public int length() {
   return next == null ? 1 : next.length() + 1;
 }