|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UuidFactory | |
|---|---|
| net.sf.mmm.util.uuid.api | Provides the API for utilities that help to create UUIDs. |
| net.sf.mmm.util.uuid.base | Contains the public implementation of the
UUID-Util API. |
| Uses of UuidFactory in net.sf.mmm.util.uuid.api |
|---|
| Fields in net.sf.mmm.util.uuid.api declared as UuidFactory | |
|---|---|
private static UuidFactory |
UuidAccess.factory
|
| Methods in net.sf.mmm.util.uuid.api that return UuidFactory | |
|---|---|
static UuidFactory |
UuidAccess.getFactory()
This method gets the UuidFactory used to create
UUIDs. |
| Methods in net.sf.mmm.util.uuid.api with parameters of type UuidFactory | |
|---|---|
static void |
UuidAccess.setFactory(UuidFactory factory)
This method sets (overrides) the UuidFactory. |
| Uses of UuidFactory in net.sf.mmm.util.uuid.base |
|---|
| Classes in net.sf.mmm.util.uuid.base that implement UuidFactory | |
|---|---|
class |
RandomUuidFactory
This is an implementation of the UuidFactory interface that simply
delegates to UUID.randomUUID(). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||