Enum Class的使用
cn.myafx.cache.ExcludeType
使用ExcludeType的程序包
-
cn.myafx.cache中ExcludeType的使用
返回ExcludeType的cn.myafx.cache中的方法修饰符和类型方法说明static ExcludeTypeReturns the enum constant of this class with the specified name.static ExcludeType[]ExcludeType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
cn.myafx.cache.base中ExcludeType的使用
参数类型为ExcludeType的cn.myafx.cache.base中的方法修饰符和类型方法说明longISortSetCache.deleteByScore(double startScore, double stopScore, ExcludeType excType, Object... args) 移除集合longSortSetCache.deleteByScore(double startScore, double stopScore, ExcludeType excType, Object... args) 移除集合ISortSetCache.getByScore(double startScore, double stopScore, ExcludeType excType, Sort sort, int skip, int take, Object... args) 获取集合SortSetCache.getByScore(double startScore, double stopScore, ExcludeType excType, Sort sort, int skip, int take, Object... args) 获取集合ISortSetCache.getByScoreWithScores(double startScore, double stopScore, ExcludeType excType, Sort sort, int skip, int take, Object... args) 获取集合SortSetCache.getByScoreWithScores(double startScore, double stopScore, ExcludeType excType, Sort sort, int skip, int take, Object... args) 获取集合longISortSetCache.getCount(double minScore, double maxScore, ExcludeType excType, Object... args) 获取集合数量longSortSetCache.getCount(double minScore, double maxScore, ExcludeType excType, Object... args) 获取集合数量