MCPcopy Create free account
hub / github.com/antlr/codebuff / delegate

Method delegate

output/java_guava/1.4.19/TypeToken.java:739–747  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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