Package com.db4o.foundation
Class HashtableIntEntry
- java.lang.Object
-
- com.db4o.foundation.HashtableIntEntry
-
- Direct Known Subclasses:
HashtableIdentityEntry
,HashtableLongEntry
,HashtableObjectEntry
public class HashtableIntEntry extends java.lang.Object implements Entry4, DeepClone
-
-
Field Summary
Fields Modifier and Type Field Description int
_key
HashtableIntEntry
_next
java.lang.Object
_object
-
Constructor Summary
Constructors Constructor Description HashtableIntEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Field Detail
-
_key
public int _key
-
_object
public java.lang.Object _object
-
_next
public HashtableIntEntry _next
-
-
Method Detail
-
deepClone
public java.lang.Object deepClone(java.lang.Object obj)
Description copied from interface:DeepClone
The parameter allows passing one new object so parent references can be corrected on children.
-
sameKeyAs
public boolean sameKeyAs(HashtableIntEntry other)
-
deepCloneInternal
protected HashtableIntEntry deepCloneInternal(HashtableIntEntry entry, java.lang.Object obj)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-