public static interface JoinSequence.RangeProducer<K>
| Modifier and Type | Method and Description |
|---|---|
JoinSequence.Range<K> |
getRange(K input)
Determine the range of keys given the input key.
|
JoinSequence.Range<K> getRange(K input)
input - the input keyCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.