/[classpath]/classpath/java/text/ParsePosition.java
ViewVC logotype

Diff of /classpath/java/text/ParsePosition.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6.2.2 by gnu_andrew, Tue Aug 2 20:12:26 2005 UTC revision 1.6.2.3 by gnu_andrew, Tue Sep 20 18:46:29 2005 UTC
# Line 136  public class ParsePosition Line 136  public class ParsePosition
136      ParsePosition other = (ParsePosition) obj;      ParsePosition other = (ParsePosition) obj;
137      return index == other.index && error_index == other.error_index;      return index == other.index && error_index == other.error_index;
138    }    }
139      
140      /**
141       * Return the hash code for this object.
142       * @return the hash code
143       */
144      public int hashCode()
145      {
146        return index ^ error_index;
147      }
148    
149    /**    /**
150     * This method returns a <code>String</code> representation of this     * This method returns a <code>String</code> representation of this

Legend:
Removed from v.1.6.2.2  
changed lines
  Added in v.1.6.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26