类 tot.search.filter.IntegerFilter
的使用

使用 IntegerFilter 的软件包
tot.search.filter   
 

tot.search.filterIntegerFilter 的使用
 

返回 IntegerFiltertot.search.filter 中的方法
static IntegerFilter IntegerFilter.greaterThan(java.lang.String field, int i)
          Constructs a filter for field f matching Integers on or more than Integer.
static IntegerFilter IntegerFilter.greaterThan(java.lang.String field, java.lang.Integer i)
          Constructs a filter for field f matching Integers on or more than Integer.
static IntegerFilter IntegerFilter.lessThan(java.lang.String field, int i)
          Constructs a filter for field f matching Integers on or more than Integer.
static IntegerFilter IntegerFilter.lessThan(java.lang.String field, java.lang.Integer i)
          Constructs a filter for field f matching integers on or less than Integer.