Searched defs:BaseStream (Results 1 – 4 of 4) sorted by relevance
41 public interface BaseStream { interface
235 private void testParallelParallel(final BaseStream<?, ?> stream) { in testParallelParallel()283 private void testSequentialSequential(final BaseStream<?, ?> stream) { in testSequentialSequential()
9 class BaseStream(io.BufferedIOBase): class
153 private static void closeAll(BaseStream<?, ?>[] toClose) { in closeAll() argument