interface MyList { T get(int idx); String getName(); }