Searched defs:psp (Results 1 – 3 of 3) sorted by relevance
119 final Spliterator.OfInt psp; field in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfInt160 final Spliterator.OfLong psp; field in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfLong202 final Spliterator.OfDouble psp; field in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfDouble269 …ProxyNoExactSizeSpliterator<Integer> psp = new ProxyNoExactSizeSpliterator<>(sp, proxyEstimateSize… in testSplitting() local365 …ProxyNoExactSizeSpliterator.OfInt psp = new ProxyNoExactSizeSpliterator.OfInt(sp, proxyEstimateSiz… in testIntSplitting() local458 …ProxyNoExactSizeSpliterator.OfLong psp = new ProxyNoExactSizeSpliterator.OfLong(sp, proxyEstimateS… in testLongSplitting() local551 …ProxyNoExactSizeSpliterator.OfDouble psp = new ProxyNoExactSizeSpliterator.OfDouble(sp, proxyEstim… in testDoubleSplitting() local
177 Spliterator.OfInt psp = (Spliterator.OfInt) sp; in testNullPointerException() local182 Spliterator.OfLong psp = (Spliterator.OfLong) sp; in testNullPointerException() local187 Spliterator.OfDouble psp = (Spliterator.OfDouble) sp; in testNullPointerException() local