Uses of Class
org.benf.cfr.reader.util.collections.LazyMap
-
Packages that use LazyMap Package Description org.benf.cfr.reader.util.collections -
-
Uses of LazyMap in org.benf.cfr.reader.util.collections
Subclasses of LazyMap in org.benf.cfr.reader.util.collections Modifier and Type Class Description class
LazyExceptionRetainingMap<X,Y>
Methods in org.benf.cfr.reader.util.collections that return LazyMap Modifier and Type Method Description static <X,Y>
LazyMap<X,Y>MapFactory. newLazyMap(UnaryFunction<X,Y> factory)
-