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

3
LINES

< > BotCompany Repo | #1030329 // uniquifyAndSort

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2573L/16K).

1  
static <A> L<A> uniquifyAndSort(Collection<A> l) {
2  
  ret sorted(uniquify(l));
3  
}

Author comment

Began life as a copy of #1013922

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030329
Snippet name: uniquifyAndSort
Eternal ID of this version: #1030329/1
Text MD5: bfc42a6113925b55a5a1951ae9023546
Transpilation MD5: 74766470b8c0507c4ddff5f97afa5407
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-12-02 23:34:56
Source code size: 81 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 135 / 201
Referenced in: [show references]