Searched refs:_hashCode (Results 1 – 8 of 8) sorted by relevance
12 protected int _hashCode; field in TypeKey28 _hashCode = src._hashCode; in TypeKey()38 _hashCode = typed ? typedHash(key) : untypedHash(key); in TypeKey()45 _hashCode = typed ? typedHash(key) : untypedHash(key); in TypeKey()68 _hashCode = typedHash(cls); in resetTyped()75 _hashCode = untypedHash(cls); in resetUntyped()82 _hashCode = typedHash(type); in resetTyped()89 _hashCode = untypedHash(type); in resetUntyped()104 @Override public final int hashCode() { return _hashCode; } in hashCode()
33 private int _hashCode; field in ClassKey39 _hashCode = 0; in ClassKey()46 _hashCode = _className.hashCode(); in ClassKey()53 _hashCode = _className.hashCode(); in reset()93 @Override public int hashCode() { return _hashCode; } in hashCode()
44 private final int _hashCode; field in TypeBindings64 _hashCode = h; in TypeBindings()306 return new AsKey(rawBase, _types, _hashCode); in asKey()334 @Override public int hashCode() { return _hashCode; } in hashCode()
14 protected final int _hashCode; field in Name18 _hashCode = hashCode; in Name()48 @Override public final int hashCode() { return _hashCode; } in hashCode()
14 protected final int _hashCode; field in NamedType22 _hashCode = c.getName().hashCode() + ((name == null) ? 0 : name.hashCode()); in NamedType()46 public int hashCode() { return _hashCode; } in hashCode()
232 int slot = _hashCode(key); in init()326 final int slot = _hashCode(key); in withProperty()614 int slot = _hashCode(keyFromAlias); in _findWithAlias()802 private final int _hashCode(String key) { in _hashCode() method in BeanPropertyMap
313 private int _hashCode() { in _hashCode() method in DecimalFormatProperties584 return _hashCode(); in hashCode()
318 private int _hashCode() { in _hashCode() method in DecimalFormatProperties589 return _hashCode(); in hashCode()