com.mysema.query.paging
Interface ListSource<T>

All Known Implementing Classes:
ListSourceBase, SimpleListSource

public interface ListSource<T>

ListSource provides

Version:
$Id$
Author:
tiwe

Method Summary
 List<T> getResults(int fromIndex, int toIndex)
           
 boolean isEmpty()
           
 long size()
           
 

Method Detail

isEmpty

boolean isEmpty()

size

long size()

getResults

List<T> getResults(int fromIndex,
                   int toIndex)


Copyright © 2007-2009 Mysema Ltd. All Rights Reserved.