public abstract static class Entity.Result
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
mOwner |
Modifier | Constructor and Description |
---|---|
protected |
Result(long nativeResult) |
Modifier and Type | Method and Description |
---|---|
abstract Entity.Result |
clone()
Create a copy of the result.
|
int |
describeContents() |
protected abstract void |
deserializeFromByteArray(byte[] arr) |
protected void |
finalize() |
long |
getNativeContext() |
protected abstract boolean |
isEmpty() |
protected void |
readFromParcel(android.os.Parcel in) |
protected abstract byte[] |
serializeToByteArray() |
protected abstract void |
terminateNative(long nativeContext) |
void |
writeToParcel(android.os.Parcel dest,
int i) |
public final long getNativeContext()
protected abstract boolean isEmpty()
@Nullable protected abstract byte[] serializeToByteArray()
protected abstract void deserializeFromByteArray(@NonNull byte[] arr)
@NonNull public abstract Entity.Result clone()
clone
in class java.lang.Object
public final int describeContents()
describeContents
in interface android.os.Parcelable
@CallSuper public void writeToParcel(@NonNull android.os.Parcel dest, int i)
writeToParcel
in interface android.os.Parcelable
@CallSuper protected void readFromParcel(@NonNull android.os.Parcel in)
protected abstract void terminateNative(long nativeContext)
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable