|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - The generic type of the elements in the relation.public interface IKeyOrder<E>
An interface representing the natural traversal orders for the different indices for some class of relation.
| Method Summary | |
|---|---|
Comparator<E> |
getComparator()
Return the comparator that places elements into the natural order for the associated index. |
String |
getIndexName()
The base name for the index. |
int |
getKeyArity()
Return the #of elements in the key for this natural order. |
int |
getKeyOrder(int keyPos)
Return the index of the slot in the IPredicate which appears at
the specified position in the key. |
| Method Detail |
|---|
int getKeyArity()
Comparator<E> getComparator()
String getIndexName()
int getKeyOrder(int keyPos)
IPredicate which appears at
the specified position in the key.
keyPos - The index into the key that is being generated.
IPredicate.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||