fm.liveswitch.Guid Class Reference

Public Member Functions

 Guid (byte[] b)
 
 Guid (String s)
 
String toString ()
 
byte[] toByteArray ()
 
boolean equals (Object obj)
 
int hashCode ()
 
int compareTo (Guid guid)
 

Static Public Member Functions

static String toString (Guid guid)
 
static Guid newGuid ()
 

Public Attributes

UUID uuid
 

Static Public Attributes

static final Guid empty = new Guid("00000000-0000-0000-0000-000000000000")
 

Constructor & Destructor Documentation

◆ Guid() [1/2]

fm.liveswitch.Guid.Guid ( byte[]  b)

◆ Guid() [2/2]

fm.liveswitch.Guid.Guid ( String  s)

Member Function Documentation

◆ compareTo()

int fm.liveswitch.Guid.compareTo ( Guid  guid)

◆ equals()

boolean fm.liveswitch.Guid.equals ( Object  obj)

◆ hashCode()

int fm.liveswitch.Guid.hashCode ( )

◆ newGuid()

static Guid fm.liveswitch.Guid.newGuid ( )
static

◆ toByteArray()

byte [] fm.liveswitch.Guid.toByteArray ( )

◆ toString() [1/2]

String fm.liveswitch.Guid.toString ( )

◆ toString() [2/2]

static String fm.liveswitch.Guid.toString ( Guid  guid)
static

Member Data Documentation

◆ empty

final Guid fm.liveswitch.Guid.empty = new Guid("00000000-0000-0000-0000-000000000000")
static

◆ uuid

UUID fm.liveswitch.Guid.uuid