我从apache commons-collections中最喜欢的一个是LazyMap,当执行map.get(newKey); // Will not return null!
时,它将使用Transformer即时实例化值。
为什么Google Collection 夹没有相同的内容?
最佳答案
从10.0开始, Guava 取而代之的是新类CacheBuilder,它与gwt兼容。
These are the differences。
关于java - 谷歌 Collection 的LazyMap在哪里?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/2224275/