Searched refs:castingArray (Results 1 – 3 of 3) sorted by relevance
100 private static <T> IntFunction<T[]> castingArray() { in castingArray() method in SliceOps155 return new SliceTask<>(this, helper, spliterator, castingArray(), skip, limit). in makeRef()
70 return opEvaluateParallel(helper, spliterator, Nodes.castingArray()) in makeTakeWhileRef()356 return opEvaluateParallel(helper, spliterator, Nodes.castingArray())
76 static <T> IntFunction<T[]> castingArray() { in castingArray() method in Nodes