Since now we only have values of one type, we can safely get elements without a cast: String s = list.get(0);. It's important to emphasize that generics are ...
確定! 回上一頁