MCPcopy Create free account
hub / github.com/dhale/jtk / insert

Method insert

core/src/main/java/edu/mines/jtk/interp/TimeHeap2.java:102–104  ·  view source on GitHub ↗

Inserts a new entry into this heap with specified time and indices. The heap must not already contain an entry with those indices. @param i1 the sample index in 1st dimension. @param i2 the sample index in 2nd dimension. @param time the time.

(int i1, int i2, float time)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

makeTimeHeapMethod · 0.95
testHeapMethod · 0.45

Calls 5

indexOfMethod · 0.95
argumentMethod · 0.95
growMethod · 0.95
setMethod · 0.95
siftUpMethod · 0.95

Tested by

no test coverage detected