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

10
LINES

< > BotCompany Repo | #1026139 // IIntArray2D

JavaX fragment (include)

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);
}

Author comment

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: 172 / 467
Referenced in: [show references]