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

Method put

src/main/java/org/sfj/ChiseledMap.java:556–563  ·  view source on GitHub ↗
(K key, V value)

Source from the content-addressed store, hash-verified

554 }
555
556 @Override
557 public V put(K key, V value) {
558 try {
559 return ioGetSet(key, value);
560 } catch (IOException e) {
561 throw new RuntimeIOException(e);
562 }
563 }
564
565 @Override
566 @SuppressWarnings("unchecked")

Callers 4

rebuildMethod · 0.45
writeMethod · 0.45
ioSetMethod · 0.45
ioGetSetMethod · 0.45

Calls 1

ioGetSetMethod · 0.95

Tested by

no test coverage detected