Package net.bytebuddy
Class TypeCache.LookupKey
- java.lang.Object
-
- net.bytebuddy.TypeCache.LookupKey
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.ClassLoader
classLoader
The referenced class loader.private int
hashCode
The class loader's identity hash code.
-
Constructor Summary
Constructors Modifier Constructor Description protected
LookupKey(java.lang.ClassLoader classLoader)
Creates a new lookup key.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
-