public class TupleSetCoord extends AbstractTupleSet
AbstractTupleSet.LTEntry
tAdded, transaction, tRemoved, tuples
Constructor and Description |
---|
TupleSetCoord() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTupleKey1(LogicTuple t)
Return the first level key.
|
java.lang.String |
getTupleKey2(LogicTuple t)
Returns the second level key.
|
add, beginTransaction, empty, endTransaction, getIterator, getMatchingTuple, isEmpty, operationsPending, readMatchingTuple, remove, size, toArray, toString
public java.lang.String getTupleKey1(LogicTuple t)
getTupleKey1
in class AbstractTupleSet
t
- the LogicTuple whose first key should be retrievedpublic java.lang.String getTupleKey2(LogicTuple t)
getTupleKey2
in class AbstractTupleSet
t
- the LogicTuple whose second key should be retrieved