Method Summary |
|
public void | add(Page page) Add a new page on the list. |
public void | clear() Removes all the pages from this list. |
public Page | get(int pageIndex) Return a page by its index. |
public int | getIndex(Page page) Returns the index of the specified task. |
public int | indexOf(Page page) Returns the index of the specified page. |
public boolean | isEmpty() Tells if the list is empty or not. |
public boolean | isInList(Page page) Tells if a page is or not in this list. |
public Iterator | iterator() Returns a list iterator on this list. |
public void | remove(int pageIndex) Removes the specified page form the list. |
public void | remove(Page page) Removes the specified page form the list. |
public int | size() Returns the number of pages in this list. |
public String | toString() Returns a string that describes current instance content. |