MCPcopy Create free account
hub / github.com/apache/storm / Values

Method Values

storm-client/src/jvm/org/apache/storm/tuple/Values.java:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 */
20public class Values extends ArrayList<Object> {
21 public Values() {
22
23 }
24
25 public Values(Object... vals) {
26 super(vals != null ? vals.length : 1);

Callers

nothing calls this directly

Calls 1

addMethod · 0.65

Tested by

no test coverage detected