Searched refs:DefaultMethodIntStream (Results 1 – 1 of 1) sorted by relevance
86 verify(DefaultMethodIntStream.class);141 return new DefaultMethodIntStream(s); in delegateTo()387 static final class DefaultMethodIntStream implements IntStream { class in DefaultMethodStreams390 public DefaultMethodIntStream(IntStream s) { in DefaultMethodIntStream() method in DefaultMethodStreams.DefaultMethodIntStream