org.apache.myfaces.view.facelets
Class FaceletsVDLUtils.KeyComparator

java.lang.Object
  extended by org.apache.myfaces.view.facelets.FaceletsVDLUtils.KeyComparator
All Implemented Interfaces:
Comparator<String>
Enclosing class:
FaceletsVDLUtils

public static final class FaceletsVDLUtils.KeyComparator
extends Object
implements Comparator<String>


Constructor Summary
FaceletsVDLUtils.KeyComparator()
           
 
Method Summary
 int compare(String s1, String s2)
           
 
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

FaceletsVDLUtils.KeyComparator

public FaceletsVDLUtils.KeyComparator()
Method Detail

compare

public int compare(String s1,
                   String s2)
Specified by:
compare in interface Comparator<String>


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.