Package com.couchbase.lite
Class AbstractIndex
java.lang.Object
com.couchbase.lite.AbstractIndex
- Direct Known Subclasses:
Index
,IndexConfiguration
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractIndex
(AbstractIndex.IndexType indexType, AbstractIndex.QueryLanguage queryLanguage) -
Method Summary
-
Constructor Details
-
AbstractIndex
protected AbstractIndex(@NonNull AbstractIndex.IndexType indexType, @NonNull AbstractIndex.QueryLanguage queryLanguage)
-
-
Method Details