MCPcopy Create free account
hub / github.com/google/guice / hashCode

Method hashCode

core/src/com/google/inject/internal/Scoping.java:271–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269 }
270
271 @Override
272 public int hashCode() {
273 return Objects.hashCode(getScopeAnnotation(), getScopeInstance());
274 }
275
276 public abstract <V> V acceptVisitor(BindingScopingVisitor<V> visitor);
277

Callers 2

doHashMethod · 0.45
annotationHashCodeMethod · 0.45

Calls 2

getScopeAnnotationMethod · 0.95
getScopeInstanceMethod · 0.95

Tested by

no test coverage detected