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 classHashtableIdentityEntryclassHashtableLongEntryclassHashtableObjectEntrystatic classIdentityHashtable4.IdentityEntryFields in com.db4o.foundation declared as HashtableIntEntry Modifier and Type Field Description HashtableIntEntryHashtableIntEntry. _nextHashtableIntEntry[]HashtableBase. _tableMethods in com.db4o.foundation that return HashtableIntEntry Modifier and Type Method Description protected HashtableIntEntryHashtableIntEntry. deepCloneInternal(HashtableIntEntry entry, java.lang.Object obj)protected HashtableIntEntryHashtableLongEntry. deepCloneInternal(HashtableIntEntry entry, java.lang.Object obj)protected HashtableIntEntryHashtableObjectEntry. deepCloneInternal(HashtableIntEntry entry, java.lang.Object obj)protected HashtableIntEntryHashtableBase. findWithSameKey(HashtableIntEntry newEntry)Methods in com.db4o.foundation with parameters of type HashtableIntEntry Modifier and Type Method Description protected HashtableIntEntryHashtableIntEntry. deepCloneInternal(HashtableIntEntry entry, java.lang.Object obj)protected HashtableIntEntryHashtableLongEntry. deepCloneInternal(HashtableIntEntry entry, java.lang.Object obj)protected HashtableIntEntryHashtableObjectEntry. deepCloneInternal(HashtableIntEntry entry, java.lang.Object obj)protected intHashtableBase. entryIndex(HashtableIntEntry entry)protected HashtableIntEntryHashtableBase. findWithSameKey(HashtableIntEntry newEntry)protected voidHashtableBase. putEntry(HashtableIntEntry newEntry)protected voidHashtableBase. removeEntry(HashtableIntEntry predecessor, HashtableIntEntry entry)booleanHashtableIdentityEntry. sameKeyAs(HashtableIntEntry other)booleanHashtableIntEntry. sameKeyAs(HashtableIntEntry other)booleanHashtableLongEntry. sameKeyAs(HashtableIntEntry other)booleanHashtableObjectEntry. sameKeyAs(HashtableIntEntry other)Constructors in com.db4o.foundation with parameters of type HashtableIntEntry Constructor Description HashtableIterator(HashtableIntEntry[] table)
-