K
- key typeR
- record typepublic class PyIsamSubMap<K extends java.lang.Comparable<K>,R> extends IsamSubMap<K,R>
MapBase.IsamEntry<EK,EV>, MapBase.RecordHandler<K,R>
recordClass, src
Modifier | Constructor and Description |
---|---|
protected |
PyIsamSubMap(java.lang.Class<R> recordClass,
IsamSource src,
int keyIndex,
K startKey,
K stopKey) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.List<java.lang.Object>> |
items()
Jython friendly wrapper around entrySet().
|
java.util.Set<K> |
keys()
Jython friendly alias for keySet().
|
all, clear, containsKey, get, isEmpty, put, putAll, remove
containsValue, entrySet, getKey, getKey, keyNameToIndex, keySet, size, values
protected PyIsamSubMap(java.lang.Class<R> recordClass, IsamSource src, int keyIndex, K startKey, K stopKey)
public java.util.Set<K> keys()
public java.util.List<java.util.List<java.lang.Object>> items()