Hashtable4 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["IDeepClone"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/IDeepClone" Type-.->Interface1["IMap4"] click Interface1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/IMap4" Type["Hashtable4"] class Type type-node

Syntax

public class Hashtable4 : HashtableBase, IDeepClone, 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
ContainsAllKeys(IEnumerable) bool
ContainsAllKeys(IEnumerator) bool
ContainsKey(Object) bool
DeepClone(Object) Object
DeepCloneInternal(Hashtable4, Object) Hashtable4
EntryIndex(HashtableIntEntry) int
Inherited from HashtableBase
FindWithSameKey(HashtableIntEntry) HashtableIntEntry
Inherited from HashtableBase
ForEachKeyForIdentity(IVisitor4, Object) void
Get(byte[]) Object
Get(int) Object
Get(long) Object
Get(Object) Object
HashtableIterator() HashtableIterator
Inherited from HashtableBase
Iterator() IEnumerator
Iterates through all the Db4objects.Db4o.Foundation.IEntry4 .
Keys() IEnumerator
Inherited from HashtableBase
Put(byte[], Object) void
Put(int, Object) void
Put(long, Object) void
Put(Object, Object) void
PutEntry(HashtableIntEntry) void
Inherited from HashtableBase
Remove(byte[]) Object
Remove(int) Object
Remove(long) Object
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