MCPcopy
hub / github.com/OpenTSDB/opentsdb / size

Method size

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

Source from the content-addressed store, hash-verified

47 }
48
49 @Override
50 public int size() {
51 return map.size();
52 }
53
54 @Override
55 public boolean isEmpty() {

Callers 4

ctorMethod · 0.95
goodOperationsMethod · 0.95
prepareRequestsMethod · 0.95

Calls 1

sizeMethod · 0.65

Tested by 3

ctorMethod · 0.76
goodOperationsMethod · 0.76
prepareRequestsMethod · 0.76