public class ParcelUuid extends Object implements Parcelable
UUID
class.Parcelable.ClassLoaderCreator<P>, Parcelable.Creator<P>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<ParcelUuid> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
ParcelUuid(UUID uuid) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents()
Describe the kinds of special objects contained in this Parcelable's
marshaled representation.
|
boolean |
equals(Object o) |
static ParcelUuid |
fromString(String uuid) |
UUID |
getUuid() |
int |
hashCode() |
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags)
Flatten this object in to a Parcel.
|
public static final Parcelable.Creator<ParcelUuid> CREATOR
public ParcelUuid(UUID uuid)
public static ParcelUuid fromString(String uuid)
public UUID getUuid()
public int describeContents()
Parcelable
describeContents
in interface Parcelable
public void writeToParcel(Parcel dest, int flags)
Parcelable
writeToParcel
in interface Parcelable
dest
- The parcelable to write to.flags
- Bitmask of PARCELABLE_WRITE_* flags.Copyright © 2017. All rights reserved.