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

Method getShort

storm-client/src/jvm/org/apache/storm/tuple/TupleImpl.java:134–137  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

132 }
133
134 @Override
135 public Short getShort(int i) {
136 return (Short) values.get(i);
137 }
138
139 @Override
140 public Byte getByte(int i) {

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected