Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
index
Method · 0.95
size
Method · 0.65
contains
Method · 0.65
format
Method · 0.65
add
Method · 0.65
Tested by
no test coverage detected