2018-10-21から1日間の記事一覧

JavaのHashMapの実装を眺める会②

そもそもクラスのJavaDocを読むべき 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 …