HashMap (Java Platform SE 8 ) - Oracle Help Center

HashMap (Java Platform SE 8 ) - Oracle Help Center

瀏覽:1193
日期:2025-06-09
Hash table based implementation of the Map interface. This implementation provides all of the optional map operations, and permits null values and the null key. (The HashMap class is roughly equivalent to Hashtable, except that it is unsynchronized and pe...看更多