MCPcopy Create free account
hub / github.com/dbcxy/fast-el / subarray

Method subarray

src/com/greenpineyu/fel/common/ArrayUtils.java:81–102  ·  view source on GitHub ↗

Produces a new array containing the elements between the start and end indices. The start index is inclusive, the end index exclusive. Null array input produces null output. The component type of the subarray is always the same as that of the input array. Thus, if the input is an

(T[] array, int startIndexInclusive, int endIndexExclusive)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

subarrayMethod · 0.95

Calls 1

getClassMethod · 0.80

Tested by 1

subarrayMethod · 0.76