MCPcopy Create free account
hub / github.com/core-lib/xjar / nextValue

Method nextValue

src/main/java/io/xjar/key/XSecureRandom.java:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 }
100
101 private int nextValue() {
102 return _data[_index++] & 0xff;
103 }
104}

Callers 2

nextIntMethod · 0.95
nextLongMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected