Package com.pdftools.image
Class PageList
java.lang.Object
com.pdftools.internal.NativeBase
com.pdftools.internal.NativeObject
com.pdftools.image.PageList
The list of image pages
-
Method Summary
Modifier and TypeMethodDescriptionvoidNot supported.booleanNot supported.booleanaddAll(int index, Collection<? extends Page> elements) Not supported.booleanaddAll(Collection<? extends Page> elements) Not supported.voidclear()Not supported.booleanbooleancontainsAll(Collection<?> objects) get(int index) intbooleanisEmpty()iterator()intlastIndexOf(Object obj) listIterator(int index) remove(int index) Not supported.booleanNot supported.booleanremoveAll(Collection<?> objects) Not supported.booleanretainAll(Collection<?> objects) Not supported.Not supported.intsize()subList(int fromIndex, int toIndex) Object[]toArray()<T> T[]toArray(T[] array) Methods inherited from class com.pdftools.internal.NativeObject
equals, hashCodeMethods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, streamMethods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
Method Details
-
addAll
Not supported. -
addAll
Not supported. -
contains
-
containsAll
- Specified by:
containsAllin interfaceCollection<Page>- Specified by:
containsAllin interfaceList<Page>
-
isEmpty
public boolean isEmpty() -
iterator
-
listIterator
- Specified by:
listIteratorin interfaceList<Page>
-
listIterator
- Specified by:
listIteratorin interfaceList<Page>
-
remove
Not supported. -
removeAll
Not supported. -
retainAll
Not supported. -
subList
-
toArray
-
toArray
public <T> T[] toArray(T[] array) -
size
public int size() -
clear
public void clear()Not supported. -
indexOf
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<Page>
-
add
Not supported. -
add
Not supported. -
get
-
remove
Not supported. -
set
Not supported.
-