类 CategorySortComparator
java.lang.Object
com.iplatform.base.util.cache.CategorySortComparator
- 所有已实现的接口:
Comparator<S_category>
平台分类对象排序规则,缓存使用。
order by sort desc, id asc
- 作者:
- 时克英
-
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
构造器详细资料
-
CategorySortComparator
public CategorySortComparator()
-
-
方法详细资料
-
compare
- 指定者:
compare在接口中Comparator<S_category>
-