|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.iwombat.foundation.IdentifierFactory
public final class IdentifierFactory
Class responsible for creating unique identifiers.
Method Summary | |
---|---|
static Identifier |
createUniqueIdentifier()
|
static Identifier |
createUniqueIdentifier(byte[] byteArray)
Creates a new identifier from an existing (persisted) byte-array representation |
static Identifier |
createUniqueIdentifier(java.lang.String hexString)
Creates Identifier from hex String representation of an existing Identifier |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Identifier createUniqueIdentifier()
public static Identifier createUniqueIdentifier(byte[] byteArray)
byteArray
- persisted byte-array representation of an Identifier.
public static Identifier createUniqueIdentifier(java.lang.String hexString)
hexString
- The String version of an existing Identifier.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |