|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.paging.EmptyListSource<T>
T - public class EmptyListSource<T>
| Constructor Summary | |
|---|---|
EmptyListSource()
|
|
| Method Summary | |
|---|---|
List<T> |
getResults(int fromIndex,
int toIndex)
Get the results from the given start index to the given end index |
boolean |
isEmpty()
true, if not results could be found, otherwise false |
long |
size()
total amount of results |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmptyListSource()
| Method Detail |
|---|
public List<T> getResults(int fromIndex,
int toIndex)
ListSource
getResults in interface ListSource<T>fromIndex - start indextoIndex - end index
public boolean isEmpty()
ListSource
isEmpty in interface ListSource<T>public long size()
ListSource
size in interface ListSource<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||