Class MCollection
- java.lang.Object
-
- com.couchbase.lite.internal.fleece.MCollection
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MContext
getContext()
boolean
hasMutableChildren()
void
initAsCopyOf(MCollection original, boolean isMutable)
boolean
isMutable()
boolean
isMutated()
-
-
-
Method Detail
-
isMutable
public boolean isMutable()
-
isMutated
public boolean isMutated()
-
hasMutableChildren
public boolean hasMutableChildren()
-
getContext
@Nullable public MContext getContext()
-
initAsCopyOf
public void initAsCopyOf(@NonNull MCollection original, boolean isMutable)
-
-