org.odata4j.producer.inmemory
Class ListUtils

java.lang.Object
  extended by org.odata4j.producer.inmemory.ListUtils

public class ListUtils
extends Object

Author:
sergei.grizenok

Method Summary
static List<OEntity> applyQuery(List<OEntity> entities, QueryInfo query, int maxResults)
           
static Integer computeInlineCount(List<OEntity> entities, QueryInfo query)
           
static String computeSkipToken(List<OEntity> entities, QueryInfo query, int maxResults)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

applyQuery

public static List<OEntity> applyQuery(List<OEntity> entities,
                                       QueryInfo query,
                                       int maxResults)

computeInlineCount

public static Integer computeInlineCount(List<OEntity> entities,
                                         QueryInfo query)

computeSkipToken

public static String computeSkipToken(List<OEntity> entities,
                                      QueryInfo query,
                                      int maxResults)


http://odata4j.org