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

3
LINES

< > BotCompany Repo | #1016988 // listIterator

JavaX fragment (include)

static <A> ListIterator<A> listIterator(L<A> l) {
  ret l == null ? emptyListIterator() : l.listIterator();
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1016988
Snippet name: listIterator
Eternal ID of this version: #1016988/1
Text MD5: 447dfa46d44798b5a9e3b333736e0170
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-09 21:07:05
Source code size: 111 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 364 / 722
Referenced in: [show references]