org.jasig.portlet.test.mvc.tests
Class PortletTestComparator

java.lang.Object
  extended by org.jasig.portlet.test.mvc.tests.PortletTestComparator
All Implemented Interfaces:
Comparator<PortletTest>

public class PortletTestComparator
extends Object
implements Comparator<PortletTest>

Version:
$Revision: 23744 $
Author:
Eric Dalquist

Field Summary
static PortletTestComparator INSTANCE
           
 
Constructor Summary
PortletTestComparator()
           
 
Method Summary
 int compare(PortletTest o1, PortletTest 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

INSTANCE

public static final PortletTestComparator INSTANCE
Constructor Detail

PortletTestComparator

public PortletTestComparator()
Method Detail

compare

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


Copyright © 2012 Jasig. All Rights Reserved.