1 | sinterface IIntArray2D { |
2 | public int nrows(); |
3 | public int ncols(); |
4 | |
5 | /** Returns A(i, j). */ |
6 | public int get(int i, int j); |
7 | |
8 | /** Sets A(i, j). */ |
9 | public int set(int i, int j, int x); |
10 | } |
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: | 254 / 560 |
Referenced in: | [show references] |