Modifier and Type | Class and Description |
---|---|
private static class |
Modifier and Type | Field and Description |
---|---|
private WeakReference | |
private final Cache |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
pack-priv synchronized void | |
pack-priv synchronized P11Key | |
pack-priv synchronized void |
cacheReference | back to summary |
---|---|
private WeakReference<Map<Key, P11Key>> cacheReference |
strongCache | back to summary |
---|---|
private final Cache<KeyCache. |
KeyCache | back to summary |
---|---|
pack-priv KeyCache() |
clear | back to summary |
---|---|
pack-priv synchronized void clear() |
get | back to summary |
---|---|
pack-priv synchronized P11Key get(Key key) |
put | back to summary |
---|---|
pack-priv synchronized void put(Key key, P11Key p11Key) |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public boolean | equals(Object
the reference object with which to compare. o)Overrides java. Indicates whether some other object is "equal to" this one. |
public int |
obj | back to summary |
---|---|
pack-priv final Object obj |
IdentityWrapper | back to summary |
---|---|
pack-priv IdentityWrapper(Object obj) |
equals | back to summary |
---|---|
public boolean equals(Object o) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes.
|
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|