MCPcopy Index your code
hub / github.com/antlr/codebuff / longValue

Method longValue

output/java_guava/1.4.17/UnsignedLong.java:214–217  ·  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

212 */
213
214 @Override
215 public long longValue() {
216 return value;
217 }
218
219 /**
220 * 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