Uses of Class
blackboard.base.BaseComparator

Packages that use BaseComparator
blackboard.base Provides common classes and utility classes used throughout the platform API.  
 

Uses of BaseComparator in blackboard.base
 

Subclasses of BaseComparator in blackboard.base
 class GenericFieldComparator
          Comparator implementation that allows objects in a list to be compared based on the value of an attribute that they have in common.
 

Methods in blackboard.base that return BaseComparator
static BaseComparator BaseComparator.convertToBaseComparator(java.util.Comparator comparator)
          Wraps any comparator in an instance of BaseComparator that proxies through to the supplied comparator.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.