com.google.gwt.rpc.client.ast
Class IdentityValueCommand
java.lang.Object
com.google.gwt.rpc.client.ast.RpcCommand
com.google.gwt.rpc.client.ast.ValueCommand
com.google.gwt.rpc.client.ast.IdentityValueCommand
- Direct Known Subclasses:
- ArrayValueCommand, EnumValueCommand, InstantiateCommand, InvokeCustomFieldSerializerCommand
public abstract class IdentityValueCommand
- extends ValueCommand
Represents a hierarchy of value types that must maintain distinct object
identity on the client. This type finalizes equals and
hashCode to give subtypes identity equality sematics.
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
IdentityValueCommand
public IdentityValueCommand()
equals
public final boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public final int hashCode()
- Overrides:
hashCode in class java.lang.Object