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
  • Constructor Details

    • ItemList

      public ItemList()
    • ItemList

      public ItemList​(List<T> items)
  • Method Details

    • add

      public ItemList<T> add​(T item)
    • remove

      public ItemList<T> remove​(T item)
    • removeAll

      public ItemList<T> removeAll​(Collection<T> items)
    • getItem

      public T getItem​(int index)
    • size

      public int size()
    • getItems

      public List<T> getItems()
    • toString

      public String toString()
      Overrides:
      toString in class Object