weekhashmap

I want a map that can evict entity which was long time no used.Who can tell me about the weekhashmap?
[115 byte] By [mTreea] at [2007-11-26 16:55:07]
# 1

Never heard of a WeekHashMap. Does it keep entries for a week or weekly entries?

Honestly, you are talking about the WeakHashMap, aren't you? What are the exact questions that are not clear, after reading the JavaDocs at:

http://java.sun.com/javase/6/docs/api/java/util/WeakHashMap.html

stefan.schulza at 2007-7-8 23:22:47 > top of Java-index,Core,Core APIs...
# 2
Yes, I am talking about WeekHashMap. I have read the DOC and it saysthat "An entry in a WeakHashMap will automatically be removed when its key is no longer in ordinary use. " I can not understand.
mTreea at 2007-7-8 23:22:47 > top of Java-index,Core,Core APIs...