Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1005972 // sortByField - synonym of sortedByField

JavaX fragment (include)

static <A> L<A> sortByField(Collection<A> c, final S field) {
  ret sortedByField(c, field);
}

static <A> L<A> mapMethodLike sortByField(S field, Collection<A> c) {
  ret sortedByField(field, c);
}

Author comment

Began life as a copy of #1002452

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1005972
Snippet name: sortByField - synonym of sortedByField
Eternal ID of this version: #1005972/3
Text MD5: 2062d2e0c071fe5be8121b5aaba532ac
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-10-29 13:10:58
Source code size: 204 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 488 / 492
Version history: 2 change(s)
Referenced in: [show references]