Java android.os ParcelUuid fields, constructors, methods, implement or subclass

Example usage for Java android.os ParcelUuid fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.os ParcelUuid.

The text is from its open source code.

Constructor

ParcelUuid(UUID uuid)
Constructor creates a ParcelUuid instance from the given UUID .

Method

booleanequals(Object object)
Compares this ParcelUuid to another object for equality.
ParcelUuidfromString(String uuid)
Creates a new ParcelUuid from a string representation of UUID .
UUIDgetUuid()
Get the UUID represented by the ParcelUuid.
StringtoString()
Returns a string representation of the ParcelUuid For example: 0000110B-0000-1000-8000-00805F9B34FB will be the return value.