"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "pdfbox/src/main/java/org/apache/pdfbox/cos/COSArray.java" between
pdfbox-2.0.23-src.zip and pdfbox-2.0.24-src.zip

About: Apache PDFBox is a Java PDF library tool that allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents.

COSArray.java  (pdfbox-2.0.23-src):COSArray.java  (pdfbox-2.0.24-src)
skipping to change at line 573 skipping to change at line 573
} }
} }
/** /**
* Return contents of COSArray as a Java List. * Return contents of COSArray as a Java List.
* *
* @return the COSArray as List * @return the COSArray as List
*/ */
public List<? extends COSBase> toList() public List<? extends COSBase> toList()
{ {
List<COSBase> retList = new ArrayList<COSBase>(size()); return new ArrayList<COSBase>(objects);
for (int i = 0; i < size(); i++)
{
retList.add(get(i));
}
return retList;
} }
} }
 End of changes. 1 change blocks. 
6 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)