MCPcopy Create free account
hub / github.com/cschanck/single-file-java / size

Method size

src/main/java/org/sfj/ChiseledMap.java:389–392  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

387 }
388
389 @Override
390 public int size() {
391 return map.size();
392 }
393
394 /**
395 * Entry iterator. Necessary slushy with respect to concurrency.

Callers 5

testIntsToIntsMethod · 0.95
toStringMethod · 0.95
ChiseledMapMethod · 0.45
bytesOnDiskMethod · 0.45

Calls

no outgoing calls

Tested by 2

testIntsToIntsMethod · 0.76