Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ size
Method
size
test/Serialize.java:81–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
public
final
static
long serialVersionUID = 0x0cc1f63e2d256ae6l;
80
81
public
int
size() {
82
return
properties.size();
83
}
84
85
public
void
put(String key, String value) {
86
properties.put(key, value);
Callers
2
writeObject
Method · 0.95
main
Method · 0.95
Calls
1
size
Method · 0.65
Tested by
no test coverage detected