Class FontCacheKey.FontCacheBytesKey

    • Field Detail

      • firstFontBytes

        private byte[] firstFontBytes
      • fontLength

        private int fontLength
      • hashcode

        private int hashcode
    • Constructor Detail

      • FontCacheBytesKey

        FontCacheBytesKey​(byte[] fontBytes)
    • Method Detail

      • equals

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

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

        private int calcHashCode()