Searched refs:comparator (Results 1 – 5 of 5) sorted by relevance
67 # where to get the executables for the test_driver and the comparator101 #Location of comparator.pl102 QA_COMPARATOR_HOME=<qa dir>/comparator/
46 SimplePdbCompare comparator = new SimplePdbCompare(); in main() local47 if (comparator.comparePDB(args[0], args[1])) in main()
3 To build the comparator code, the following is required in your classpath.
444 public void sort(Comparator comparator) in sort() argument446 Collections.sort(this.childrenList, comparator); in sort()
423 CompareEqual comparator = _expectedElements[0].getClass().equals( Pair.class ) in impl_verifyEnumerationContent() local441 if ( comparator.areEqual( _expectedElements[j], nextElement ) ) in impl_verifyEnumerationContent()
Completed in 40 milliseconds