Searched defs:asLong (Results 1 – 4 of 4) sorted by relevance
61 public abstract long asLong(); in asLong() method in HashCode150 public long asLong() { in asLong() method in HashCode.IntHashCode214 public long asLong() { in asLong() method in HashCode.LongHashCode285 public long asLong() { in asLong() method in HashCode.BytesHashCode
388 final Long asLong; // null means that asLong should throw an exception field in HashCodeTest.ExpectedHashCode390 ExpectedHashCode(byte[] bytes, int asInt, Long asLong, String toString) { in ExpectedHashCode()
123 String asLong = format.format(value); in isLikelyDouble() local
273 long asLong = x & INT_MASK; in toString() local