Re: generics: JFSIndexRepository

2009-08-24 Thread Marshall Schor
Jörn Kottmann wrote: > public interface JFSIndexRepository { > > FSIndex getIndex(String label); > FSIndex getIndex(String label, int type); > AnnotationIndex getAnnotationIndex(); > AnnotationIndex getAnnotationIndex(int type); > Iterator> getIndexes(); > FSIterator getAllIndexedFS(Type aT

Re: generics: JFSIndexRepository

2009-08-24 Thread Adam Lally
On Mon, Aug 24, 2009 at 6:55 AM, Jörn Kottmann wrote: > public interface JFSIndexRepository { > >  FSIndex getIndex(String label); >  FSIndex getIndex(String label, int type); >  AnnotationIndex getAnnotationIndex(); >  AnnotationIndex getAnnotationIndex(int type); >  Iterator> getIndexes(); >  FSI