Home
last modified time | relevance | path

Searched defs:ofSpinedBuffer (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
DTestData.java88 public static <T> OfRef<T> ofSpinedBuffer(String name, SpinedBuffer<T> buffer) { in ofSpinedBuffer() method in TestData.Factory
118 public static OfInt ofSpinedBuffer(String name, SpinedBuffer.OfInt buffer) { in ofSpinedBuffer() method in TestData.Factory
149 public static OfLong ofSpinedBuffer(String name, SpinedBuffer.OfLong buffer) { in ofSpinedBuffer() method in TestData.Factory
180 public static OfDouble ofSpinedBuffer(String name, SpinedBuffer.OfDouble buffer) { in ofSpinedBuffer() method in TestData.Factory
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
DTestData.java89 public static <T> OfRef<T> ofSpinedBuffer(String name, SpinedBuffer<T> buffer) { in ofSpinedBuffer() method in TestData.Factory
119 public static OfInt ofSpinedBuffer(String name, SpinedBuffer.OfInt buffer) { in ofSpinedBuffer() method in TestData.Factory
150 public static OfLong ofSpinedBuffer(String name, SpinedBuffer.OfLong buffer) { in ofSpinedBuffer() method in TestData.Factory
181 public static OfDouble ofSpinedBuffer(String name, SpinedBuffer.OfDouble buffer) { in ofSpinedBuffer() method in TestData.Factory