|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.indexmanagement.featureindexlibrary.commons.HeapElement
public class HeapElement
Element used to store records in heap
| Constructor Summary | |
|---|---|
HeapElement(long recNum,
float lBound)
Creates a new instance |
|
| Method Summary | |
|---|---|
float |
getLBound()
Retrieves the lower bound |
long |
getRecNum()
Retrieves the record number |
void |
setLBound(float bound)
Sets the lower bound |
void |
setRecNum(long recNum)
Sets the record number |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HeapElement(long recNum,
float lBound)
recNum - The record numberlBound - The lower bound| Method Detail |
|---|
public float getLBound()
public void setLBound(float bound)
bound - The lower boundpublic long getRecNum()
public void setRecNum(long recNum)
recNum - The record number
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||