Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ elements
Method
elements
classpath/java/util/Hashtable.java:75–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
}
74
75
public
Enumeration<V> elements() {
76
return
new
Collections.IteratorEnumeration(values().iterator());
77
}
78
79
public
Set<Entry<K, V>> entrySet() {
80
return
new
Collections.SynchronizedSet(this, map.entrySet());
Callers
nothing calls this directly
Calls
2
values
Method · 0.95
iterator
Method · 0.65
Tested by
no test coverage detected