Enum Sort
On this page
Realm is now Atlas Device SDK – Learn More
io.realm
io.realm.Sort
This class describes the sorting order used in Realm queries.
Tip
See also:
Enum Constant Summary
Enum Constant and Description |
---|
Method Summary
Inherited Methods
Methods inherited from class java.lang.Object :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
Methods inherited from class java.lang.Enum :
name
,ordinal
,toString
,equals
,hashCode
,clone
,compareTo
,getDeclaringClass
,valueOf
,finalize
Enum Constant Detail
ASCENDING
public static final Sort
DESCENDING
public static final Sort
Method Detail
getValue
public boolean getValue () |
---|
Returns the value for this setting that is used by the underlying query engine. Returns the value used by the underlying query engine to indicate this value. |