| Package | Description |
|---|---|
| org.jsimpledb.index |
JSimpleDB index classes.
|
| Modifier and Type | Method and Description |
|---|---|
NavigableMap<Tuple3<V1,V2,V3>,NavigableSet<T>> |
Index3.asMap()
View this index as a
NavigableMap of target values keyed by indexed value tuples. |
NavigableMap<Tuple3<V1,V2,V3>,Index<V4,T>> |
Index4.asMapOfIndex()
View this index as a
NavigableMap of Indexs keyed by the first three values. |
NavigableSet<Tuple3<V1,V2,T>> |
Index2.asSet()
View this index as a
NavigableSet of tuples. |
Copyright © 2016. All rights reserved.