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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2013. All Rights Reserved.