| Package | Description |
|---|---|
| com.itextpdf.commons.datastructures |
| Modifier and Type | Class and 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 usual
ArrayList and should have the same complexity (because keys are unique
integers, so collisions are impossible). |
class |
SimpleArrayList<T>
Portable implementation of
ArrayList. |
Copyright © 1998–2025 Apryse Group NV. All rights reserved.