T - filter typepublic class Query<F,R> extends Object
| Modifier and Type | Method and Description |
|---|---|
static <F,R> Query<F,R> |
emptyQuery() |
boolean |
equals(Object o) |
List<FilteredIndexRange<F,R>> |
getFilteredIndexRanges() |
int |
hashCode() |
boolean |
isPotentialOverSelectivity() |
static <F,R> Query<F,R> |
of(List<FilteredIndexRange<F,R>> filteredIndexRanges) |
String |
toString() |
public static <F,R> Query<F,R> of(List<FilteredIndexRange<F,R>> filteredIndexRanges)
public List<FilteredIndexRange<F,R>> getFilteredIndexRanges()
public boolean isPotentialOverSelectivity()
public static <F,R> Query<F,R> emptyQuery()
Copyright © 2014. All Rights Reserved.