public abstract class

IdentityValueCommand

extends ValueCommand
java.lang.Object
   ↳ com.google.gwt.rpc.client.ast.RpcCommand
     ↳ com.google.gwt.rpc.client.ast.ValueCommand
       ↳ com.google.gwt.rpc.client.ast.IdentityValueCommand
Known Direct Subclasses

Class Overview

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 semantics.

Summary

Public Constructors
IdentityValueCommand()
Public Methods
final boolean equals(Object o)
final int hashCode()
[Expand]
Inherited Methods
From class com.google.gwt.rpc.client.ast.RpcCommand
From class java.lang.Object

Public Constructors

public IdentityValueCommand ()

Public Methods

public final boolean equals (Object o)

public final int hashCode ()