public static class R.KeyOrder extends AbstractKeyOrder<E> implements Serializable
| Constructor and Description |
|---|
R.KeyOrder() |
| Modifier and Type | Method and Description |
|---|---|
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()
There is only one component in the key.
|
int |
getKeyOrder(int keyPos)
The [name] and [value] attributes are used to generate the key.
|
String |
toString() |
appendKeyComponent, getFromKey, getKey, getToKeypublic Comparator<E> getComparator()
IKeyOrdergetComparator in interface IKeyOrder<E>public String getIndexName()
IKeyOrdergetIndexName in interface IKeyOrder<E>public int getKeyArity()
getKeyArity in interface IKeyOrder<E>public int getKeyOrder(int keyPos)
getKeyOrder in interface IKeyOrder<E>keyPos - The index into the key that is being generated.IPredicate.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.