MCPcopy Index your code
hub / github.com/clojure/clojure / shortValue

Method shortValue

src/jvm/clojure/lang/BigInt.java:123–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121}
122
123public short shortValue(){
124 if(bipart == null)
125 return (short) lpart;
126 else
127 return bipart.shortValue();
128}
129
130public static BigInt valueOf(long val){
131 return new BigInt(val, null);

Callers 7

boxArgMethod · 0.80
indexOfMethod · 0.80
lastIndexOfMethod · 0.80
shortCastMethod · 0.80
uncheckedShortCastMethod · 0.80
short_arrayMethod · 0.80
visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected