IdentityHashtable4 Class

Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Foundation
Interfaces
Base Types
graph BT Type-->Base0["HashtableBase"] click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/HashtableBase" Base0-->Base1["Object"] Type-.->Interface0["IMap4"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/IMap4" Type["IdentityHashtable4"] class Type type-node

Syntax

public class IdentityHashtable4 : HashtableBase, IMap4

Constructors

Fields

Name Constant Value Summary
_mask
Inherited from HashtableBase
_maximumSize
Inherited from HashtableBase
_size
Inherited from HashtableBase
_table
Inherited from HashtableBase
_tableSize
Inherited from HashtableBase

Methods

Name Value Summary
Clear() void
Inherited from HashtableBase
Contains(Object) bool
ContainsKey(Object) bool
EntryIndex(HashtableIntEntry) int
Inherited from HashtableBase
FindWithSameKey(HashtableIntEntry) HashtableIntEntry
Inherited from HashtableBase
Get(Object) Object
HashtableIterator() HashtableIterator
Inherited from HashtableBase
Keys() IEnumerator
Inherited from HashtableBase
Put(Object, Object) void
PutEntry(HashtableIntEntry) void
Inherited from HashtableBase
Remove(Object) Object
RemoveEntry(HashtableIntEntry, HashtableIntEntry) void
Inherited from HashtableBase
RemoveIntEntry(int) Object
Inherited from HashtableBase
RemoveLongEntry(int, long) Object
Inherited from HashtableBase
RemoveObjectEntry(int, Object) Object
Inherited from HashtableBase
Size() int
Inherited from HashtableBase
ToString() string
Inherited from HashtableBase
Values() IEnumerable
Inherited from HashtableBase
ValuesIterator() IEnumerator
Iterates through all the values.
Inherited from HashtableBase