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

Method Fields

storm-client/src/jvm/org/apache/storm/tuple/Fields.java:31–33  ·  view source on GitHub ↗
(String... fields)

Source from the content-addressed store, hash-verified

29 private Map<String, Integer> index = new HashMap<>();
30
31 public Fields(String... fields) {
32 this(Arrays.asList(fields));
33 }
34
35 public Fields(List<String> fields) {
36 this.fields = new ArrayList<>(fields.size());

Callers

nothing calls this directly

Calls 5

indexMethod · 0.95
sizeMethod · 0.65
containsMethod · 0.65
formatMethod · 0.65
addMethod · 0.65

Tested by

no test coverage detected