cz.cuni.amis.utils
Class Query<T>
java.lang.Object
cz.cuni.amis.utils.Query<T>
public abstract class Query<T>
- extends Object
Usefull for queriing sets of objects with some common property.
Itarates all elements in the collection and returns
- Author:
- Ik
Constructor Summary |
Query()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Query
public Query()
filter
protected abstract boolean filter(T o)
query
public List<T> query(Collection<T> collection)
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.