Home
last modified time | relevance | path

Searched refs:fillInt (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/Arrays/
DSetAllTest.java63 private static final IntUnaryOperator fillInt = i -> 99; field in SetAllTest
71 { "fill", 3, fillInt, new int[] { 99, 99, 99 }}