public class ListItems extends AbstractModel implements Items
extras| Constructor and Description |
|---|
ListItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Item item) |
void |
addAll(Items items) |
void |
addAll(List<Item> items) |
void |
clear() |
protected List<Item> |
data() |
boolean |
fitsIn(Item item) |
Item |
get(int index) |
protected String |
idOf(int index) |
protected Item |
ifFitsIn(Item item) |
void |
insert(int index,
Item item) |
boolean |
isEmpty() |
Iterator<Item> |
iterator() |
Items |
orderedBy(String sortOrder) |
List<Property> |
properties(Object... properties) |
Items |
range(int fromIndex,
int toIndex) |
void |
remove(int index) |
void |
set(int index,
Item item) |
int |
size() |
getExtra, setExtra, varclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorCopyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.