Java Doc for CDSNameTreeNode.java in » PDF » jPod » de » intarsys » pdf » cds » Java Source Code / Java DocumentationJava Source Code and Java Documentation
contains(COSString name) Answer true if the receiver subtree contains a key that
matches the parameter.
Parameters: name - The key that is searched in the receiver subtree.
put(COSString name, COSObject value) Store value under the key given in name.
Parameters: name - The name with wich the value should be associated. Parameters: value - The value to associate with the name.
Answer true if the receiver subtree contains a key that
matches the parameter.
Parameters: name - The key that is searched in the receiver subtree. Answer true if the receiver subtree contains a keythat matches the parameter.
Create the correct concrete CDSTreeNode implementation for
node.
Parameters: node - The COSDictionary defining a CDSTreeNode subclassinstance The concrete CDSTreeNode implementation for node.
Answer the value associated with the key name. If no key
is available that matches the parameter, COSNull is
returned.
Parameters: name - The key whose value is looked up. Answer the value associated with the key name.
Return the two element array containing the smallest and the largest key
within the receiver subtree.
Return the two element array containing the smallest and thelargest key within the receiver subtree.
Store value under the key given in name.
Parameters: name - The name with wich the value should be associated. Parameters: value - The value to associate with the name. The object previously associated with name orCOSNull.
Remove the mapping for key given in name.
Parameters: name - The name fo the mapping to be removed The object previously associated with name orCOSNull.