public final class UUIDFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static UUID |
createUUID() |
static UUID |
createUUID(byte[] byteArray)
Creates a new identifier from an existing (persisted) byte-array representation
|
static UUID |
createUUID(String hexString)
Creates Identifier from hex String representation of an existing Identifier
|
public static UUID createUUID()
public static UUID createUUID(byte[] byteArray)
byteArray - persisted byte-array representation of an Identifier.Copyright © 2017 LSST. All rights reserved.