|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectraccoon.core.uitest.util.CFSequenceComparator
public class CFSequenceComparator
The comparator implementation for the class ComponentFile.
This comparator compares the sequence number of the given objects which are supposed to be
instances of ComponentFile
| Constructor Summary | |
|---|---|
CFSequenceComparator()
|
|
| Method Summary | |
|---|---|
int |
compare(java.lang.Object pObject1,
java.lang.Object pObject2)
Compares its two arguments for order. |
| 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 |
|---|
public CFSequenceComparator()
| Method Detail |
|---|
public int compare(java.lang.Object pObject1,
java.lang.Object pObject2)
throws java.lang.ClassCastException
Note: this comparator imposes orderings that are inconsistent with equals.
compare in interface java.util.ComparatorpObject1 - the first object to be compared.pObject2 - the second object to be compared.
java.lang.ClassCastException - if the arguments' types prevent them from
being compared by this Comparator.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||