Searched refs:classKey (Results 1 – 3 of 3) sorted by relevance
10 Class<?> classKey = this.getClass(); in get() local11 Map<Object, Object> submap = cache.get(classKey); in get()13 cache.put(classKey, submap = new HashMap<>()); in get()
61 public Std addValue(Class<?> classKey, Object value) { in addValue() argument62 _values.put(classKey.getName(), value); in addValue()
737 for (ClassKey classKey: classSection.getSortedClasses()) {738 for (MethodKey methodKey: classSection.getSortedMethods(classKey)) {874 for (ClassKey classKey: classSection.getSortedClasses()) {875 … Collection<? extends MethodKey> directMethods = classSection.getSortedDirectMethods(classKey);876 … Collection<? extends MethodKey> virtualMethods = classSection.getSortedVirtualMethods(classKey);