Class FilteredIterator.AcceptAllFilter<T>

    • Constructor Detail

      • AcceptAllFilter

        public AcceptAllFilter()
    • Method Detail

      • accept

        public boolean accept​(T item)
        Specified by:
        accept in interface FilteredIterator.Filter<T>
        Returns:
        true if the element matches the filter, otherwise false