Package com.fasterxml.classmate.util
Class ClassKey
java.lang.Object
com.fasterxml.classmate.util.ClassKey
- All Implemented Interfaces:
Serializable
,Comparable<ClassKey>
Helper class used as key when we need efficient Class-to-value lookups.
- See Also:
-
Field Details
-
_className
-
_class
-
_hashCode
private final int _hashCodeLet's cache hash code straight away, since we are almost certain to need it.
-
-
Constructor Details
-
ClassKey
-
-
Method Details