MCPcopy Create free account
hub / github.com/MTrop/DoomTools / set

Method set

src/main/java/net/mtrop/doom/tools/struct/IntervalMap.java:51–54  ·  view source on GitHub ↗

Sets a value interval. @param index the index value. @param value the value to set (can be null).

(long index, V value)

Source from the content-addressed store, hash-verified

49 * @param value the value to set (can be null).
50 */
51 public void set(long index, V value)
52 {
53 set(index, index, value);
54 }
55
56 /**
57 * Sets a value interval.

Callers 15

IntervalMapMethod · 0.95
mainMethod · 0.45
fetchFileMethod · 0.45
setAsyncExecutorMethod · 0.45
cancelMethod · 0.45
setDefaultTimeoutMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45
executeMethod · 0.45

Calls 9

searchMethod · 0.95
reduceRightMethod · 0.95
reduceLeftMethod · 0.95
sizeMethod · 0.80
addMethod · 0.80
getMethod · 0.65
equalsMethod · 0.65
isEmptyMethod · 0.45
removeMethod · 0.45

Tested by 1

mainMethod · 0.36