Skip navigation links
A B C D F H I L M N P R S T U 

D

distinct(Iterator<E>) - Static method in class com.github.robtimus.util.iterator.IteratorUtils
Returns an iterator that returns the distinct elements of another iterator (according to Object.equals(Object)).
distinct() - Method in class com.github.robtimus.util.iterator.StreamLikeIterator
Returns an iterator that returns the distinct elements of this iterator (according to Object.equals(Object)).
dropWhile(Iterator<E>, Predicate<? super E>) - Static method in class com.github.robtimus.util.iterator.IteratorUtils
Returns an iterator that discards elements of another iterator until an element does not match a specific predicate.
dropWhile(Predicate<? super E>) - Method in class com.github.robtimus.util.iterator.StreamLikeIterator
Returns an iterator that discards elements of this iterator until an element does not match a specific predicate.
A B C D F H I L M N P R S T U 
Skip navigation links

Copyright © 2022. All rights reserved.