Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ sort
Method
sort
basex-core/src/main/java/org/basex/util/list/IntList.java:267–270 ·
view source on GitHub ↗
Sorts the data. @return self reference
()
Source
from the content-addressed store, hash-verified
265
* @
return
self reference
266
*/
267
public
IntList sort() {
268
Arrays.sort(list, 0, size);
269
return
this;
270
}
271
272
/**
273
* Sorts the data in the order of the specified token array.
Callers
10
get
Method · 0.95
docs
Method · 0.95
iter
Method · 0.95
add
Method · 0.95
idRange
Method · 0.95
createOrder
Method · 0.95
ddo
Method · 0.95
createOrder
Method · 0.95
Tokenizer
Class · 0.45
Stemmer
Class · 0.45
Calls
5
cmpNum
Method · 0.95
cmp
Method · 0.95
swap
Method · 0.95
median
Method · 0.95
min
Method · 0.45
Tested by
1
get
Method · 0.76