T
public class ItemList<T> extends Object
ItemList()
ItemList(List<T> items)
ItemList<T>
add(T item)
List<T>
getItems()
remove(T item)
removeAll(Collection<T> items)
int
size()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ItemList()
public ItemList(List<T> items)
public ItemList<T> add(T item)
public ItemList<T> remove(T item)
public ItemList<T> removeAll(Collection<T> items)
public int size()
public List<T> getItems()
public String toString()
toString
Object