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

15
LINES

< > BotCompany Repo | #1015188 // printStructLines - synonym of pnlStruct - print structures, numbered

JavaX fragment (include)

static <A> Collection<A> printStructLines(Collection<A> l) {
  ret pnlStruct(l);
}

static <A> Iterable<A> printStructLines(Iterable<A> l) {
  ret pnlStruct(l);
}

static <A> A[] printStructLines(A[] l) {
  ret pnlStruct(l);
}

static <A, B> Map<A, B> printStructLines(Map<A, B> map) {
  ret pnlStruct(map);
}

Author comment

Began life as a copy of #1008537

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1015188
Snippet name: printStructLines - synonym of pnlStruct - print structures, numbered
Eternal ID of this version: #1015188/3
Text MD5: 5eb23dee75ad9672d47c1fd5a99ccc9f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-10 16:34:47
Source code size: 323 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 362 / 389
Version history: 2 change(s)
Referenced in: [show references]