com.browseengine.bobo.util
Class IntMatrix
java.lang.Object
com.browseengine.bobo.util.PrimitiveMatrix
com.browseengine.bobo.util.IntMatrix
- All Implemented Interfaces:
- Serializable
public class IntMatrix
- extends PrimitiveMatrix
- See Also:
- Serialized Form
|
Method Summary |
int |
get(int r,
int c)
|
static void |
main(String[] args)
|
void |
set(int x,
int y,
int n)
|
int[][] |
toArray()
|
IntMatrix
public IntMatrix(int[] sizes)
IntMatrix
public IntMatrix()
set
public void set(int x,
int y,
int n)
get
public int get(int r,
int c)
toArray
public int[][] toArray()
main
public static void main(String[] args)
Copyright © 2011. All Rights Reserved.