Uses of Interface
com.itextpdf.commons.datastructures.ISimpleList
Packages that use ISimpleList
Package
Description
-
Uses of ISimpleList in com.itextpdf.commons.datastructures
Classes in com.itextpdf.commons.datastructures that implement ISimpleListModifier and TypeClassDescriptionfinal class
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
Portable implementation ofArrayList
. -
Uses of ISimpleList in com.itextpdf.kernel.di.pagetree
Methods in com.itextpdf.kernel.di.pagetree that return ISimpleListModifier and TypeMethodDescription<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 ISimpleListModifier and TypeFieldDescriptionprivate ISimpleList
<PdfIndirectReference> PdfPagesTree.pageRefs
private ISimpleList
<PdfPage> PdfPagesTree.pages