public interface KeyExtractor<T>
| Modifier and Type | Method and Description |
|---|---|
void |
fill(Comparable<?>[] keys,
T record)
Copies the keys from the given record into the provided keys array.s
|
int |
getNumKeys() |
void fill(Comparable<?>[] keys, T record)
keys - record - int getNumKeys()
Copyright © 2014. All rights reserved.