org.apache.cocoon.samples.flow.java
Class PersistenceFlow.EmployeeComparator

java.lang.Object
  extended by org.apache.cocoon.samples.flow.java.PersistenceFlow.EmployeeComparator
All Implemented Interfaces:
Comparator, Continuable
Enclosing class:
PersistenceFlow

public static class PersistenceFlow.EmployeeComparator
extends Object
implements Comparator, Continuable


Constructor Summary
PersistenceFlow.EmployeeComparator()
           
 
Method Summary
 int compare(Object o1, Object o2)
           
 boolean equals(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceFlow.EmployeeComparator

public PersistenceFlow.EmployeeComparator()
Method Detail

compare

public int compare(Object o1,
                   Object o2)
Specified by:
compare in interface Comparator

equals

public boolean equals(Object obj)
Specified by:
equals in interface Comparator
Overrides:
equals in class Object


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.