Package com.db4o.foundation
Class HashtableLongEntry
- java.lang.Object
-
- com.db4o.foundation.HashtableIntEntry
-
- com.db4o.foundation.HashtableLongEntry
-
public class HashtableLongEntry extends HashtableIntEntry
-
-
Field Summary
Fields Modifier and Type Field Description long_longKey-
Fields inherited from class com.db4o.foundation.HashtableIntEntry
_key, _next, _object
-
-
Constructor Summary
Constructors Constructor Description HashtableLongEntry()
-
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()-
Methods inherited from class com.db4o.foundation.HashtableIntEntry
value
-
-
-
-
Method Detail
-
key
public java.lang.Object key()
- Specified by:
keyin interfaceEntry4- Overrides:
keyin classHashtableIntEntry
-
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.- Specified by:
deepClonein interfaceDeepClone- Overrides:
deepClonein classHashtableIntEntry
-
deepCloneInternal
protected HashtableIntEntry deepCloneInternal(HashtableIntEntry entry, java.lang.Object obj)
- Overrides:
deepCloneInternalin classHashtableIntEntry
-
sameKeyAs
public boolean sameKeyAs(HashtableIntEntry other)
- Overrides:
sameKeyAsin classHashtableIntEntry
-
toString
public java.lang.String toString()
- Overrides:
toStringin classHashtableIntEntry
-
-