Key - public static interface IndexMultiTable.Provide<Key>
IndexMultiTable.providerString.| Modifier and Type | Method and Description | 
|---|---|
| Key[] | createSortKeyArray(int size)Creates an array of the Key type with given size. | 
| Key | getMaxSortKey()Returns the maximal value of the key. | 
| Key | getMinSortKey()Returns the minimal value of the key. | 
Key[] createSortKeyArray(int size)
Key getMinSortKey()
Key getMaxSortKey()