Package com.db4o.foundation
Class HashtableLongEntry
- java.lang.Object
- 
- com.db4o.foundation.HashtableIntEntry
- 
- com.db4o.foundation.HashtableLongEntry
 
 
- 
 public class HashtableLongEntry extends HashtableIntEntry 
- 
- 
Field SummaryFields Modifier and Type Field Description long_longKey- 
Fields inherited from class com.db4o.foundation.HashtableIntEntry_key, _next, _object
 
- 
 - 
Constructor SummaryConstructors Constructor Description HashtableLongEntry()
 - 
Method SummaryAll 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.HashtableIntEntryvalue
 
- 
 
- 
- 
- 
Method Detail- 
keypublic java.lang.Object key() - Specified by:
- keyin interface- Entry4
- Overrides:
- keyin class- HashtableIntEntry
 
 - 
deepClonepublic 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 interface- DeepClone
- Overrides:
- deepClonein class- HashtableIntEntry
 
 - 
deepCloneInternalprotected HashtableIntEntry deepCloneInternal(HashtableIntEntry entry, java.lang.Object obj) - Overrides:
- deepCloneInternalin class- HashtableIntEntry
 
 - 
sameKeyAspublic boolean sameKeyAs(HashtableIntEntry other) - Overrides:
- sameKeyAsin class- HashtableIntEntry
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- HashtableIntEntry
 
 
- 
 
-