com.google.gwt.rpc.client.ast
Class IdentityValueCommand

java.lang.Object
  extended by com.google.gwt.rpc.client.ast.RpcCommand
      extended by com.google.gwt.rpc.client.ast.ValueCommand
          extended by 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.


Constructor Summary
IdentityValueCommand()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class com.google.gwt.rpc.client.ast.RpcCommand
clear, traverse
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityValueCommand

public IdentityValueCommand()
Method Detail

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