com.adobe.idp.um.api.infomodel
Class Domain.DomainNameComprator

java.lang.Object
  extended by com.adobe.idp.um.api.infomodel.Domain.DomainNameComprator
All Implemented Interfaces:
java.util.Comparator
Enclosing interface:
Domain

public static class Domain.DomainNameComprator
extends java.lang.Object
implements java.util.Comparator

Class used to compare domains.


Constructor Summary
Domain.DomainNameComprator()
           
 
Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
          Determines whether the specified domains are equivalent.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

Domain.DomainNameComprator

public Domain.DomainNameComprator()
Method Detail

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
Determines whether the specified domains are equivalent.

Specified by:
compare in interface java.util.Comparator
Parameters:
o1 - The first domain.
o2 - The second domain.
Returns:
0 if the domains are equivalent.