Class LazyExceptionRetainingMap<X,Y>
- java.lang.Object
-
- org.benf.cfr.reader.util.collections.LazyMap<X,Y>
-
- org.benf.cfr.reader.util.collections.LazyExceptionRetainingMap<X,Y>
-
- All Implemented Interfaces:
java.util.Map<X,Y>
public class LazyExceptionRetainingMap<X,Y> extends LazyMap<X,Y>
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<X,java.lang.RuntimeException>
exceptionMap
-
Constructor Summary
Constructors Constructor Description LazyExceptionRetainingMap(java.util.Map<X,Y> inner, UnaryFunction<X,Y> factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Y
get(java.lang.Object o)
-
Methods inherited from class org.benf.cfr.reader.util.collections.LazyMap
clear, containsKey, containsValue, entrySet, getWithout, isEmpty, keySet, put, putAll, remove, size, values
-
-