java map hashmap

containsKey(x)  复杂度 O(1)

contansValue(y)   复杂度 O(n)

put(x,y)

get(x)

原文地址:https://www.cnblogs.com/lili1015/p/4647685.html