Interface IndexSystem<C,Q>
- Type Parameters:
C- (Cache) Item object typeQ- Query object typeD- Type of the (D)ata associated with cache objectsF- (F)eature type
public interface IndexSystem<C,Q>
A datastructure which allows putting data of a type C into it,
and enables querying candidates with type Q.
Abstracts e.g. feature based indexing and retrieval of items
- Author:
- raven
-
Method Summary
-
Method Details
-
add
-
lookup
-