/[cashew-s-editor]/cashews/src/nongnu/cashews/rdf/Triple.java
ViewVC logotype

Diff of /cashews/src/nongnu/cashews/rdf/Triple.java

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

revision 1.4 by gnu_andrew, Mon Apr 4 00:59:33 2005 UTC revision 1.5 by gnu_andrew, Thu May 19 10:51:48 2005 UTC
# Line 190  public class Triple Line 190  public class Triple
190     */     */
191    public int hashCode()    public int hashCode()
192    {    {
193      return super.hashCode()      return
194        + 13 * subject.hashCode()        13 * subject.hashCode() +
195        + 17 * predicate.hashCode()        17 * predicate.hashCode() +
196        + 19 * object.hashCode();        19 * object.hashCode();
197    }    }
198    
199    /**    /**

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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