类 AnnotatedClassFinder.Cache
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<String,Class<?>>
cn.taketoday.framework.test.context.AnnotatedClassFinder.Cache
- 所有已实现的接口:
Serializable,Cloneable,Map<String,Class<?>>
- 封闭类:
- AnnotatedClassFinder
Cache implementation based on
LinkedHashMap.-
嵌套类概要
从类继承的嵌套类/接口 java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, values从类继承的方法 java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size从类继承的方法 java.util.AbstractMap
equals, hashCode, toString从接口继承的方法 java.util.Map
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
maxSize
private final int maxSize
-
-
构造器详细资料
-
Cache
Cache(int maxSize)
-
-
方法详细资料
-
removeEldestEntry
- 覆盖:
removeEldestEntry在类中LinkedHashMap<String,Class<?>>
-