Package com.db4o.foundation
Class HashtableObjectEntry
- java.lang.Object
- 
- com.db4o.foundation.HashtableIntEntry
- 
- com.db4o.foundation.HashtableObjectEntry
 
 
- 
- Direct Known Subclasses:
- IdentityHashtable4.IdentityEntry
 
 public class HashtableObjectEntry extends HashtableIntEntry 
- 
- 
Field SummaryFields Modifier and Type Field Description java.lang.Object_objectKey- 
Fields inherited from class com.db4o.foundation.HashtableIntEntry_key, _next, _object
 
- 
 - 
Constructor SummaryConstructors Constructor Description HashtableObjectEntry()
 - 
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)booleanhasKey(java.lang.Object key)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
 
 - 
hasKeypublic boolean hasKey(java.lang.Object key) 
 - 
sameKeyAspublic boolean sameKeyAs(HashtableIntEntry other) - Overrides:
- sameKeyAsin class- HashtableIntEntry
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- HashtableIntEntry
 
 
- 
 
-