github.com/emirpasic/gods/trees/binaryheap.Heap.bubbleDownIndex (method)

3 uses

	github.com/emirpasic/gods/trees/binaryheap (current package)
		binaryheap.go#L59: 			heap.bubbleDownIndex(i)
		binaryheap.go#L118: 	heap.bubbleDownIndex(0)
		binaryheap.go#L123: func (heap *Heap) bubbleDownIndex(index int) {