T - filter typepublic class SelectiveFilter<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
T |
getFilter() |
int |
hashCode() |
boolean |
isPotentialOverSelectivity() |
static <T> SelectiveFilter<T> |
of(T filter,
boolean potentialOverSelectivity) |
String |
toString() |
public static <T> SelectiveFilter<T> of(T filter, boolean potentialOverSelectivity)
public T getFilter()
public boolean isPotentialOverSelectivity()
Copyright © 2014. All Rights Reserved.