Pair pair = new Pair<>(1, "One"); Integer key = pair.getKey(); String value = pair.getValue();
確定! 回上一頁