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

5
LINES

< > BotCompany Repo | #1033852 // toScanlineBitMatrix

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

Libraryless. Click here for Pure Java version (5917L/33K).

static ScanlineBitMatrix toScanlineBitMatrix(BitMatrix m) {
  if (m == null) null;
  if (m cast ScanlineBitMatrix) ret m;
  ret new ScanlineBitMatrix(m);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033852
Snippet name: toScanlineBitMatrix
Eternal ID of this version: #1033852/1
Text MD5: 693d3e1b024f20b14ad6d8dad03771e0
Transpilation MD5: 39eef8644a478ca0a2bd892391b78fab
Author: stefan
Category: javax / gazelle v
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-07 03:20:24
Source code size: 159 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 75 / 120
Referenced in: [show references]