public class IntMatrix extends PrimitiveMatrix
_colCount, _matrix, _rowCount| Modifier and Type | Method and Description |
|---|---|
int |
get(int r,
int c) |
static void |
main(String[] args) |
void |
set(int x,
int y,
int n) |
int[][] |
toArray() |
ensureCapacity, expand, expandCols, expandRows, seal, toStringpublic void set(int x,
int y,
int n)
public int get(int r,
int c)
public int[][] toArray()
public static void main(String[] args)
Copyright © 2005–2013. All rights reserved.