MCPcopy Create free account
hub / github.com/davidgiven/luje / clone

Method clone

lib/java/util/TreeMap.java:59–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 @Override
60 public Object clone() {
61 try {
62 return super.clone();
63 } catch (CloneNotSupportedException e) {
64 return null;
65 }
66 }
67
68 @Override
69 public boolean equals(Object object) {

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected