org.apache.xbean.recipe
Class RecipeHelper.RecipeComparator

java.lang.Object
  extended by org.apache.xbean.recipe.RecipeHelper.RecipeComparator
All Implemented Interfaces:
Comparator<Object>
Enclosing class:
RecipeHelper

public static class RecipeHelper.RecipeComparator
extends Object
implements Comparator<Object>


Constructor Summary
RecipeHelper.RecipeComparator()
           
 
Method Summary
 int compare(Object left, Object right)
           
 
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

RecipeHelper.RecipeComparator

public RecipeHelper.RecipeComparator()
Method Detail

compare

public int compare(Object left,
                   Object right)
Specified by:
compare in interface Comparator<Object>


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.