org.wicketstuff.calendarviews.util
Class Comparators

java.lang.Object
  extended by org.wicketstuff.calendarviews.util.Comparators

public abstract class Comparators
extends java.lang.Object

General utility holding comparators used within this library. Not typically useful or intended for use outside of CalendarViews.

Author:
Jeremy Thomerson

Field Summary
static java.util.Comparator<IEvent> EVENT_START_DATE_ASC_COMPARATOR
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENT_START_DATE_ASC_COMPARATOR

public static final java.util.Comparator<IEvent> EVENT_START_DATE_ASC_COMPARATOR


Copyright © 2010. All Rights Reserved.