TypeBase
implementations which use reference equality.
Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
protected | IdentityEqualityType(Class<?> raw, TypeBindings bindings, JavaType superClass, JavaType[] superInts, int hash, Object valueHandler, Object typeHandler, boolean asStatic)
|
Modifier and Type | Method and Description |
---|---|
public final boolean | equals(Object
the reference object with which to compare. o)Implements abstract com. Indicates whether some other object is "equal to" this one. |
public final int | hashCode()
Overrides com. Returns a hash code value for this object. |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides com. |
IdentityEqualityType | back to summary |
---|---|
protected IdentityEqualityType(Class<?> raw, TypeBindings bindings, JavaType superClass, JavaType[] superInts, int hash, Object valueHandler, Object typeHandler, boolean asStatic) |
equals | back to summary |
---|---|
public final boolean equals(Object o) Implements abstract com. 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 final int hashCode() Overrides com. 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
|