com.trackstudio.tools
Class PropertyComparator

java.lang.Object
  extended by com.trackstudio.tools.PropertyComparator
All Implemented Interfaces:
java.util.Comparator

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


Constructor Summary
PropertyComparator()
           
 
Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
           
static int compare(PropertyContainer a, PropertyContainer b)
           
 
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

PropertyComparator

public PropertyComparator()
Method Detail

compare

public static int compare(PropertyContainer a,
                          PropertyContainer b)

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
Specified by:
compare in interface java.util.Comparator
Parameters:
o1 - must be a PropertyContainer
o2 - must be a PropertyContainer


Copyright © 2002-2008 TrackStudio, Ltd. All Rights Reserved.