org.openanzo.util
Class System

java.lang.Object
  extended by org.openanzo.util.System

public class System
extends java.lang.Object

System utilities

Author:
Lee Feigenbaum ( feigenbl@us.ibm.com )

Constructor Summary
System()
           
 
Method Summary
static int augmentHashValue(int initial, java.lang.Object o)
          Method to augment a hashcode with some extra hash
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

System

public System()
Method Detail

augmentHashValue

public static int augmentHashValue(int initial,
                                   java.lang.Object o)
Method to augment a hashcode with some extra hash

Parameters:
initial - initial hash value
o - object to extend hash
Returns:
augmented hashcode


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.