MCPcopy Create free account
hub / github.com/apache/fluss / next

Method next

fluss-common/src/main/java/org/apache/fluss/utils/NetUtils.java:228–231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226 }
227
228 @Override
229 public Integer next() {
230 return i++;
231 }
232
233 @Override
234 public void remove() {

Calls

no outgoing calls