Package org.apache.calcite.util
Class Filterator<E>
java.lang.Object
org.apache.calcite.util.Filterator<E>
- Type Parameters:
 E- Element type
- All Implemented Interfaces:
 Iterator<E>
Filtered iterator class: an iterator that includes only elements that are
 instanceof a specified class.
 
Apologies for the dorky name.