- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Internal .Classindex 
- Implementing Types
							graph BT
	Type["IClassIndexStrategy"]
class Type type-node
	Implementing0["BTreeClassIndexStrategy"]-.->Type
	click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Classindex/BTreeClassIndexStrategy"
	Implementing1["AbstractClassIndexStrategy"]-.->Type
	click Implementing1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Classindex/AbstractClassIndexStrategy"
						
					Syntax
public interface IClassIndexStrategyMethods
| Name | Value | Summary | 
|---|---|---|
| Add | void | |
| AllSlotIDs | IEnumerator | |
| DefragIndex | void | |
| DefragReference | void | |
| DontDelete | void | |
| EntryCount | int | |
| Id | int | |
| IdVisitable | IIntVisitable | |
| Initialize | void | |
| OwnLength | int | |
| Purge | void | |
| Read | void | |
| Remove | void | |
| TraverseIds | void | Traverses all index entries (java.lang.Integer references). | 
| Write | int |