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

Method ChiseledMap

src/main/java/org/sfj/ChiseledMap.java:154–156  ·  view source on GitHub ↗
(File file, OpenOption open, Comparator<K> comp)

Source from the content-addressed store, hash-verified

152 };
153
154 public ChiseledMap(File file, OpenOption open, Comparator<K> comp) throws IOException {
155 this(file, open, comp, null, null);
156 }
157
158 /**
159 * Constructor. Create a TinyKVMap.

Callers

nothing calls this directly

Calls 5

verifyHeaderMethod · 0.95
writeHeaderMethod · 0.95
rebuildMethod · 0.95
compareToMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected