Package com.db4o.foundation
Class HashtableIdentityEntry
- java.lang.Object
-
- com.db4o.foundation.HashtableIntEntry
-
- com.db4o.foundation.HashtableIdentityEntry
-
public class HashtableIdentityEntry extends HashtableIntEntry
-
-
Field Summary
-
Fields inherited from class com.db4o.foundation.HashtableIntEntry
_key, _next, _object
-
-
Constructor Summary
Constructors Constructor Description HashtableIdentityEntry(java.lang.Object obj)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
sameKeyAs(HashtableIntEntry other)
-
Methods inherited from class com.db4o.foundation.HashtableIntEntry
deepClone, deepCloneInternal, key, toString, value
-
-
-
-
Method Detail
-
sameKeyAs
public boolean sameKeyAs(HashtableIntEntry other)
- Overrides:
sameKeyAs
in classHashtableIntEntry
-
-