Example #1
0
 public double x(int i) {
   return outer.y(i);
 }
Example #2
0
 public int length() {
   return outer.length();
 }