Uses of Class
com.db4o.foundation.HashtableIntEntry
-
Packages that use HashtableIntEntry Package Description com.db4o.foundation -
-
Uses of HashtableIntEntry in com.db4o.foundation
Subclasses of HashtableIntEntry in com.db4o.foundation Modifier and Type Class Description class
HashtableIdentityEntry
class
HashtableLongEntry
class
HashtableObjectEntry
static class
IdentityHashtable4.IdentityEntry
Fields in com.db4o.foundation declared as HashtableIntEntry Modifier and Type Field Description HashtableIntEntry
HashtableIntEntry. _next
HashtableIntEntry[]
HashtableBase. _table
Methods in com.db4o.foundation that return HashtableIntEntry Modifier and Type Method Description protected HashtableIntEntry
HashtableIntEntry. deepCloneInternal(HashtableIntEntry entry, java.lang.Object obj)
protected HashtableIntEntry
HashtableLongEntry. deepCloneInternal(HashtableIntEntry entry, java.lang.Object obj)
protected HashtableIntEntry
HashtableObjectEntry. deepCloneInternal(HashtableIntEntry entry, java.lang.Object obj)
protected HashtableIntEntry
HashtableBase. findWithSameKey(HashtableIntEntry newEntry)
Methods in com.db4o.foundation with parameters of type HashtableIntEntry Modifier and Type Method Description protected HashtableIntEntry
HashtableIntEntry. deepCloneInternal(HashtableIntEntry entry, java.lang.Object obj)
protected HashtableIntEntry
HashtableLongEntry. deepCloneInternal(HashtableIntEntry entry, java.lang.Object obj)
protected HashtableIntEntry
HashtableObjectEntry. deepCloneInternal(HashtableIntEntry entry, java.lang.Object obj)
protected int
HashtableBase. entryIndex(HashtableIntEntry entry)
protected HashtableIntEntry
HashtableBase. findWithSameKey(HashtableIntEntry newEntry)
protected void
HashtableBase. putEntry(HashtableIntEntry newEntry)
protected void
HashtableBase. removeEntry(HashtableIntEntry predecessor, HashtableIntEntry entry)
boolean
HashtableIdentityEntry. sameKeyAs(HashtableIntEntry other)
boolean
HashtableIntEntry. sameKeyAs(HashtableIntEntry other)
boolean
HashtableLongEntry. sameKeyAs(HashtableIntEntry other)
boolean
HashtableObjectEntry. sameKeyAs(HashtableIntEntry other)
Constructors in com.db4o.foundation with parameters of type HashtableIntEntry Constructor Description HashtableIterator(HashtableIntEntry[] table)
-