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

IDKey (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.utils
Class IDKey

java.lang.Object
  extended byorg.apache.axis.utils.IDKey

public class IDKey
extends Object

Wrap an identity key (System.identityHashCode())


Constructor Summary
IDKey(Object _value)
          Constructor for IDKey
 
Method Summary
 boolean equals(Object other)
          checks if instances are equal
 int hashCode()
          returns hashcode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDKey

public IDKey(Object _value)
Constructor for IDKey

Parameters:
_value -
Method Detail

hashCode

public int hashCode()
returns hashcode

Returns:

equals

public boolean equals(Object other)
checks if instances are equal

Parameters:
other -
Returns:


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