edu.mit.stellar.images
Class TitleSortComparator

java.lang.Object
  extended byedu.mit.stellar.images.TitleSortComparator
All Implemented Interfaces:
java.util.Comparator

public class TitleSortComparator
extends java.lang.Object
implements java.util.Comparator

Class TitleSortComparator

Version:
%I%, %G%
Author:

Constructor Summary
(package private) TitleSortComparator()
           order imposed by this comparator is: Alphabetical by title.
 
Method Summary
 int compare(java.lang.Object a, java.lang.Object b)
           
 
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
 

Constructor Detail

TitleSortComparator

TitleSortComparator()

           	 order imposed by this comparator is:
           	 Alphabetical by title.
 

Method Detail

compare

public int compare(java.lang.Object a,
                   java.lang.Object b)
Specified by:
compare in interface java.util.Comparator


Copyright 2005-2005-2006 MIT AMPS. All Rights Reserved.