| Class | Description |
|---|---|
| BaseIndexWrapper |
Allows more complex indexes.
|
| LookupIndexDefault<KEY,ITEM> |
A really simple lookup index that uses a standard java.util.HashMap.
|
| NestedKeySearchIndex |
This allows nested key look-ups.
|
| SearchIndexDefault<KEY,ITEM> |
Default Search Index which uses a TreeMap
|
| TypeHierarchyIndex |
This allows search based on type hierarchy.
|
| UniqueLookupIndex<KEY,ITEM> | |
| UniqueSearchIndex<KEY,ITEM> |
Default Search Index which uses a TreeMap
|