MCPcopy Create free account
hub / github.com/e2wugui/zeze / longValue

Method longValue

ZezeJava/ZezeJava/src/main/java/Zeze/Transaction/Log.java:126–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 }
125
126 public long longValue() {
127 throw new UnsupportedOperationException(getTypeName());
128 }
129
130 public float floatValue() {
131 return (float)doubleValue();

Callers 15

booleanValueMethod · 0.95
byteValueMethod · 0.95
shortValueMethod · 0.95
intValueMethod · 0.95
testSerializeMethod · 0.45
ConcurrentAddMethod · 0.45
testRankMethod · 0.45
bindMethod · 0.45
SerializeHelperClass · 0.45
parseLongSizeMethod · 0.45
writeMethod · 0.45
followerApplyMethod · 0.45

Calls 1

getTypeNameMethod · 0.95

Tested by 3

testSerializeMethod · 0.36
ConcurrentAddMethod · 0.36
testRankMethod · 0.36