Modifier and Type | Field and Description |
---|---|
private int |
hashCode
The class loader's identity hash code.
|
Modifier | Constructor and Description |
---|---|
protected |
StorageKey(java.lang.ClassLoader classLoader,
java.lang.ref.ReferenceQueue<? super java.lang.ClassLoader> referenceQueue)
Creates a new storage key.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
protected StorageKey(java.lang.ClassLoader classLoader, java.lang.ref.ReferenceQueue<? super java.lang.ClassLoader> referenceQueue)
classLoader
- The represented class loader.referenceQueue
- The reference queue to notify upon a garbage collection.