-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class ParcelableMemoryCache.Token implements Parcelable
Opaque tokenId type to identify a document.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<ParcelableMemoryCache.Token>CREATOR
-
Method Summary
Modifier and Type Method Description intdescribeContents()voidwriteToParcel(Parcel dest, int flags)booleanequals(Object other)inthashCode()StringtoString()-
-
Method Detail
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
hashCode
int hashCode()
-
-
-
-