I am reading the Java Hashmap documentation but I don't understand this sentence.
> Note that the iteration order for
> HashMap is non-deterministic. If you
> want deterministic iteration, use
> LinkedHashMap.
What does deterministic mean?
以上就是What does deterministic mean?的详细内容,更多请关注web前端其它相关文章!