MCPcopy Create free account
hub / github.com/antlr/codebuff / longValue

Method longValue

output/java_guava/1.4.19/UnsignedLong.java:215–218  ·  view source on GitHub ↗

Returns the value of this UnsignedLong as a long. This is an inverse operation to #fromLongBits. Note that if this UnsignedLong holds a value >= 2^63, the returned value will be equal to this - 2^64.

()

Source from the content-addressed store, hash-verified

213 */
214
215 @Override
216 public long longValue() {
217 return value;
218 }
219
220 /**
221 * Returns the value of this {@code UnsignedLong} as a {@code float}, analogous to a widening

Callers 1

valueOfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected