org.apache.axis.utils

Class IDKey


public class IDKey
extends java.lang.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

Constructor Details

IDKey

public IDKey(Object _value)
Constructor for IDKey
Parameters:
_value -

Method Details

equals

public boolean equals(Object other)
checks if instances are equal
Parameters:
other -
Returns:

hashCode

public int hashCode()
returns hashcode
Returns:

Copyright © 2005 Apache Web Services Project. All Rights Reserved.