PropertyChoiceComparator Class

com.bea.content.manager.sort
PropertyChoiceComparator Class

public class PropertyChoiceComparator

    extends Object
    implements Comparator

Compares PropertyChoices in ascending order based on their value. The compare is case-insensitive.


Hierarchy
Object
  PropertyChoiceComparator
All Implemented Interfaces

Comparator

Constructor Summary

PropertyChoiceComparator()

 

Method Summary

public int
compare(Object obj1, Object obj2)
public boolean
equals(Object obj)
 
Methods from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface java.util.Comparator
compare, equals
 

Constructor Detail

PropertyChoiceComparator

public PropertyChoiceComparator()
 

Method Detail

compare(Object, Object) Method

public int compare(Object obj1, 
                   Object obj2)

equals(Object) Method

public boolean equals(Object obj)
Overrides
Object.equals(Object)