Class FontCacheKey.FontCacheBytesKey

java.lang.Object
com.itextpdf.io.font.FontCacheKey
com.itextpdf.io.font.FontCacheKey.FontCacheBytesKey
Enclosing class:
FontCacheKey

private static class FontCacheKey.FontCacheBytesKey extends FontCacheKey
  • Field Details

    • firstFontBytes

      private byte[] firstFontBytes
    • fontLength

      private int fontLength
    • hashcode

      private int hashcode
  • Constructor Details

    • FontCacheBytesKey

      FontCacheBytesKey(byte[] fontBytes)
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • calcHashCode

      private int calcHashCode()