Searched refs:getValue2 (Results 1 – 2 of 2) sorted by relevance
21 public static long getValue2() { in getValue2() method in LongCompare26 return Long.compare(getValue1(), l1) == 0 && Long.compare(l2, getValue2()) > 0; in complexCompare()
150 int getValue2();152 int x = getValue2(); in foo2()