MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / hashCode

Method hashCode

CodenameOne/src/com/codename1/ui/Font.java:794–800  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

792
793 /// {@inheritDoc}
794 @Override
795 public int hashCode() {
796 if (ttf && font != null) {
797 return font.hashCode();
798 }
799 return getFace() ^ getSize() ^ getStyle();
800 }
801
802 /// The ascent is the amount by which the character ascends above the baseline.
803 ///

Callers 1

verifyFontHashingMethod · 0.95

Calls 4

getFaceMethod · 0.95
getSizeMethod · 0.95
getStyleMethod · 0.95
hashCodeMethod · 0.65

Tested by 1

verifyFontHashingMethod · 0.76