Module openj9.dtfj

Interface IteratorHelpers.IteratorFilter<T>

  • Enclosing class:
    IteratorHelpers

    public static interface IteratorHelpers.IteratorFilter<T>
    Interface for filtering iterators
    • Method Detail

      • accept

        boolean accept​(T obj)
        Parameters:
        obj - Object under test
        Returns:
        True if this object passed the filter (and should be included in the iterator), false otherwise