Is there a ConcurrentLinkedHashMap available in guava via MapMaker or some other class? If not, is there an easy way to create one? I don't see a class called ConcurrentLinkedHashMap, was hoping to.
--
guava-...@googlegroups.com
Project site: http://guava-libraries.googlecode.com
This group: http://groups.google.com/group/guava-discuss
This list is for general discussion.
To report an issue: http://code.google.com/p/guava-libraries/issues/entry
To get help: http://stackoverflow.com/questions/ask (use the tag "guava")
Is there a ConcurrentLinkedHashMap available in guava via MapMaker or some other class?
If not, is there an easy way to create one?
I don't see a class called ConcurrentLinkedHashMap, was hoping to.
You'll get the best and fastest help by posting this to stackoverflow with the guava tag (we and many others read it).