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

Method add

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

This will add an object to the array. @param object The object to add to the array.

( COSBase object )

Source from the content-addressed store, hash-verified

67 * @param object The object to add to the array.
68 */
69 public void add( COSBase object )
70 {
71 COSBase objectToAdd = maybeWrap(object);
72 objects.add(objectToAdd);
73 getUpdateState().update(objectToAdd);
74 }
75
76 /**
77 * This will add an object to the array.

Callers 15

initMockMethod · 0.95
getOptionsFromStringsMethod · 0.95
getOptionsFromMixedMethod · 0.95
testOverwriteMethod · 0.95
testGetCOSObjectMethod · 0.95
testInlineImageMethod · 0.95
doInlineCcittImageMethod · 0.95
testInstancesMethod · 0.95

Calls 4

maybeWrapMethod · 0.95
getUpdateStateMethod · 0.95
updateMethod · 0.80
getCOSObjectMethod · 0.65

Tested by 15

initMockMethod · 0.76
getOptionsFromStringsMethod · 0.76
getOptionsFromMixedMethod · 0.76
testOverwriteMethod · 0.76
testGetCOSObjectMethod · 0.76
testInlineImageMethod · 0.76
doInlineCcittImageMethod · 0.76
testInstancesMethod · 0.76