public void updateDown(Location location){
    percolateUp(location.getPositionHeap());
}
