Java Doc for CollationPerformanceTest.java in  » Internationalization-Localization » icu4j » com » ibm » icu » dev » test » perf » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Internationalization Localization » icu4j » com.ibm.icu.dev.test.perf 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.ibm.icu.dev.test.perf.CollationPerformanceTest

CollationPerformanceTest
public class CollationPerformanceTest (Code)

Inner Class :static class OptionSpec

Field Summary
public  intDOTMASK
    
 intglobalCount
    
static  com.ibm.icu.text.CollatoricuCol
    
static  java.text.CollatorjavaCol
    
 ArrayListlist
    
static  NumberFormatnf
    
static  booleanopt_binsearch
    
static  booleanopt_case
    
static  booleanopt_dump
    
static  Stringopt_fName
    
static  booleanopt_french
    
static  booleanopt_frenchoff
    
static  booleanopt_help
    
static  intopt_iLoopCount
    
static  booleanopt_icu
    
static  booleanopt_itertest
    
static  booleanopt_java
    
static  booleanopt_keygen
    
static  booleanopt_keyhist
    
static  intopt_level
    
static  Stringopt_locale
    
static  intopt_loopCount
    
static  booleanopt_lower
    
static  booleanopt_norm
    
static  booleanopt_qsort
    
static  Stringopt_rules
    
static  booleanopt_shifted
    
static  booleanopt_strcmp
    
static  booleanopt_strcmpCPO
    
static  booleanopt_terse
    
static  booleanopt_upper
    
static  booleanopt_usekeys
    
static  OptionSpec[]options
    
static  NumberFormatpercent
    
static  StringBuffertemp_opt_binsearch
    
static  StringBuffertemp_opt_case
    
static  StringBuffertemp_opt_dump
    
static  StringBuffertemp_opt_fName
    
static  StringBuffertemp_opt_french
    
static  StringBuffertemp_opt_frenchoff
    
static  StringBuffertemp_opt_help
    
static  StringBuffertemp_opt_iLoopCount
    
static  StringBuffertemp_opt_icu
    
static  StringBuffertemp_opt_itertest
    
static  StringBuffertemp_opt_java
    
static  StringBuffertemp_opt_keygen
    
static  StringBuffertemp_opt_keyhist
    
static  StringBuffertemp_opt_level
    
static  StringBuffertemp_opt_locale
    
static  StringBuffertemp_opt_loopCount
    
static  StringBuffertemp_opt_lower
    
static  StringBuffertemp_opt_norm
    
static  StringBuffertemp_opt_qsort
    
static  StringBuffertemp_opt_rules
    
static  StringBuffertemp_opt_shifted
    
static  StringBuffertemp_opt_strcmp
    
static  StringBuffertemp_opt_strcmpCPO
    
static  StringBuffertemp_opt_terse
    
static  StringBuffertemp_opt_upper
    
static  StringBuffertemp_opt_usekeys
    
 String[]tests
    
final static  StringusageString
    


Method Summary
 intcompare(String source, String target, Comparator c)
    
 intcompare(java.text.CollationKey source, java.text.CollationKey target)
    
 intcompare(com.ibm.icu.text.CollationKey source, com.ibm.icu.text.CollationKey target)
    
 voiddoBackwardIterTest()
    
 voiddoBinarySearch()
     --------------------------------------------------------------------------------------- doBinarySearch() Binary Search timing test.
 voiddoDump()
    
 voiddoForwardIterTest()
    
 voiddoIterTest()
    
 voiddoKeyGen()
    
 voiddoKeyHist()
     --------------------------------------------------------------------------------------- doKeyHist() Output a table of data for average sort key size vs.
 voiddoQSort()
     --------------------------------------------------------------------------------------- doQSort() The quick sort timing test.
 voiddot(int i)
    
 StringgetCollationRules(String ruleFileName)
     Get the Collator Rules The Rule File format: 1.
public static  voidmain(String[] args)
    
static  booleanprocessOptions(String[] args)
    
 voidqSortImpl_icu_usekeys(String src, int fromIndex, int toIndex, com.ibm.icu.text.Collator c)
    
 voidqSortImpl_java_usekeys(String src, int fromIndex, int toIndex, java.text.Collator c)
    
 voidqSortImpl_nokeys(String src, int fromIndex, int toIndex, Comparator c)
    
 StringreadDataLine(BufferedReader br)
    
 voidreadDataLines()
    
 voidsetOptions()
    

Field Detail
DOTMASK
public int DOTMASK(Code)



globalCount
int globalCount(Code)



icuCol
static com.ibm.icu.text.Collator icuCol(Code)



javaCol
static java.text.Collator javaCol(Code)



list
ArrayList list(Code)



nf
static NumberFormat nf(Code)



opt_binsearch
static boolean opt_binsearch(Code)



opt_case
static boolean opt_case(Code)



opt_dump
static boolean opt_dump(Code)



opt_fName
static String opt_fName(Code)



opt_french
static boolean opt_french(Code)



opt_frenchoff
static boolean opt_frenchoff(Code)



opt_help
static boolean opt_help(Code)



opt_iLoopCount
static int opt_iLoopCount(Code)



opt_icu
static boolean opt_icu(Code)



opt_itertest
static boolean opt_itertest(Code)



opt_java
static boolean opt_java(Code)



