MCPcopy Create free account
hub / github.com/apache/mesos / equals

Method equals

src/java/src/org/apache/mesos/Log.java:63–66  ·  view source on GitHub ↗
(Object that)

Source from the content-addressed store, hash-verified

61 }
62
63 @Override
64 public boolean equals(Object that) {
65 return that instanceof Position && value == ((Position) that).value;
66 }
67
68 @Override
69 public String toString() {

Callers 7

mainMethod · 0.45
resourceOffersMethod · 0.45
statusUpdateMethod · 0.45
offersMethod · 0.45
lFunction · 0.45
GeFunction · 0.45

Calls

no outgoing calls

Tested by 4

mainMethod · 0.36
resourceOffersMethod · 0.36
statusUpdateMethod · 0.36
offersMethod · 0.36