Uses of Interface
com.itextpdf.commons.datastructures.ISimpleList
-
Packages that use ISimpleList Package Description com.itextpdf.commons.datastructures com.itextpdf.kernel.di.pagetree com.itextpdf.kernel.pdf -
-
Uses of ISimpleList in com.itextpdf.commons.datastructures
Classes in com.itextpdf.commons.datastructures that implement ISimpleList Modifier and Type Class Description class
NullUnlimitedList<T>
The class represents a list which allows null elements, but doesn't allocate a memory for them, in the rest of cases it behaves like usualArrayList
and should have the same complexity (because keys are unique integers, so collisions are impossible).class
SimpleArrayList<T>
Portable implementation ofArrayList
. -
Uses of ISimpleList in com.itextpdf.kernel.di.pagetree
Methods in com.itextpdf.kernel.di.pagetree that return ISimpleList Modifier and Type Method Description <T> ISimpleList<T>
DefaultPageTreeListFactory. createList(PdfDictionary pagesDictionary)
Creates a list based on the count value in the pages dictionary.<T> ISimpleList<T>
IPageTreeListFactory. createList(PdfDictionary pagesDictionary)
Creates a list based on the value of the pages dictionary. -
Uses of ISimpleList in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as ISimpleList Modifier and Type Field Description private ISimpleList<PdfIndirectReference>
PdfPagesTree. pageRefs
private ISimpleList<PdfPage>
PdfPagesTree. pages
-