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") |
fm.liveswitch.Guid.Guid | ( | byte[] | b | ) |
fm.liveswitch.Guid.Guid | ( | String | s | ) |
int fm.liveswitch.Guid.compareTo | ( | Guid | guid | ) |
boolean fm.liveswitch.Guid.equals | ( | Object | obj | ) |
int fm.liveswitch.Guid.hashCode | ( | ) |
|
static |
byte [] fm.liveswitch.Guid.toByteArray | ( | ) |
String fm.liveswitch.Guid.toString | ( | ) |
|
static |
UUID fm.liveswitch.Guid.uuid |