Located in compilation unit of sun.
Modifier and Type | Field and Description |
---|---|
private final Object | |
private static final Object | |
private final Object |
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. |
pack-priv Object | |
pack-priv static Object | |
pack-priv Object | |
public int |
appKey | back to summary |
---|---|
private final Object appKey |
nullObject | back to summary |
---|---|
private static final Object nullObject |
securityCtx | back to summary |
---|---|
private final Object securityCtx |
SecureKey | back to summary |
---|---|
pack-priv SecureKey(Object key) |
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. |
getAppKey | back to summary |
---|---|
pack-priv Object getAppKey() |
getCurrentSecurityContext | back to summary |
---|---|
pack-priv static Object getCurrentSecurityContext() |
getSecurityContext | back to summary |
---|---|
pack-priv Object getSecurityContext() |
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
|