Thanks for the offer to help. In fact those methods are already there,
due to extending AbstractList. A TwitterList _is_ a list of its
members.
So you can do, e.g.
TwitterList twitterList = ...;
// loop over members
for(User user : twitterList) {
}
This will call Twitter as needed to pull down the pages of the list.
If you're interested in the underlying code, the key methods are get()
and size() - AbstractList provides the rest.
Best regards,
- Daniel
--
--------------------------------------------------
Daniel Winterstein
Edinburgh
http://winterwell.com http://soda.sh