Example #1
0
 public Object clone() {
   RouteList retval = new RouteList();
   retval.clonehlist(this.hlist);
   return retval;
 }