Generated by
JDiff

Package com.itextpdf.commons.datastructures

Added Classes and Interfaces
ISimpleList Interface for a simple list abstraction.
NullUnlimitedList 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).
SimpleArrayList Portable implementation of ArrayList.