MCPcopy Create free account
hub / github.com/apache/thrift / TUnion

Method TUnion

lib/java/src/main/java/org/apache/thrift/TUnion.java:43–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 protected F setField_;
42
43 protected TUnion() {
44 setField_ = null;
45 value_ = null;
46 }
47
48 private static final Map<Class<? extends IScheme>, SchemeFactory> schemes =
49 new HashMap<Class<? extends IScheme>, SchemeFactory>();

Callers

nothing calls this directly

Calls 3

setFieldValueMethod · 0.95
deepCopyObjectMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected