Joda System API

org.joda.property.impl
Class PropertyNameComparator

java.lang.Object
  |
  +--org.joda.property.impl.PropertyNameComparator
All Implemented Interfaces:
java.util.Comparator

public class PropertyNameComparator
extends java.lang.Object
implements java.util.Comparator

Comparator used to sort property names alphabetically

Author:
Stephen Colebourne

Field Summary
static PropertyNameComparator INSTANCE
           
 
Method Summary
 int compare(java.lang.Object obj1, java.lang.Object obj2)
           
 
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 PropertyNameComparator INSTANCE
Method Detail

compare

public int compare(java.lang.Object obj1,
                   java.lang.Object obj2)
Specified by:
compare in interface java.util.Comparator

Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.