Module openj9.dtfj

Interface IteratorHelpers.IteratorFilter<T>

Enclosing class:
IteratorHelpers

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

    Modifier and Type
    Method
    Description
    boolean
    accept(T obj)
     
  • Method Details

    • 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