opt_keygen
static boolean opt_keygen(Code)



opt_keyhist
static boolean opt_keyhist(Code)



opt_level
static int opt_level(Code)



opt_locale
static String opt_locale(Code)



opt_loopCount
static int opt_loopCount(Code)



opt_lower
static boolean opt_lower(Code)



opt_norm
static boolean opt_norm(Code)



opt_qsort
static boolean opt_qsort(Code)



opt_rules
static String opt_rules(Code)



opt_shifted
static boolean opt_shifted(Code)



opt_strcmp
static boolean opt_strcmp(Code)



opt_strcmpCPO
static boolean opt_strcmpCPO(Code)



opt_terse
static boolean opt_terse(Code)



opt_upper
static boolean opt_upper(Code)



opt_usekeys
static boolean opt_usekeys(Code)



options
static OptionSpec[] options(Code)



percent
static NumberFormat percent(Code)



temp_opt_binsearch
static StringBuffer temp_opt_binsearch(Code)



temp_opt_case
static StringBuffer temp_opt_case(Code)



temp_opt_dump
static StringBuffer temp_opt_dump(Code)



temp_opt_fName
static StringBuffer temp_opt_fName(Code)



temp_opt_french
static StringBuffer temp_opt_french(Code)



temp_opt_frenchoff
static StringBuffer temp_opt_frenchoff(Code)



temp_opt_help
static StringBuffer temp_opt_help(Code)



temp_opt_iLoopCount
static StringBuffer temp_opt_iLoopCount(Code)



temp_opt_icu
static StringBuffer temp_opt_icu(Code)



temp_opt_itertest
static StringBuffer temp_opt_itertest(Code)



temp_opt_java
static StringBuffer temp_opt_java(Code)



temp_opt_keygen
static StringBuffer temp_opt_keygen(Code)



temp_opt_keyhist
static StringBuffer temp_opt_keyhist(Code)



temp_opt_level
static StringBuffer temp_opt_level(Code)



temp_opt_locale
static StringBuffer temp_opt_locale(Code)



temp_opt_loopCount
static StringBuffer temp_opt_loopCount(Code)



temp_opt_lower
static StringBuffer temp_opt_lower(Code)



temp_opt_norm
static StringBuffer temp_opt_norm(Code)



temp_opt_qsort
static StringBuffer temp_opt_qsort(Code)



temp_opt_rules
static StringBuffer temp_opt_rules(Code)



temp_opt_shifted
static StringBuffer temp_opt_shifted(Code)



temp_opt_strcmp
static StringBuffer temp_opt_strcmp(Code)



temp_opt_strcmpCPO
static StringBuffer temp_opt_strcmpCPO(Code)



temp_opt_terse
static StringBuffer temp_opt_terse(Code)



temp_opt_upper
static StringBuffer temp_opt_upper(Code)



temp_opt_usekeys
static StringBuffer temp_opt_usekeys(Code)



tests
String[] tests(Code)



usageString
final static String usageString(Code)





Method Detail
compare
int compare(String source, String target, Comparator c)(Code)



compare
int compare(java.text.CollationKey source, java.text.CollationKey target)(Code)



compare
int compare(com.ibm.icu.text.CollationKey source, com.ibm.icu.text.CollationKey target)(Code)



doBackwardIterTest
void doBackwardIterTest()(Code)



doBinarySearch
void doBinarySearch()(Code)
--------------------------------------------------------------------------------------- doBinarySearch() Binary Search timing test. Each name from the list is looked up in the full sorted list of names. ---------------------------------------------------------------------------------------



doDump
void doDump()(Code)



doForwardIterTest
void doForwardIterTest()(Code)



doIterTest
void doIterTest()(Code)
--------------------------------------------------------------------------------------- doIterTest() Iteration test ---------------------------------------------------------------------------------------



doKeyGen
void doKeyGen()(Code)
--------------------------------------------------------------------------------------- doKeyGen() Key Generation Timing Test ---------------------------------------------------------------------------------------



doKeyHist
void doKeyHist()(Code)
--------------------------------------------------------------------------------------- doKeyHist() Output a table of data for average sort key size vs. string length. ---------------------------------------------------------------------------------------



doQSort
void doQSort()(Code)
--------------------------------------------------------------------------------------- doQSort() The quick sort timing test. ---------------------------------------------------------------------------------------



dot
void dot(int i)(Code)



getCollationRules
String getCollationRules(String ruleFileName)(Code)
Get the Collator Rules The Rule File format: 1. leading and trailing whitespaces will be omitted 2. lines with the leading character '#' will be treated as comments 3. File encoding is ISO-8859-1



main
public static void main(String[] args)(Code)



processOptions
static boolean processOptions(String[] args)(Code)



qSortImpl_icu_usekeys
void qSortImpl_icu_usekeys(String src, int fromIndex, int toIndex, com.ibm.icu.text.Collator c)(Code)



qSortImpl_java_usekeys
void qSortImpl_java_usekeys(String src, int fromIndex, int toIndex, java.text.Collator c)(Code)



qSortImpl_nokeys
void qSortImpl_nokeys(String src, int fromIndex, int toIndex, Comparator c)(Code)



readDataLine
String readDataLine(BufferedReader br) throws Exception(Code)



readDataLines
void readDataLines()(Code)



setOptions
void setOptions()(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.