Libraryless. Click here for Pure Java version (48L/1K).
static <A> int sortedSet_compare(SortedSet<A> set, A a, A b) { ret compareWithComparator(set.comparator(), a, b); }
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: | 169 / 258 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1027808 - navigableSet_find |