hibernate第二天

Set HashSet 无序,不重复 List 有序,可重复 Map 键值对 HashMap 无序,不重复(以key为准) ----------------------------------------------- 数组 Bag 无序,可重复 List   public static void main(String[] args) { // Set<String> set = new Has
相关文章
相关标签/搜索