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

Method toLongArray

output/java_guava/1.4.18/Longs.java:734–740  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

732 }
733
734 long[] toLongArray() {
735 // Arrays.copyOfRange() is not available under GWT
736 int size = size();
737 long[] result = new long[size];
738 System.arraycopy(array, start, result, 0, size);
739 return result;
740 }
741
742 private static final long serialVersionUID = 0;
743 }

Callers 1

toArrayMethod · 0.45

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected