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/query/value/seq/FltSeq.java:72–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
@Override
73
public
Value sort() {
74
final
float[] tmp = values.clone();
75
Arrays.sort(tmp);
76
return
get(tmp);
77
}
78
79
@Override
80
public
float[] toJava() {
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected