javax.bluetooth
Class UUID

java.lang.Object
  extended by javax.bluetooth.UUID

public class UUID
extends Object


Constructor Summary
UUID(long uuidValue)
           
UUID(String uuidValue, boolean shortUUID)
           
 
Method Summary
 boolean equals(Object value)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UUID

public UUID(long uuidValue)

UUID

public UUID(String uuidValue,
            boolean shortUUID)
Method Detail

equals

public boolean equals(Object value)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2007 Jayway AB. All Rights Reserved.