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

Method remove

src/main/java/groovy/lang/Sequence.java:194–198  ·  view source on GitHub ↗

{@inheritDoc}

(int index)

Source from the content-addressed store, hash-verified

192 * {@inheritDoc}
193 */
194 @Override
195 public Object remove(int index) {
196 hashCode = 0;
197 return super.remove(index);
198 }
199
200 /**
201 * {@inheritDoc}

Callers 1

testRemoveMethod · 0.95

Calls 1

removeMethod · 0.65

Tested by 1

testRemoveMethod · 0.76