MCPcopy
hub / github.com/redisson/redisson / iterator

Method iterator

redisson/src/main/java/org/redisson/jcache/JCache.java:2986–2990  ·  view source on GitHub ↗
(RedisClient client,
                                                                     String nextIterPos)

Source from the content-addressed store, hash-verified

2984 }
2985
2986 @Override
2987 protected ScanResult<Map.Entry<Object, Object>> iterator(RedisClient client,
2988 String nextIterPos) {
2989 return JCache.this.scanIterator(JCache.this.getRawName(), client, nextIterPos);
2990 }
2991 };
2992 }
2993

Callers

nothing calls this directly

Calls 3

checkNotClosedMethod · 0.95
getRawNameMethod · 0.80
scanIteratorMethod · 0.65

Tested by

no test coverage detected