- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Foundation - Interfaces
- Base Types
-
- Object
- HashtableBase
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
Name | Summary |
---|---|
IdentityHashtable4 |
|
IdentityHashtable4 |
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 |
bool | |
ContainsKey |
bool | |
EntryIndex |
int |
Inherited from HashtableBase
|
FindWithSameKey |
HashtableIntEntry |
Inherited from HashtableBase
|
Get |
Object | |
HashtableIterator |
HashtableIterator |
Inherited from HashtableBase
|
Keys |
IEnumerator |
Inherited from HashtableBase
|
Put |
void | |
PutEntry |
void |
Inherited from HashtableBase
|
Remove |
Object | |
RemoveEntry |
void |
Inherited from HashtableBase
|
RemoveIntEntry |
Object |
Inherited from HashtableBase
|
RemoveLongEntry |
Object |
Inherited from HashtableBase
|
RemoveObjectEntry |
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
|