|
Restlet Framework 2.2.2 Google Web Toolkit |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.client.engine.util.SystemUtils
public class SystemUtils
System utilities.
Method Summary | |
---|---|
static boolean |
equals(Object source,
Object target)
Indicates if both fields are equal. |
static int |
hashCode(Object... objects)
Computes the hash code of a set of objects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean equals(Object source, Object target)
Object.equals(Object)
method.
source
- The source field.target
- The target field.
public static int hashCode(Object... objects)
objects
- the objects to compute the hashCode
|
Restlet Framework 2.2.2 Google Web Toolkit |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |