Java Doc for COSDictionary.java in » PDF » jPod » de » intarsys » pdf » cos » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Add all objects from dict. Associations already available
in this are replaced with new content .
Parameters: dict - The collection of associations to add to this.
The element is inserted without change propagation.
This should not be used by the application level programmer. It is public
for package visibility reasons.
Parameters: key - The key where to store the new element. Parameters: element - The COSDocumentElement to store. The COSDocumentElement associated with keyso far.
Remove the element associated with key from the collection .
Parameters: key - The key of the element to be removed The COSDocumentElement removed or null.
Answer true if key is a valid key in the collection .
Parameters: key - The key whose existence is to be checked. Answer true if key is a valid key in thecollection .
Answer true if obj is contained in the
collection
Parameters: obj - The object to look up in the collection Answer true if obj is contained inthe collection
The key of obj when it is contained in this or
COSNull .
Parameters: obj - The object to look up in the collection The key of obj when it is contained in this or COSNull.
Add an association to the collection.
Parameters: key - The key where to store the object Parameters: object - The object to store in the collection The COSObject associated with key so far.