public class HeapElement extends Object
| Constructor and Description |
|---|
HeapElement(long recNum,
float lBound)
Creates a new instance
|
public HeapElement(long recNum,
float lBound)
recNum - The record numberlBound - The lower boundpublic float getLBound()
public void setLBound(float bound)
bound - The lower boundpublic long getRecNum()
public void setRecNum(long recNum)
recNum - The record numberCopyright © 2014. All Rights Reserved.