Home
last modified time | relevance | path

Searched defs:copyInto (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/util/stream/
DNode.java164 void copyInto(T[] array, int offset); in copyInto() method
308 void copyInto(T_ARR array, int offset); in copyInto() method
345 default void copyInto(Integer[] boxed, int offset) { in copyInto() method
418 default void copyInto(Long[] boxed, int offset) { in copyInto() method
493 default void copyInto(Double[] boxed, int offset) { in copyInto() method
DPipelineHelper.java125 abstract<P_IN> void copyInto(Sink<P_IN> wrappedSink, Spliterator<P_IN> spliterator); in copyInto() method in PipelineHelper
DNodes.java565 public void copyInto(T_ARR array, int offset) { } in copyInto() method in Nodes.EmptyNode
663 public void copyInto(T[] dest, int destOffset) { in copyInto() method in Nodes.ArrayNode
713 public void copyInto(T[] array, int offset) { in copyInto() method in Nodes.CollectionNode
792 public void copyInto(T[] array, int offset) { in copyInto() method in Nodes.ConcNode
857 public void copyInto(T_ARR array, int offset) { in copyInto() method in Nodes.ConcNode.OfPrimitive
DAbstractPipeline.java477 final <P_IN> void copyInto(Sink<P_IN> wrappedSink, Spliterator<P_IN> spliterator) { in copyInto() method in AbstractPipeline
DSpinedBuffer.java188 public void copyInto(E[] array, int offset) { in copyInto() method in SpinedBuffer
539 public void copyInto(T_ARR array, int offset) { in copyInto() method in SpinedBuffer.OfPrimitive
/libcore/ojluni/src/main/java/java/util/
DVector.java191 public synchronized void copyInto(Object[] anArray) { in copyInto() method in Vector