public class IsamMap.KeyDispatcher
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
keyIndex |
Constructor and Description |
---|
KeyDispatcher(int keyIndex)
Create instance of KeyDispatcher.
|
Modifier and Type | Method and Description |
---|---|
<K2 extends java.lang.Comparable<K2>> |
between(K2 startKey,
K2 endKey)
Select records where lookup key is in interval.
|
<K2 extends java.lang.Comparable<K2>> |
is(K2 key)
Select records where lookup key is value.
|
public KeyDispatcher(int keyIndex)
keyIndex
- key indexpublic <K2 extends java.lang.Comparable<K2>> IsamSubMap<K2,R> is(K2 key)
K2
- key typekey
- lookup keypublic <K2 extends java.lang.Comparable<K2>> IsamSubMap<K2,R> between(K2 startKey, K2 endKey)
K2
- key typestartKey
- start lookup key intervalendKey
- end lookup key interval