站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

Uses of Class org.jboss.util.HashCode (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


Uses of Class
org.jboss.util.HashCode

Packages that use HashCode
org.jboss.util Utility classes and interfaces. 
 

Uses of HashCode in org.jboss.util
 

Methods in org.jboss.util that return HashCode
 HashCode HashCode.add(boolean b)
          Add the hash-code of the given value.
 HashCode HashCode.add(byte n)
          Add the hash-code of the given value.
 HashCode HashCode.add(char n)
          Add the hash-code of the given value.
 HashCode HashCode.add(short n)
          Add the hash-code of the given value.
 HashCode HashCode.add(int n)
          Add the hash-code of the given value.
 HashCode HashCode.add(long n)
          Add the hash-code of the given value.
 HashCode HashCode.add(float f)
          Add the hash-code of the given value.
 HashCode HashCode.add(double f)
          Add the hash-code of the given value.
 HashCode HashCode.add(Object obj)
          Add the hash-code of the given object.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.