| Changed Methods |
void
clear()
|
Documentation changed from old to new. |
Remove all elements from the array. |
boolean
contains(
PdfObject)
|
Documentation changed from old to new. |
Checks whether the array contains the passed object or not. |
boolean
isEmpty()
|
Documentation changed from old to new. |
Checks whether the array is empty or not. |
int
size()
|
Documentation changed from old to new. |
Gets the size of the array. |
void
add(
PdfObject)
|
Documentation changed from old to new. |
Adds the passed PdfObject to the array. |