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

5
LINES

< > BotCompany Repo | #1024241 // pnlStructWithTitle

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

Libraryless. Click here for Pure Java version (3528L/23K).

static <A, B extends Collection<A>> B pnlStructWithTitle(S title, B l) {
  print(empty(title) ? nEntries(l) : title + " (" + l(l) + ")");
  pnlStruct(l);
  ret l;
}

Author comment

Began life as a copy of #1023766

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024241
Snippet name: pnlStructWithTitle
Eternal ID of this version: #1024241/4
Text MD5: 1285e7063154e9dc2706aabea92dec20
Transpilation MD5: e311abe1a52a8b8ec8be9950bb617152
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-28 16:53:00
Source code size: 168 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 153 / 225
Version history: 3 change(s)
Referenced in: [show references]