Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ writeReplace
Method
writeReplace
output/java_guava/1.4.17/ImmutableList.java:643–646 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
641
}
642
643
@Override
644
Object writeReplace() {
645
return
new
SerializedForm(toArray());
646
}
647
648
/**
649
* Returns a
new
builder. The generated builder is equivalent to the builder
Callers
nothing calls this directly
Calls
1
toArray
Method · 0.45
Tested by
no test coverage detected