MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / iterator

Method iterator

src/utils/ByteSet.java:44–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 }
43
44 @Override
45 public Iterator<byte[]> iterator() {
46 return map.keySet().iterator();
47 }
48
49 @Override
50 public int size() {

Callers 1

goodOperationsMethod · 0.95

Calls 1

iteratorMethod · 0.65

Tested by 1

goodOperationsMethod · 0.76