카테고리 없음
unified map?
응애개발자 애기
2022. 6. 17. 18:01
728x90
반응형
UnifiedMap is the Map implementation of Eclipse Collections and is implemented very differently than a JDK HashMap. java. util. HashMap is backed by a table of Entry objects. The Entry implementation in HashMap has hashcode, key, value, next as members, HashMap essentially caches the hashcode of keys.2017. 11. 5.
728x90