Avatar
Java だと↓のようなオーバーロードもできなかったはず。 int foo(List<Integer> list) { ... } int foo(List<Double> list) { ... }