Package gw.lang.reflect
Class MethodScorer.MethodScoreCache
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<MethodScorer.MethodScoreKey,IInvocableType>
gw.lang.reflect.MethodScorer.MethodScoreCache
- All Implemented Interfaces:
ITypeLoaderListener
,Serializable
,Cloneable
,Map<MethodScorer.MethodScoreKey,
IInvocableType>
- Enclosing class:
- MethodScorer
private static class MethodScorer.MethodScoreCache
extends HashMap<MethodScorer.MethodScoreKey,IInvocableType>
implements ITypeLoaderListener
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Fired when the typesystem is fully refreshedvoid
refreshedTypes
(RefreshRequest request) Fired when an existing type is refreshed, i.e.Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
MethodScoreCache
MethodScoreCache()
-
-
Method Details
-
refreshed
public void refreshed()Description copied from interface:ITypeLoaderListener
Fired when the typesystem is fully refreshed- Specified by:
refreshed
in interfaceITypeLoaderListener
-
refreshedTypes
Description copied from interface:ITypeLoaderListener
Fired when an existing type is refreshed, i.e. there are potential changes- Specified by:
refreshedTypes
in interfaceITypeLoaderListener
-