Class LazyMap<X,Y>
java.lang.Object
org.benf.cfr.reader.util.collections.LazyMap<X,Y>
- All Implemented Interfaces:
Map<X,
Y>
- Direct Known Subclasses:
LazyExceptionRetainingMap
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
inner
-
factory
-
-
Constructor Details
-
LazyMap
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKey
in interfaceMap<X,
Y>
-
containsValue
- Specified by:
containsValue
in interfaceMap<X,
Y>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
getWithout
-