Class PdfBoxGraphics2DLosslessImageEncoder.ProfileSoftReference

  • Enclosing class:
    PdfBoxGraphics2DLosslessImageEncoder

    private static class PdfBoxGraphics2DLosslessImageEncoder.ProfileSoftReference
    extends java.lang.ref.SoftReference<java.awt.color.ICC_Profile>
    • Constructor Summary

      Constructors 
      Constructor Description
      ProfileSoftReference​(java.awt.color.ICC_Profile referent)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.ref.SoftReference

        get
      • Methods inherited from class java.lang.ref.Reference

        clear, clone, enqueue, isEnqueued, reachabilityFence
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProfileSoftReference

        ProfileSoftReference​(java.awt.color.ICC_Profile referent)
    • Method Detail

      • 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