Class PDDictionaryWrapper

    • Constructor Detail

      • PDDictionaryWrapper

        public PDDictionaryWrapper()
        Default constructor
      • PDDictionaryWrapper

        public PDDictionaryWrapper​(COSDictionary dictionary)
        Creates a new instance with a given COS dictionary.
        Parameters:
        dictionary - the dictionary
    • Method Detail

      • getCOSObject

        public COSDictionary getCOSObject()
        Convert this standard java object to a COS object.
        Specified by:
        getCOSObject in interface COSObjectable
        Returns:
        The cos object that matches this Java object.
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object