public class HashtableIntEntry extends java.lang.Object implements Entry4, DeepClone
| Modifier and Type | Field and Description |
|---|---|
int |
_key |
HashtableIntEntry |
_next |
java.lang.Object |
_object |
| Constructor and Description |
|---|
HashtableIntEntry() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
deepClone(java.lang.Object obj)
The parameter allows passing one new object so parent
references can be corrected on children.
|
protected HashtableIntEntry |
deepCloneInternal(HashtableIntEntry entry,
java.lang.Object obj) |
java.lang.Object |
key() |
boolean |
sameKeyAs(HashtableIntEntry other) |
java.lang.String |
toString() |
java.lang.Object |
value() |
public int _key
public java.lang.Object _object
public HashtableIntEntry _next
public java.lang.Object deepClone(java.lang.Object obj)
DeepClonepublic boolean sameKeyAs(HashtableIntEntry other)
protected HashtableIntEntry deepCloneInternal(HashtableIntEntry entry, java.lang.Object obj)
public java.lang.String toString()
toString in class java.lang.Object