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