| java.lang.Object org.pdfbox.pdmodel.common.COSDictionaryMap
COSDictionaryMap | public class COSDictionaryMap implements Map(Code) | | This is a Map that will automatically sync the contents to a COSDictionary.
author: Ben Litchfield version: $Revision: 1.10 $ |
COSDictionaryMap | public COSDictionaryMap(Map actualsMap, COSDictionary dicMap)(Code) | | Constructor for this map.
Parameters: actualsMap - The map with standard java objects as values. Parameters: dicMap - The map with COSBase objects as values. |
clear | public void clear()(Code) | | |
containsValue | public boolean containsValue(Object value)(Code) | | |
convert | public static COSDictionary convert(Map someMap)(Code) | | This will take a map<java.lang.String,org.pdfbox.pdmodel.COSObjectable>
and convert it into a COSDictionary<COSName,COSBase>.
Parameters: someMap - A map containing COSObjectables A proper COSDictionary |
convertBasicTypesToMap | public static COSDictionaryMap convertBasicTypesToMap(COSDictionary map) throws IOException(Code) | | This will take a COS dictionary and convert it into COSDictionaryMap. All cos
objects will be converted to their primitive form.
Parameters: map - The COS mappings. A standard java map. throws: IOException - If there is an error during the conversion. |
hashCode | public int hashCode()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
|
|