public class HashKey
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
hashLimit |
java.lang.Object |
key |
| Constructor and Description |
|---|
HashKey() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object anObj)
Return true if the argument is a HashKey whose key field
equals this key
|
int |
hashCode()
Return a restricted hashCode.
|
java.lang.String |
toString()
Return a String representation of this instance
|
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object anObj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.