Uses of Class
prefuse.data.util.FilterIterable

Packages that use FilterIterable
prefuse.data.util Utility classes for supporting prefuse data structures, including indexes, iterables, filters, and column projections. 
 

Uses of FilterIterable in prefuse.data.util
 

Methods in prefuse.data.util that return FilterIterable
static
<T extends Tuple<?>>
FilterIterable<T>
FilterIterable.createFilterIterable(java.lang.Iterable<T> tuples, Predicate p)
           
 



Copyright © 2008 Regents of the University of California