Constructor and Description |
---|
Uuids() |
Modifier and Type | Method and Description |
---|---|
static UUID |
getNullUuid() |
static Boolean |
isNullOrEmpty(UUID aUuid)
Tests if the specified parameter is a
null or an empty UUID . |
private static final UUID NULL_UUID
public static UUID getNullUuid()
public static Boolean isNullOrEmpty(UUID aUuid)
null
or an empty UUID
. An empty
UUID
is defined as equalling 00000000-0000-0000-0000-000000000000
.aUuid
- The UUID object to testtrue
if the UUID is null
or empty, otherwise false
.getNullUuid()
Copyright © 2017. All rights reserved.