Jörn Kottmann wrote:
Hi,

after all the discussion we had I think thats the correct
way to generify FSIndexRepository:

interface FSIndexRepository {
FSIndex<FeatureStructure> getIndex(String label);
FSIterator<FeatureStructure> getAllIndexedFS(Type aType);
...
}
It generified now and also getIndexes:
Iterator<FSIndex<FeatureStructure>> getIndexes();

Jörn

Reply via email to