Uses of Interface
com.itextpdf.commons.datastructures.ISimpleList
-
Uses of ISimpleList in com.itextpdf.commons.datastructures
Modifier 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
Modifier and TypeMethodDescriptionDefaultPageTreeListFactory.createList
(PdfDictionary pagesDictionary) Creates a list based on the count value in the pages dictionary.IPageTreeListFactory.createList
(PdfDictionary pagesDictionary) Creates a list based on the value of the pages dictionary.