public class JoinElement extends Object
| Constructor and Description |
|---|
JoinElement(Vector<Long> pos,
HashKey value,
short collectionID)
Creates a new
JoinElement |
| Modifier and Type | Method and Description |
|---|---|
short |
getCollectionID()
Retrieves the input id of the record
|
Vector<Long> |
getRecordIndices()
Retrieves the record indices of the stored records
|
HashKey |
getValue()
Retrieves the value of the element
|
void |
setCollectionID(short collectionID)
Sets the input id
|
public JoinElement(Vector<Long> pos, HashKey value, short collectionID)
JoinElementpos - The indices of the stored recordsvalue - The vale of the key to usecollectionID - The id of the input this record comes frompublic HashKey getValue()
public Vector<Long> getRecordIndices()
public short getCollectionID()
public void setCollectionID(short collectionID)
collectionID - The input idCopyright © 2017. All Rights Reserved.