MCPcopy Index your code
hub / github.com/apache/pdfbox / get

Method get

pdfbox/src/main/java/org/apache/pdfbox/cos/COSArray.java:253–256  ·  view source on GitHub ↗

This will get an object from the array. This will NOT dereference the COS object. @param index The index into the array to get the object. @return The object at the requested index.

( int index )

Source from the content-addressed store, hash-verified

251 * @return The object at the requested index.
252 */
253 public COSBase get( int index )
254 {
255 return objects.get( index );
256 }
257
258 /**
259 * Get the value of the array as an integer.

Callers 15

showColorPaneMethod · 0.95
searchNodeMethod · 0.95
getFilteredLabelMethod · 0.95
testCreateMethod · 0.95
testGetCOSObjectMethod · 0.95
testPdfbox2872Method · 0.95
removeObjectMethod · 0.95
indexOfMethod · 0.95
indexOfObjectMethod · 0.95

Calls

no outgoing calls

Tested by 15

testCreateMethod · 0.76
testGetCOSObjectMethod · 0.76
testPdfbox2872Method · 0.76
setupFilenamesMethod · 0.36
testRenderImageMethod · 0.36
testGrowToSizeMethod · 0.36
testToListMethod · 0.36
testPDFBox5742Method · 0.36