Class PartStructureFindNumberComparator
java.lang.Object
com.ptc.windchill.enterprise.part.structure.PartStructureFindNumberComparator
- All Implemented Interfaces:
Comparator
This Comparator can be used to compare the Find Number attribute of item 1 of an array,
which should be a
Supported API: true
Extendable: false
WTPartUsageLink,
delegating the comparison to a sub-Comparator if neither object has a Find Number.
Note that using this Comparator in a sort will result in all items without Find Numbers
coming at the end.
Supported API: true
Extendable: false
-
Constructor Summary
ConstructorsConstructorDescriptionPartStructureFindNumberComparator(Comparator subComparator) This constructor needs a subComparator to delegate the comparison to when it cannot perform the comparison itself.PartStructureFindNumberComparator(Comparator subComparator, Locale locale) This constructor needs a subComparator to delegate the comparison to when it cannot perform the comparison itself. -
Method Summary
Modifier and TypeMethodDescriptionintCompares the value of the Find Number attribute ofs using theinvalid reference
wt.part.WTPartUsageLinksgetFindNumber(java.lang.Object)method to extract the Find Numbers from the link objects and delegating the comparison to the sub-Comparator if neither object has a Find Number.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
PartStructureFindNumberComparator
This constructor needs a subComparator to delegate the comparison to when it cannot perform the comparison itself. For instance when neither has athen the sub-Comparator, which might just compare based on Name or Number of the part, would be used.invalid reference
FindNumber
Supported API: true
Extendable: false -
PartStructureFindNumberComparator
This constructor needs a subComparator to delegate the comparison to when it cannot perform the comparison itself. For instance when neither has athen the sub-Comparator, which might just compare based on Name or Number of the part, would be used.invalid reference
FindNumber
Supported API: true
Extendable: false
-
-
Method Details
-
compare
Compares the value of the Find Number attribute ofs using theinvalid reference
wt.part.WTPartUsageLinksgetFindNumber(java.lang.Object)method to extract the Find Numbers from the link objects and delegating the comparison to the sub-Comparator if neither object has a Find Number.
Supported API: true
Extendable: false- Specified by:
comparein interfaceComparator
-