MCPcopy Index your code
hub / github.com/google/dagger / empty

Method empty

java/dagger/internal/SetFactory.java:40–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 private static final Factory<Set<Object>> EMPTY_FACTORY = InstanceFactory.create(emptySet());
39
40 @SuppressWarnings({"unchecked", "rawtypes"}) // safe covariant cast
41 public static <T> Factory<Set<T>> empty() {
42 return (Factory) EMPTY_FACTORY;
43 }
44
45 /**
46 * Constructs a new {@link Builder} for a {@link SetFactory} with {@code individualProviderSize}

Callers 15

dotEdgeMethod · 0.45
createMethod · 0.45
createIfValidMethod · 0.45
getMapKeyMethod · 0.45
unwrapValueMethod · 0.45
writeMethod · 0.45
createMethod · 0.45
createMethod · 0.45
moduleReferenceMethod · 0.45
addItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected