MCPcopy Index your code
hub / github.com/davidgiven/luje / size

Method size

lib/java/util/AbstractMap.java:230–233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228 }
229
230 @Override
231 public int size() {
232 return AbstractMap.this.size();
233 }
234
235 @Override
236 public Iterator<K> iterator() {

Callers 3

equalsMethod · 0.95
isEmptyMethod · 0.95
toStringMethod · 0.95

Calls 2

entrySetMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected