template const Comparable & BinaryHeap:: finMin ( ) { if ( isEmpty ( ) ) throw UnderFlow ( ); return array [ 1 ]; }