Java Chapter 8 Collection ES 25

preview_player
Показать описание
6/12/2024
=========
Map
===
Set keySet();
Collection values();
Set entrySet();
Objt put();
====================
HashMap =hashtable
LinkedHashMap
TreeMap

HashMap =hashtable
================
HashMap hm = new HashMap ();
HashMap hm = new HashMap(Map Obj);
HashMap hm = new HashMap(int capacity);
HashMap hm = new HashMap(int capacity, float loadfactor);

Map hm = new HashMap();

====================================================
LinkedHashMap ==hashtable+double linkedlist
============
sortedMap:
=============
TreeMap == tree
=======
=================================
HashTable
========
11, 0.75
=========
identity hashmap (==) operator
=============
hashmap()==equal();

weakHashmap
==============
iterator ==
======
Listiterator
========
Enumeration
===========
Рекомендации по теме