MCPcopy Create free account
hub / github.com/apache/solr / getLong

Method getLong

solr/solrj/src/java/org/noggit/ObjectBuilder.java:122–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120 }
121
122 public Object getLong() throws IOException {
123 return Long.valueOf(parser.getLong());
124 }
125
126 public Object getNumber() throws IOException {
127 CharArr num = parser.getNumberChars();

Callers 1

getValMethod · 0.95

Calls 1

valueOfMethod · 0.45

Tested by

no test coverage detected