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

3
LINES

< > BotCompany Repo | #1030742 // listMinusItem - list minus a single item

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

Libraryless. Click here for Pure Java version (52L/1K).

static <A> L<A> listMinusItem(A a, Collection<A> l) {
  ret listMinus(l, a);
}

Author comment

Began life as a copy of #1004283

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1030742
Snippet name: listMinusItem - list minus a single item
Eternal ID of this version: #1030742/1
Text MD5: 5b23fb5c6850110543636220da7a9a9c
Transpilation MD5: 85c7d865da73a407d586f8978bfb0c22
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-03-18 21:08:12
Source code size: 80 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 90 / 141
Referenced in: [show references]