Flickr4Java
Flickr4Java copied to clipboard
Collections
There's a lot of classes like PhotoList which seem to be just a way to make a list typesafe. We can do this in 1.5 with Generics. It could mean anyone using these in their code would need to re-code but it would be a very small change. More specifically, probrably change to SearchResultList, which does have use as far as pagnation goes
I can take a look at this.
After thinking about it I'm not 100% sure if this is right. The lists do allow for nice pagination, maybe a Pageable list may be good?
On 2012-03-10, at 9:48 AM, Darren [email protected] wrote:
I can take a look at this.
Reply to this email directly or view it on GitHub: https://github.com/callmeal/Flickr4Java/issues/7#issuecomment-4431425
OK I don't feel that strongly about it so I'll leave it as it is for now. :-)