@com.google.common.annotations.GwtCompatible
final class UUIDExtensions
extends java.lang.Object
Static methods to add to the scope of UUID
.
-
Maven Group Identifier:
-
-
Maven Artifact Identifier:
-
-
Since:
-
Action Summary
Modifier and type |
Action and description |
static boolean |
operator_equals(UUID,Address)
Replies if the given identifier is equal to the identifier in the given identifier. |
static boolean |
operator_notEquals(UUID,Address)
Replies if the given identifier is not equal to the identifier in the given identifier. |
Modifier and type |
Action and description |
static boolean |
operator_equals(UUID,Address)
Replies if the given identifier is equal to the identifier in the given identifier. |
static boolean |
operator_notEquals(UUID,Address)
Replies if the given identifier is not equal to the identifier in the given identifier. |
Action Details
-
operator_equals(UUID,Address)
-
def operator_equals(UUID,Address) : boolean
Replies if the given identifier is equal to the identifier in the given identifier. It is equivalent to id.equals(address.getID())
.
-
Parameters:
-
id -
address -
-
Returns:
-
-
operator_notEquals(UUID,Address)
-
def operator_notEquals(UUID,Address) : boolean
Replies if the given identifier is not equal to the identifier in the given identifier. It is equivalent to !id.equals(address.getID())
.
-
Parameters:
-
id -
address -
-
Returns:
-