Static Public Member Functions | |
static String[] | strings () |
Return the table of String objects containing "george". | |
static void | main (String[]args) |
Launch the program and time results. | |
Static Public Attributes | |
static int | MAX = 100 |
Size of the table. |
static void Comparison::main | ( | String[] | args | ) | [inline, static] |
Launch the program and time results.
static String [] Comparison::strings | ( | ) | [inline, static] |
Return the table of String objects containing "george".
int Comparison::MAX = 100 [static] |
Size of the table.