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

Method delegate

output/java_guava/1.4.17/TypeToken.java:738–746  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

736 }
737
738 @Override
739 protected Set<TypeToken<? super T>> delegate() {
740 ImmutableSet<TypeToken<? super T>> result = interfaces;
741 if (result == null) {
742 return (interfaces = FluentIterable.from(allTypes).filter(TypeFilter.INTERFACE_ONLY).toSet());
743 } else {
744 return result;
745 }
746 }
747
748 @Override
749 public TypeSet interfaces() {

Callers

nothing calls this directly

Calls 3

fromMethod · 0.95
toSetMethod · 0.45
filterMethod · 0.45

Tested by

no test coverage detected