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

Method size

src/main/java/groovy/lang/Tuple.java:69–72  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

67 * {@inheritDoc}
68 */
69 @Override
70 public int size() {
71 return contents.length;
72 }
73
74 /**
75 * {@inheritDoc}

Callers 4

testSubTupleMethod · 0.95
toArrayMethod · 0.95
equalsMethod · 0.95
compareToMethod · 0.95

Calls

no outgoing calls

Tested by 1

testSubTupleMethod · 0.76