Uses of Interface
hmi.util.FilterSet.Predicate

Packages that use FilterSet.Predicate
hmi.util NO PACKAGE DOCUMENTATION 
 

Uses of FilterSet.Predicate in hmi.util
 

Methods in hmi.util with parameters of type FilterSet.Predicate
 Iterator<E> FilterSet.filter(FilterSet.Predicate<E> pred)
          returns an Iterator for all Set elements that satisfy the given Predicate.