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

5
LINES

< > BotCompany Repo | #1035613 // totalSSILines

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

Libraryless. Compilation Failed (13668L/78K).

static int totalSSILines(Iterable<? extends AbstractSSI> l) {
  int sum = 0;
  fOr (ssi : l) if (ssi != null) sum += ssi.height();
  ret sum;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035613
Snippet name: totalSSILines
Eternal ID of this version: #1035613/2
Text MD5: 7205fe6df8991ff5966875aa6bc6dbc8
Transpilation MD5: ca7e4c7cc9dbb84105f2c64e0dc2c5d8
Author: stefan
Category: javax / gazelle 22
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-07-11 22:34:50
Source code size: 147 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 57 / 86
Version history: 1 change(s)
Referenced in: [show references]