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