Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cschanck/single-file-java
/ iterator
Method
iterator
src/main/java/org/sfj/ChiseledMap.java:422–425 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
420
public
Set<Entry<K, V>> entrySet() {
421
return
new
AbstractSet<Entry<K, V>>() {
422
@Override
423
public
Iterator<Entry<K, V>> iterator() {
424
return
entries().iterator();
425
}
426
427
@Override
428
public
int
size() {
Callers
4
testIterator
Method · 0.45
testSimpleWithFailureNodes
Method · 0.45
entries
Method · 0.45
source
Method · 0.45
Calls
1
entries
Method · 0.95
Tested by
2
testIterator
Method · 0.36
testSimpleWithFailureNodes
Method · 0.36