MCPcopy Index your code
hub / github.com/antlr/codebuff / contains

Method contains

output/java_guava/1.4.19/Ints.java:559–564  ·  view source on GitHub ↗
(Object target)

Source from the content-addressed store, hash-verified

557 }
558
559 @Override
560 public boolean contains(Object target) {
561 // Overridden to prevent a ton of boxing
562 return (target instanceof Integer)
563 && Ints.indexOf(array, (Integer) target, start, end) != -1;
564 }
565
566 @Override
567 public int indexOf(Object target) {

Callers

nothing calls this directly

Calls 1

indexOfMethod · 0.95

Tested by

no test coverage detected