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