|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MatrixIndexOutOfBoundsException | |
edu.umd.cfar.lamp.viper.util | Provides miscellanious utility classes for the ViPER suite. |
Uses of MatrixIndexOutOfBoundsException in edu.umd.cfar.lamp.viper.util |
Methods in edu.umd.cfar.lamp.viper.util that throw MatrixIndexOutOfBoundsException | |
void |
DataMatrix2d.set(int column,
int row,
java.lang.Object data)
Sets the data at the specific location to the given value. |
java.lang.Object |
DataMatrix2d.get(int column,
int row)
Returns the object at the given location. |
java.lang.Object |
DataMatrix2d.remove(int column,
int row)
Sets the object at the specified location to null. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |