| Package | Description |
|---|---|
| org.jsimpledb.index |
JSimpleDB index classes.
|
| Modifier and Type | Method and Description |
|---|---|
Index2<V1,V2,V3> |
Index4.asIndex2()
Get the prefix of this instance that only includes the first three indexed fields.
|
Index2<V1,V2,V3> |
Index3.asIndex2()
Get the prefix of this instance that only includes the first three indexed fields.
|
| Modifier and Type | Method and Description |
|---|---|
NavigableMap<Tuple2<V1,V2>,Index2<V3,V4,T>> |
Index4.asMapOfIndex2()
View this index as a
NavigableMap of Index2s keyed by the first two values. |
NavigableMap<V1,Index2<V2,V3,T>> |
Index3.asMapOfIndex2()
View this index as a
NavigableMap of Index2s keyed by the first value. |
Copyright © 2016. All rights reserved.