org.sakaiproject.entitybroker.entityprovider.extension
Class BrowseEntity.PrefixComparator

java.lang.Object
  extended by org.sakaiproject.entitybroker.entityprovider.extension.BrowseEntity.PrefixComparator
All Implemented Interfaces:
Serializable, Comparator<BrowseEntity>
Enclosing class:
BrowseEntity

public static class BrowseEntity.PrefixComparator
extends Object
implements Comparator<BrowseEntity>, Serializable

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
BrowseEntity.PrefixComparator()
           
 
Method Summary
 int compare(BrowseEntity o1, BrowseEntity o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

BrowseEntity.PrefixComparator

public BrowseEntity.PrefixComparator()
Method Detail

compare

public int compare(BrowseEntity o1,
                   BrowseEntity o2)
Specified by:
compare in interface Comparator<BrowseEntity>


Copyright © 2007-2013 Sakai Project. All Rights Reserved.