org.springframework.social.twitter.api.impl
Class CursorUtils

java.lang.Object
  extended by org.springframework.social.twitter.api.impl.CursorUtils

public class CursorUtils
extends Object

Convenience utility class for cursor related functionality


Method Summary
static List<List<Long>> chunkList(List<Long> list, int chunkSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

chunkList

public static List<List<Long>> chunkList(List<Long> list,
                                         int chunkSize)