Uses of Interface
cz.cuni.amis.utils.ObjectFilter

Packages that use ObjectFilter
cz.cuni.amis.utils.collections Collection wrappers supporting change events. 
 

Uses of ObjectFilter in cz.cuni.amis.utils.collections
 

Methods in cz.cuni.amis.utils.collections with parameters of type ObjectFilter
static
<T> List<T>
MyCollections.asList(Collection<T> objects, ObjectFilter filter)
           
static
<T> List<T>
MyCollections.asList(T[] objects, ObjectFilter filter)
           
static
<T> void
MyCollections.toList(T[] objects, List<T> list, ObjectFilter filter)
          Adds 'objects' that satisfies 'filter' to 'list'.
 



Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.