MCPcopy Create free account
hub / github.com/L1yp/van-app / hashCode

Method hashCode

src/main/java/com/l1yp/base/RedisKey.java:113–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 }
112
113 @Override
114 public int hashCode(){
115 return toString().hashCode();
116 }
117
118 @Override
119 public boolean equals(Object original){

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected