Searched refs:FieldReflectorKey (Results 1 – 1 of 1) sorted by relevance
90 static final ConcurrentMap<FieldReflectorKey,Reference<?>> reflectors =2117 FieldReflectorKey key = new FieldReflectorKey(cl, fields, in getReflector()2173 private static class FieldReflectorKey extends WeakReference<Class<?>> { class in ObjectStreamClass2179 FieldReflectorKey(Class<?> cl, ObjectStreamField[] fields, in FieldReflectorKey() method in ObjectStreamClass.FieldReflectorKey2202 if (obj instanceof FieldReflectorKey) { in equals()2203 FieldReflectorKey other = (FieldReflectorKey) obj; in equals()