Closed GoogleCodeExporter closed 9 years ago
what should this method do?
Original comment by Sven.Kro...@googlemail.com
on 7 Jan 2011 at 12:27
gimme back all topics of this topic map. paged.
Original comment by Redx...@gmail.com
on 7 Jan 2011 at 12:29
Okay, than you mean getTopics
This method may be add to a IPagedTopicMap
Original comment by Sven.Kro...@googlemail.com
on 7 Jan 2011 at 12:37
Original comment by Sven.Kro...@googlemail.com
on 7 Jan 2011 at 12:37
Original comment by Sven.Kro...@googlemail.com
on 7 Jan 2011 at 12:38
- new interface added @IPagedTopicMap with following 6 methods:
*List<Association>:getAssociations(int, int)*
*List<Association>:getAssociations(int, int, Comparator<Association>)*
*long:getNumberOfAssociations()*
*List<Topic>:getTopics(int, int)*
*List<Topic>:getTopics(int, int, Comparator<Topic>)*
*long:getNumberOfTopics()*
- new methods @IPagedConstructIndex
*List<Association>:getAssociations(int, int)*
*List<Association>:getAssociations(int, int, Comparator<Association>)*
*long:getNumberOfAssociations()*
*List<Topic>:getTopics(int, int)*
*List<Topic>:getTopics(int, int, Comparator<Topic>)*
*long:getNumberOfTopics()*
Original comment by Sven.Kro...@googlemail.com
on 10 Jan 2011 at 8:08
Original comment by Sven.Kro...@googlemail.com
on 10 Jan 2011 at 12:38
Original issue reported on code.google.com by
Redx...@gmail.com
on 7 Jan 2011 at 12:20