public class FillKey
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
key |
| Constructor and Description |
|---|
FillKey() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object anObj)
Return true if the argument is a FillKey whose key field
equals this key
|
int |
hashCode()
Always return the same hashCode to make buckets fill up.
|
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.