com.atlassian.crowd.embedded.api
Class UserComparator.Key

java.lang.Object
  extended by com.atlassian.crowd.embedded.api.UserComparator.Key
All Implemented Interfaces:
Comparable<UserComparator.Key>
Enclosing class:
UserComparator

public static class UserComparator.Key
extends Object
implements Comparable<UserComparator.Key>


Constructor Summary
UserComparator.Key(String name, long directoryId)
           
 
Method Summary
 int compareTo(UserComparator.Key o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserComparator.Key

public UserComparator.Key(String name,
                          long directoryId)
Method Detail

compareTo

public int compareTo(UserComparator.Key o)
Specified by:
compareTo in interface Comparable<UserComparator.Key>


Copyright © 2013 Atlassian. All Rights Reserved.