mondrian.util
Interface FilteredIterableList.Filter<T>

Enclosing class:
FilteredIterableList<T>

public static interface FilteredIterableList.Filter<T>

Filter to determine which elements should be shown.

 

Method Summary
 boolean accept(T element)
           
 

Method Detail

accept

boolean accept(T element)

SourceForge.net_Logo