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

Method toFloatArray

output/java_guava/1.4.17/Floats.java:579–585  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

577 }
578
579 float[] toFloatArray() {
580 // Arrays.copyOfRange() is not available under GWT
581 int size = size();
582 float[] result = new float[size];
583 System.arraycopy(array, start, result, 0, size);
584 return result;
585 }
586
587 private static final long serialVersionUID = 0;
588 }

Callers 1

toArrayMethod · 0.45

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected