Searched defs:fromLong (Results 1 – 8 of 8) sorted by relevance
173 public static SdkNumber fromLong(long longValue) { in fromLong() method in SdkNumber
92 HashCode fromLong = HashCode.fromLong(expected.asLong); in testFromLong() local
172 public static HashCode fromLong(long hash) { in fromLong() method in HashCode
250 long fromLong = from == null ? Long.MIN_VALUE : from.getTime(); in withDateRange() local
268 long fromLong = from == null ? Long.MIN_VALUE : from.getTime(); in withDateRange() local
53 public static HeaderValue fromLong(long value) { in fromLong() method in HeaderValue