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_keyHashtableIntEntry_nextjava.lang.Object_object
-
Constructor Summary
Constructors Constructor Description HashtableIntEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectdeepClone(java.lang.Object obj)The parameter allows passing one new object so parent references can be corrected on children.protected HashtableIntEntrydeepCloneInternal(HashtableIntEntry entry, java.lang.Object obj)java.lang.Objectkey()booleansameKeyAs(HashtableIntEntry other)java.lang.StringtoString()java.lang.Objectvalue()
-
-
-
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:DeepCloneThe 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:
toStringin classjava.lang.Object
-
-