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

Method iterator

storm-client/src/jvm/org/apache/storm/tuple/Fields.java:84–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 @Override
85 public Iterator<String> iterator() {
86 return fields.iterator();
87 }
88
89 /**
90 * Returns the position of the specified named field.

Calls

no outgoing calls