Libraryless. Click here for Pure Java version (48L/1K).
1 | static <A> int sortedSet_compare(SortedSet<A> set, A a, A b) {
|
2 | ret compareWithComparator(set.comparator(), a, b); |
3 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027806 |
| Snippet name: | sortedSet_compare |
| Eternal ID of this version: | #1027806/1 |
| Text MD5: | 28107f661147535eee265d6e69124f6b |
| Transpilation MD5: | 560cc805fee149ce6e0f3ec0a3d565c6 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-04-13 17:29:11 |
| Source code size: | 119 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 385 / 521 |
| Referenced in: | [show references] |