Package x
Class Sort
java.lang.Object
x.Sort
XData Utils.
- Author:
- Sakdsitt Likhitmetagool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> all(Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> datas, String sortField) xxxxxstatic final Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> all(Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> datas, String sortField, boolean asc) xxxxxstatic final Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> all2(Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> datas, String sortField, boolean asc) xxxxxstatic final Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> Call(Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> datas, String sortField, boolean asc) xxxxxstatic final Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> Cinteger(Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> datas, String sortField, boolean asc) xxxxxstatic final Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> Gall(Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> datas, String sortField, boolean asc) xxxxxstatic final Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> Ginteger(Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> datas, String sortField, boolean asc) xxxxxstatic final Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> integer(Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> datas, String sortField) xxxxxstatic final Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> integer(Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> datas, String sortField, boolean asc) xxxxxstatic final Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> integer2(Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> datas, String sortField, boolean asc) xxxxxstatic final Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> sortI(Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> datas, String sortField, boolean asc)
-
Constructor Details
-
Sort
public Sort()
-
-
Method Details
-
all
public static final Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> all(Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> datas, String sortField) xxxxx -
all
public static final Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> all(Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> datas, String sortField, boolean asc) xxxxx -
all2
public static final Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> all2(Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> datas, String sortField, boolean asc) xxxxx -
Call
public static final Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> Call(Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> datas, String sortField, boolean asc) xxxxx -
Gall
public static final Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> Gall(Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> datas, String sortField, boolean asc) xxxxx -
integer
public static final Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> integer(Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> datas, String sortField) xxxxx -
sortI
public static final Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> sortI(Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> datas, String sortField, boolean asc) -
integer
public static final Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> integer(Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> datas, String sortField, boolean asc) xxxxx -
integer2
public static final Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> integer2(Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> datas, String sortField, boolean asc) xxxxx -
Cinteger
public static final Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> Cinteger(Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> datas, String sortField, boolean asc) xxxxx -
Ginteger
public static final Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> Ginteger(Collection<th.co.skylogicsystem.skyframework.core.datalayer.XData> datas, String sortField, boolean asc) xxxxx
-