public class DbItems<T> extends BeanListItems<T>
beanTypeextras| Constructor and Description |
|---|
DbItems(Class<T> type,
org.rapidoid.lambda.Predicate<T> match,
Comparator<T> orderBy) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Item item) |
protected List<Item> |
data() |
Item |
get(int index) |
void |
insert(int index,
Item item) |
Items |
orderedBy(String sortOrder) |
void |
remove(int index) |
void |
set(int index,
Item item) |
fitsIn, propertiesaddAll, addAll, clear, idOf, ifFitsIn, isEmpty, iterator, range, sizegetExtra, setExtra, varclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic DbItems(Class<T> type, org.rapidoid.lambda.Predicate<T> match, Comparator<T> orderBy)
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.