枚举排序
Atlas Device SDK 已弃用。 有关详细信息,请参阅弃用页面。
io.realm
io.realm.Sort
此类描述了 Realm 查询中使用的排序顺序。
枚举常量摘要
方法摘要
继承方法
从类 java.lang.Object 继承的方法 :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
从类 java.lang.Enum 继承的方法 :
name
、ordinal
、toString
、equals
、hashCode
、clone
、compareTo
、getDeclaringClass
、valueOf
、finalize
枚举常量详细信息
ASCENDING
public static final Sort
DESCENDING
public static final Sort
方法详细信息
getValue
public boolean getValue () |
---|
返回底层查询引擎使用的此设置的值。 返回: 底层查询引擎用来指示此值的值。 |