org.restlet.client.engine.util
Class SystemUtils

java.lang.Object
  extended by org.restlet.client.engine.util.SystemUtils

public class SystemUtils
extends Object

System utilities.

Author:
Jerome Louvel

Method Summary
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

hashCode

public static int hashCode(Object... objects)
Computes the hash code of a set of objects. Follows the algorithm specified in List.hasCode().

Parameters:
objects - the objects to compute the hashCode
Returns:
The hash code of a set of objects.


Copyright © 2005-2013 Restlet.