【发布时间】:2014-06-23 07:34:11
【问题描述】:
API 有这样的注释..
但是它有什么作用呢?因为它有空体方法。
/**
* This method is invoked whenever the value in an entry is
* overwritten by an invocation of put(k,v) for a key k that's already
* in the HashMap.
*/
void recordAccess(HashMap<K,V> m) {
}
【问题讨论】:
-
已经阅读了答案……不满意。
标签: java collections hashmap