public class RsLangs
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
This must return true ignoring the value of isShared, and
treating the lists as a set
|
int |
hashCode()
Must return the same hashcode regardless of the value of isShared, and
treating the values as a set
|
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2012. All Rights Reserved.