java.lang.Iterable<Page>
, java.util.Collection<Page>
, java.util.List<Page>
public class PageList extends NativeObject implements java.util.List<Page>
Modifier and Type | Method | Description |
---|---|---|
void |
add(int index,
Page element) |
Not supported.
|
boolean |
add(Page element) |
Not supported.
|
boolean |
addAll(int index,
java.util.Collection<? extends Page> elements) |
Not supported.
|
boolean |
addAll(java.util.Collection<? extends Page> elements) |
Not supported.
|
void |
clear() |
Not supported.
|
boolean |
contains(java.lang.Object object) |
|
boolean |
containsAll(java.util.Collection<?> objects) |
|
Page |
get(int index) |
|
int |
indexOf(java.lang.Object obj) |
|
boolean |
isEmpty() |
|
java.util.Iterator<Page> |
iterator() |
|
int |
lastIndexOf(java.lang.Object obj) |
|
java.util.ListIterator<Page> |
listIterator() |
|
java.util.ListIterator<Page> |
listIterator(int index) |
|
Page |
remove(int index) |
Not supported.
|
boolean |
remove(java.lang.Object object) |
Not supported.
|
boolean |
removeAll(java.util.Collection<?> objects) |
Not supported.
|
boolean |
retainAll(java.util.Collection<?> objects) |
Not supported.
|
Page |
set(int index,
Page element) |
Not supported.
|
int |
size() |
|
java.util.List<Page> |
subList(int fromIndex,
int toIndex) |
|
java.lang.Object[] |
toArray() |
|
<T> T[] |
toArray(T[] array) |
equals, hashCode, of, of, of, of, of, of, of, of, of, of, of, of, replaceAll, sort, spliterator
equals, hashCode
public boolean addAll(java.util.Collection<? extends Page> elements)
public boolean addAll(int index, java.util.Collection<? extends Page> elements)
addAll
in interface java.util.List<Page>
public boolean contains(java.lang.Object object)
public boolean containsAll(java.util.Collection<?> objects)
public boolean isEmpty()
public java.util.Iterator<Page> iterator()
public java.util.ListIterator<Page> listIterator()
listIterator
in interface java.util.List<Page>
public java.util.ListIterator<Page> listIterator(int index)
listIterator
in interface java.util.List<Page>
public boolean remove(java.lang.Object object)
public boolean removeAll(java.util.Collection<?> objects)
public boolean retainAll(java.util.Collection<?> objects)
public java.util.List<Page> subList(int fromIndex, int toIndex)
subList
in interface java.util.List<Page>
public java.lang.Object[] toArray()
public <T> T[] toArray(T[] array)
public int size()
public void clear()
public int indexOf(java.lang.Object obj)
indexOf
in interface java.util.List<Page>
public int lastIndexOf(java.lang.Object obj)
lastIndexOf
in interface java.util.List<Page>
public boolean add(Page element)
public void add(int index, Page element)
add
in interface java.util.List<Page>
public Page remove(int index)
remove
in interface java.util.List<Page>