public class ItemCollection<T>
extends java.lang.Object
Constructor and Description |
---|
ItemCollection() |
ItemCollection(java.util.List<T> items) |
Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
getItems() |
void |
setItems(java.util.List<T> items) |