Class ItemList<T>
- java.lang.Object
-
- org.uitnet.testing.smartfwk.ui.core.commons.ItemList<T>
-
- Type Parameters:
T-
public class ItemList<T> extends Object
- Author:
- Madhav Krishna
-
-
Method Detail
-
removeAll
public ItemList<T> removeAll(Collection<T> items)
-
getItem
public T getItem(int index)
-
size
public int size()
-
-