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 TypeMethodDescriptionvoidFired when the typesystem is fully refreshedvoidrefreshedTypes(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, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
MethodScoreCache
MethodScoreCache()
-
-
Method Details
-
refreshed
public void refreshed()Description copied from interface:ITypeLoaderListenerFired when the typesystem is fully refreshed- Specified by:
refreshedin interfaceITypeLoaderListener
-
refreshedTypes
Description copied from interface:ITypeLoaderListenerFired when an existing type is refreshed, i.e. there are potential changes- Specified by:
refreshedTypesin interfaceITypeLoaderListener
-