com.googlecode.icegem.serialization.codegen
Class XProperty.NaturalOrder

java.lang.Object
  extended by com.googlecode.icegem.serialization.codegen.XProperty.NaturalOrder
All Implemented Interfaces:
java.util.Comparator<XProperty>
Enclosing class:
XProperty

public static class XProperty.NaturalOrder
extends java.lang.Object
implements java.util.Comparator<XProperty>


Constructor Summary
XProperty.NaturalOrder()
           
 
Method Summary
 int compare(XProperty o1, XProperty 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
 

Constructor Detail

XProperty.NaturalOrder

public XProperty.NaturalOrder()
Method Detail

compare

public int compare(XProperty o1,
                   XProperty o2)
Specified by:
compare in interface java.util.Comparator<XProperty>


Copyright © 2011. All Rights Reserved.