MCPcopy Create free account
hub / github.com/antlr/codebuff / readObject

Method readObject

output/java_guava/1.4.17/LongAdder.java:230–235  ·  view source on GitHub ↗
(ObjectInputStream s)

Source from the content-addressed store, hash-verified

228 }
229
230 private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException {
231 s.defaultReadObject();
232 busy = 0;
233 cells = null;
234 base = s.readLong();
235 }
236}

Callers 3

populateMapMethod · 0.45
populateMultisetMethod · 0.45
populateMultimapMethod · 0.45

Calls 1

readLongMethod · 0.65

Tested by

no test coverage detected