android.os
Class ParcelUuid
java.lang.Object
android.os.ParcelUuid
- All Implemented Interfaces:
- Parcelable
public final class ParcelUuid
- extends Object
- implements Parcelable
CREATOR
public static final Parcelable.Creator<ParcelUuid> CREATOR
ParcelUuid
public ParcelUuid(UUID uuid)
fromString
public static ParcelUuid fromString(String uuid)
getUuid
public UUID getUuid()
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object object)
- Overrides:
equals
in class Object
describeContents
public int describeContents()
- Specified by:
describeContents
in interface Parcelable
writeToParcel
public void writeToParcel(Parcel dest,
int flags)
- Specified by:
writeToParcel
in interface Parcelable
Copyright © 2008-2012. All Rights Reserved.