Field.hashCode
Class Overview | Class Members | 
  This Package | 
All Packages
 public int hashCode()
Description
 Returns a hashcode for this Field.  This is computed as the
 exclusive-or of the hashcodes for the underlying field's
 declaring class name and its name.
  
Overrides
     hashCode in class Object