public final class ReferentUuids extends Object
ReferentUuid
.ReferentUuid
Modifier | Constructor and Description |
---|---|
private |
ReferentUuids()
Prevents instantiation.
|
public static boolean compare(Object o1, Object o2)
true
if the two passed objects are
non-null
, implement ReferentUuid
and
their getReferentUuid
methods return equivalent
Uuid
s, or if they are both null
.
Otherwise returns false
.o1
- The first object to compare.o2
- The second object to compare.true
if o1
and o2
implement ReferentUuid
and their
getReferentUuid
methods return equivalent
Uuid
s, or if o1
and o2
are both null
.Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.