Class ClassReflectionHelperImpl.LifecycleKey
- java.lang.Object
-
- org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl.LifecycleKey
-
- Enclosing class:
- ClassReflectionHelperImpl
private static final class ClassReflectionHelperImpl.LifecycleKey extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Class<?>
clazz
private int
hash
private java.lang.Class<?>
matchingClass
-
Constructor Summary
Constructors Modifier Constructor Description private
LifecycleKey(java.lang.Class<?> clazz, java.lang.Class<?> matchingClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
-