Searched defs:forEachSplit (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/test/java/net/httpclient/http2/jdk.incubator.httpclient/jdk/incubator/http/internal/hpack/
H A DBuffersTestingKit.java158 public static void forEachSplit(ByteBuffer bb, method in class:BuffersTestingKit
175 private static void forEachSplit(int n, Consumer<? super Iterable<? extends Integer>> action) { method in class:BuffersTestingKit
179 private static void forEachSplit(int n, Stack<Integer> path, method in class:BuffersTestingKit

Completed in 41 milliseconds