Searched defs:value1 (Results 1 – 5 of 5) sorted by relevance
17 constructor(value1 = "hello world 2") { argument24 constructor(value1 = "hello world 1") { argument
17 constructor(value1 = "hello world 1", value2 = "hello world 2", value3 = "hello world 3") { argument
85 private <C> boolean compare(C value1, C value2) { in compare()