|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wala.util.collections.Filtersection<T>
public class Filtersection<T>
intersection of two filters
| Constructor Summary | |
|---|---|
Filtersection(Filter<T> a,
Filter<T> b)
|
|
| Method Summary | |
|---|---|
boolean |
accepts(T o)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Filtersection(Filter<T> a,
Filter<T> b)
| Method Detail |
|---|
public boolean accepts(T o)
accepts in interface Filter<T>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||