sinterface IIntArray2D { public int nrows(); public int ncols(); /** Returns A(i, j). */ public int get(int i, int j); /** Sets A(i, j). */ public int set(int i, int j, int x); }
Began life as a copy of #1026089
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: | #1026139 |
| Snippet name: | IIntArray2D |
| Eternal ID of this version: | #1026139/1 |
| Text MD5: | cc33efb32f601d360d009aaa843e29f1 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-11-27 02:37:52 |
| Source code size: | 201 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 462 / 772 |
| Referenced in: | [show references] |