Class FilterIterator<T>

    • Constructor Detail

      • FilterIterator

        public FilterIterator​(Iterator<T> tIterator,
                              Predicate predicate)
        Deprecated.
        Create a new filtered iterator based on the given iterator.
        Parameters:
        tIterator - iterator to filter
        predicate - only item matching this predicate are included