Flickr4Java icon indicating copy to clipboard operation
Flickr4Java copied to clipboard

Collections

Open callmeal opened this issue 13 years ago • 3 comments

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

callmeal avatar Feb 05 '12 18:02 callmeal

I can take a look at this.

boncey avatar Mar 10 '12 14:03 boncey

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

callmeal avatar Mar 10 '12 15:03 callmeal

OK I don't feel that strongly about it so I'll leave it as it is for now. :-)

boncey avatar Mar 10 '12 15:03 boncey