MCPcopy Index your code
hub / github.com/apache/groovy / isTuple

Method isTuple

src/test/groovy/groovy/lang/TupleTest.java:80–82  ·  view source on GitHub ↗
(Object s)

Source from the content-addressed store, hash-verified

78 }
79
80 private boolean isTuple(Object s) {
81 return s instanceof Tuple;
82 }
83
84 public void testHashCodeAndEquals() {
85 Tuple a = new Tuple<Object>("a", "b", "c");

Callers 1

testSubTupleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected