Searched defs:distinct (Results 1 – 4 of 4) sorted by relevance
181 DoubleStream distinct(); in distinct() method
175 IntStream distinct(); in distinct() method
180 LongStream distinct(); in distinct() method
273 HashSet<T> distinct = new HashSet<>(); in runDistinctTests() local