public abstract class Query<T> extends Object
| Constructor and Description |
|---|
Query() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
filter(T o) |
List<T> |
query(Collection<T> collection) |
protected abstract boolean filter(T o)
public List<T> query(Collection<T> collection)
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.