Searched refs:toInt (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/util/Arrays/ |
D | SetAllTest.java | 62 private static final IntUnaryOperator toInt = i -> i << 1; field in SetAllTest 68 { "empty", 0, toInt, ir0 }, 69 { "one", 1, toInt, ir1 }, 70 { "ten", 10, toInt, ir10 },
|