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/ImmutableSet.java:411–414 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
409
}
410
411
@Override
412
Object writeReplace() {
413
return
new
SerializedForm(toArray());
414
}
415
416
/**
417
* 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