Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ compare
Method
compare
classpath/avian/PersistentSet.java:29–31 ·
view source on GitHub ↗
(T a, T b)
Source
from the content-addressed store, hash-verified
27
public
PersistentSet() {
28
this(NullNode,
new
Comparator<T>() {
29
public
int
compare(T a, T b) {
30
return
((Comparable<T>) a).compareTo(b);
31
}
32
}, 0);
33
}
34
Callers
nothing calls this directly
Calls
1
compareTo
Method · 0.65
Tested by
no test coverage detected