Searched refs:fromLong (Results 1 – 2 of 2) sorted by relevance
121 options.put(key, MutableOptionValue.fromLong(value)); in setLong()
37 static MutableOptionValue<Long> fromLong(final long d) { in fromLong() method in MutableOptionValue