org.crosswire.jsword.book
Class BookComparators

java.lang.Object
  extended by org.crosswire.jsword.book.BookComparators

public final class BookComparators
extends Object

Provides different ways to sort Books.

Author:
DM Smith [dmsmith555 at yahoo dot com]
See Also:
for license details. The copyright to this program is held by it's authors.

Field Summary
(package private) static Logger log
          The log stream
 
Constructor Summary
private BookComparators()
          Ensure we cant be created
 
Method Summary
static Comparator getDefault()
          Order by default Book ordering
static Comparator getInitialComparator()
          Order by Initials.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

static final Logger log
The log stream

Constructor Detail

BookComparators

private BookComparators()
Ensure we cant be created

Method Detail

getDefault

public static Comparator getDefault()
Order by default Book ordering


getInitialComparator

public static Comparator getInitialComparator()
Order by Initials.


Copyright ยจ 2003-2007