HashSet 是實作Set介面的物件,Set容器中的物件都是唯一的. HashSet ... 9, Set<String> set = new HashSet<String>();. 10. 11, set.add( "張三" ); ...
確定! 回上一頁