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

Method readObject

output/java_guava/1.4.18/HashBiMap.java:686–692  ·  view source on GitHub ↗
(ObjectInputStream stream)

Source from the content-addressed store, hash-verified

684 }
685
686 @GwtIncompatible // java.io.ObjectInputStream
687 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException {
688 stream.defaultReadObject();
689 init(16);
690 int size = Serialization.readCount(stream);
691 Serialization.populateMap(this, stream, size);
692 }
693
694 @GwtIncompatible // Not needed in emulated source
695 private static final long serialVersionUID = 0;

Callers

nothing calls this directly

Calls 3

initMethod · 0.95
readCountMethod · 0.95
populateMapMethod · 0.95

Tested by

no test coverage detected