Searched refs:fromIntArray (Results 1 – 2 of 2) sorted by relevance
178 options.put(key, MutableOptionValue.fromIntArray(value)); in setIntArray()
49 static MutableOptionValue<int[]> fromIntArray(final int[] ix) { in fromIntArray() method in MutableOptionValue